COLOR #EDF2D1

HEX: #EDF2D1
RGB: (237,242,209)

Color info

#EDF2D1 contains red, green and blue colors in about the same proportion. Web safe color of #EDF2D1 is #FFFFCC (or #FFC).

RGB color model

#EDF2D1 color RGB value is (237,242,209).

  • red value is 237;
  • green value is 242;
  • blue value is 209.
RGB:
(237,242,209)
(93%,95%,82%)

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 209 of 255 = 82%

237
242
209

R + G + B ~ 90%. #EDF2D1 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 242 + 209 = 688 (100%)
R 237 of 688 ~ 34.45%
G 242 of 688 ~ 35.17%
B 209 of 688 ~ 30.38%

%34.45
%35.17
%30.38

CMYK color model

#EDF2D1 color CMYK value is (2,0,14,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 5.10%
CMYK:
(2,0,14,5)
C2M0Y14K5 
(2%,0%,14%,5%)
(0.02/0.00/0.14/0.05)	

CMYK percentages

%2.07
%0
%13.64
%5.1

Codes

Color #EDF2D1 in popluar color models

EDF2D1
RGB237242209
HSL69°55.93%88.43%
HSB/HSV69°13.64%94.90%
CMYK2.07%0.00%13.64%
5.10%

Color #EDF2D1 in popluar number systems.

HEXEDF2D1
Decimal237242209
Binary111011011111001011010001
Octal355362321

Shades and tints

Shades of #EDF2D1

#EDF2D1
(237,242,209)
#D8DCBE
(216,220,190)
#C3C6AB
(195,198,171)
#AEB098
(174,176,152)
#999A85
(153,154,133)
#848472
(132,132,114)
#6F6E5F
(111,110,95)
#5A584C
(90,88,76)
#454239
(69,66,57)
#302C26
(48,44,38)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #EDF2D1

#EDF2D1
(237,242,209)
#EEF3D5
(238,243,213)
#EFF4D9
(239,244,217)
#F0F5DD
(240,245,221)
#F1F6E1
(241,246,225)
#F2F7E5
(242,247,229)
#F3F8E9
(243,248,233)
#F4F9ED
(244,249,237)
#F5FAF1
(245,250,241)
#F6FBF5
(246,251,245)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF2D1 color. Also use rgb(237,242,209) instead hex code.

Text Font Color

.myTextColor { color: #EDF2D1; }

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

This text font color is #EDF2D1.


Background Color

.myBgColor { background-color: #EDF2D1; }

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

This div background color is #EDF2D1.


Border color

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

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

This div border color is #EDF2D1.


Opacity

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

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

Text with #EDF2D1 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 #EDF2D1;}

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

This text has shadow with #EDF2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2D1 on black background.


Color preview on white background

This text has color #EDF2D1 on white background.



Black color preview on #EDF2D1 background

This text has black color on #EDF2D1 background.


White color preview on #EDF2D1 background

This text has white color on #EDF2D1 background.