COLOR #EDF2DD

HEX: #EDF2DD
RGB: (237,242,221)

Color info

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

RGB color model

#EDF2DD color RGB value is (237,242,221).

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

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 221 of 255 = 87%

237
242
221

R + G + B ~ 92%. #EDF2DD is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 242 + 221 = 700 (100%)
R 237 of 700 ~ 33.86%
G 242 of 700 ~ 34.57%
B 221 of 700 ~ 31.57%

%33.86
%34.57
%31.57

CMYK color model

#EDF2DD color CMYK value is (2,0,9,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 5.10%
CMYK:
(2,0,9,5)
C2M0Y9K5 
(2%,0%,9%,5%)
(0.02/0.00/0.09/0.05)	

CMYK percentages

%2.07
%0
%8.68
%5.1

Codes

Color #EDF2DD in popluar color models

EDF2DD
RGB237242221
HSL74°44.68%90.78%
HSB/HSV74°8.68%94.90%
CMYK2.07%0.00%8.68%
5.10%

Color #EDF2DD in popluar number systems.

HEXEDF2DD
Decimal237242221
Binary111011011111001011011101
Octal355362335

Shades and tints

Shades of #EDF2DD

#EDF2DD
(237,242,221)
#D8DCC9
(216,220,201)
#C3C6B5
(195,198,181)
#AEB0A1
(174,176,161)
#999A8D
(153,154,141)
#848479
(132,132,121)
#6F6E65
(111,110,101)
#5A5851
(90,88,81)
#45423D
(69,66,61)
#302C29
(48,44,41)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDF2DD

#EDF2DD
(237,242,221)
#EEF3E0
(238,243,224)
#EFF4E3
(239,244,227)
#F0F5E6
(240,245,230)
#F1F6E9
(241,246,233)
#F2F7EC
(242,247,236)
#F3F8EF
(243,248,239)
#F4F9F2
(244,249,242)
#F5FAF5
(245,250,245)
#F6FBF8
(246,251,248)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2DD; }

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

This text font color is #EDF2DD.


Background Color

.myBgColor { background-color: #EDF2DD; }

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

This div background color is #EDF2DD.


Border color

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

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

This div border color is #EDF2DD.


Opacity

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

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

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

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

This text has shadow with #EDF2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2DD on black background.


Color preview on white background

This text has color #EDF2DD on white background.



Black color preview on #EDF2DD background

This text has black color on #EDF2DD background.


White color preview on #EDF2DD background

This text has white color on #EDF2DD background.