COLOR #EDF2DB

HEX: #EDF2DB
RGB: (237,242,219)

Color info

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

RGB color model

#EDF2DB color RGB value is (237,242,219).

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

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 219 of 255 = 86%

237
242
219

R + G + B ~ 91%. #EDF2DB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 242 + 219 = 698 (100%)
R 237 of 698 ~ 33.95%
G 242 of 698 ~ 34.67%
B 219 of 698 ~ 31.38%

%33.95
%34.67
%31.38

CMYK color model

#EDF2DB color CMYK value is (2,0,10,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 5.10%
CMYK:
(2,0,10,5)
C2M0Y10K5 
(2%,0%,10%,5%)
(0.02/0.00/0.10/0.05)	

CMYK percentages

%2.07
%0
%9.5
%5.1

Codes

Color #EDF2DB in popluar color models

EDF2DB
RGB237242219
HSL73°46.94%90.39%
HSB/HSV73°9.50%94.90%
CMYK2.07%0.00%9.50%
5.10%

Color #EDF2DB in popluar number systems.

HEXEDF2DB
Decimal237242219
Binary111011011111001011011011
Octal355362333

Shades and tints

Shades of #EDF2DB

#EDF2DB
(237,242,219)
#D8DCC8
(216,220,200)
#C3C6B5
(195,198,181)
#AEB0A2
(174,176,162)
#999A8F
(153,154,143)
#84847C
(132,132,124)
#6F6E69
(111,110,105)
#5A5856
(90,88,86)
#454243
(69,66,67)
#302C30
(48,44,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #EDF2DB

#EDF2DB
(237,242,219)
#EEF3DE
(238,243,222)
#EFF4E1
(239,244,225)
#F0F5E4
(240,245,228)
#F1F6E7
(241,246,231)
#F2F7EA
(242,247,234)
#F3F8ED
(243,248,237)
#F4F9F0
(244,249,240)
#F5FAF3
(245,250,243)
#F6FBF6
(246,251,246)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2DB; }

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

This text font color is #EDF2DB.


Background Color

.myBgColor { background-color: #EDF2DB; }

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

This div background color is #EDF2DB.


Border color

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

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

This div border color is #EDF2DB.


Opacity

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

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

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

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

This text has shadow with #EDF2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2DB on black background.


Color preview on white background

This text has color #EDF2DB on white background.



Black color preview on #EDF2DB background

This text has black color on #EDF2DB background.


White color preview on #EDF2DB background

This text has white color on #EDF2DB background.