COLOR #EDF2CD

HEX: #EDF2CD
RGB: (237,242,205)

Color info

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

RGB color model

#EDF2CD color RGB value is (237,242,205).

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

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 205 of 255 = 80%

237
242
205

R + G + B ~ 89%. #EDF2CD is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 242 + 205 = 684 (100%)
R 237 of 684 ~ 34.65%
G 242 of 684 ~ 35.38%
B 205 of 684 ~ 29.97%

%34.65
%35.38
%29.97

CMYK color model

#EDF2CD color CMYK value is (2,0,15,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 5.10%
CMYK:
(2,0,15,5)
C2M0Y15K5 
(2%,0%,15%,5%)
(0.02/0.00/0.15/0.05)	

CMYK percentages

%2.07
%0
%15.29
%5.1

Codes

Color #EDF2CD in popluar color models

EDF2CD
RGB237242205
HSL68°58.73%87.65%
HSB/HSV68°15.29%94.90%
CMYK2.07%0.00%15.29%
5.10%

Color #EDF2CD in popluar number systems.

HEXEDF2CD
Decimal237242205
Binary111011011111001011001101
Octal355362315

Shades and tints

Shades of #EDF2CD

#EDF2CD
(237,242,205)
#D8DCBB
(216,220,187)
#C3C6A9
(195,198,169)
#AEB097
(174,176,151)
#999A85
(153,154,133)
#848473
(132,132,115)
#6F6E61
(111,110,97)
#5A584F
(90,88,79)
#45423D
(69,66,61)
#302C2B
(48,44,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #EDF2CD

#EDF2CD
(237,242,205)
#EEF3D1
(238,243,209)
#EFF4D5
(239,244,213)
#F0F5D9
(240,245,217)
#F1F6DD
(241,246,221)
#F2F7E1
(242,247,225)
#F3F8E5
(243,248,229)
#F4F9E9
(244,249,233)
#F5FAED
(245,250,237)
#F6FBF1
(246,251,241)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2CD; }

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

This text font color is #EDF2CD.


Background Color

.myBgColor { background-color: #EDF2CD; }

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

This div background color is #EDF2CD.


Border color

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

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

This div border color is #EDF2CD.


Opacity

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

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

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

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

This text has shadow with #EDF2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2CD on black background.


Color preview on white background

This text has color #EDF2CD on white background.



Black color preview on #EDF2CD background

This text has black color on #EDF2CD background.


White color preview on #EDF2CD background

This text has white color on #EDF2CD background.