COLOR #EDFBF3

HEX: #EDFBF3
RGB: (237,251,243)

Color info

#EDFBF3 contains red, green and blue colors in about the same proportion. Web safe color of #EDFBF3 is #FFFFFF (or #FFF).

RGB color model

#EDFBF3 color RGB value is (237,251,243).

  • red value is 237;
  • green value is 251;
  • blue value is 243.
RGB:
(237,251,243)
(93%,98%,95%)

RGB channels and saturation

R 237 of 255 = 93%
G 251 of 255 = 98%
B 243 of 255 = 95%

237
251
243

R + G + B ~ 95%. #EDFBF3 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 251 + 243 = 731 (100%)
R 237 of 731 ~ 32.42%
G 251 of 731 ~ 34.34%
B 243 of 731 ~ 33.24%

%32.42
%34.34
%33.24

CMYK color model

#EDFBF3 color CMYK value is (6,0,3,2).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 1.57%
CMYK:
(6,0,3,2)
C6M0Y3K2 
(6%,0%,3%,2%)
(0.06/0.00/0.03/0.02)	

CMYK percentages

%5.58
%0
%3.19
%1.57

Codes

Color #EDFBF3 in popluar color models

EDFBF3
RGB237251243
HSL146°63.64%95.69%
HSB/HSV146°5.58%98.43%
CMYK5.58%0.00%3.19%
1.57%

Color #EDFBF3 in popluar number systems.

HEXEDFBF3
Decimal237251243
Binary111011011111101111110011
Octal355373363

Shades and tints

Shades of #EDFBF3

#EDFBF3
(237,251,243)
#D8E5DD
(216,229,221)
#C3CFC7
(195,207,199)
#AEB9B1
(174,185,177)
#99A39B
(153,163,155)
#848D85
(132,141,133)
#6F776F
(111,119,111)
#5A6159
(90,97,89)
#454B43
(69,75,67)
#30352D
(48,53,45)
#1B1F17
(27,31,23)
#000000
(0,0,0)

Tints of #EDFBF3

#EDFBF3
(237,251,243)
#EEFBF4
(238,251,244)
#EFFBF5
(239,251,245)
#F0FBF6
(240,251,246)
#F1FBF7
(241,251,247)
#F2FBF8
(242,251,248)
#F3FBF9
(243,251,249)
#F4FBFA
(244,251,250)
#F5FBFB
(245,251,251)
#F6FBFC
(246,251,252)
#F7FBFD
(247,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFBF3 color. Also use rgb(237,251,243) instead hex code.

Text Font Color

.myTextColor { color: #EDFBF3; }

<p style="color:#EDFBF3">This sample text font color is #EDFBF3.</p>

This text font color is #EDFBF3.


Background Color

.myBgColor { background-color: #EDFBF3; }

<div style="background-color:#EDFBF3">Inner text</div>

This div background color is #EDFBF3.


Border color

.myBorderColor { border: 1px solid #EDFBF3; }

<div style="border:3px solid #EDFBF3">Div</div>

This div border color is #EDFBF3.


Opacity

.myOpacity80 { color: #EDFBF3; opacity: 0.8; }

<p style="color:#EDFBF3;opacity:0.8;">80%</p>

Text with #EDFBF3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDFBF3;}

<p style="text-shadow: 3px 3px 1px #EDFBF3">Text here.</p>

This text has shadow with #EDFBF3 color.

.textShadow {text-shadow: 3px 3px 1px #EDFBF3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDFBF3, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDFBF3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFBF3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDFBF3, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDFBF3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDFBF3;
  -webkit-box-shadow:	1px 1px 3px 2px #EDFBF3;
  box-shadow:		1px 1px 3px 2px #EDFBF3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFBF3;
-webkit-box-shadow: 1px 1px 3px 2px #EDFBF3;
box-shadow:1px 1px 3px 2px #EDFBF3;">
Div content here</div>
This div box has shadow with color #EDFBF3.

Preview

Color preview on black background

This text has color #EDFBF3 on black background.


Color preview on white background

This text has color #EDFBF3 on white background.



Black color preview on #EDFBF3 background

This text has black color on #EDFBF3 background.


White color preview on #EDFBF3 background

This text has white color on #EDFBF3 background.