COLOR #EDF3D0

HEX: #EDF3D0
RGB: (237,243,208)

Color info

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

RGB color model

#EDF3D0 color RGB value is (237,243,208).

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

RGB channels and saturation

R 237 of 255 = 93%
G 243 of 255 = 95%
B 208 of 255 = 82%

237
243
208

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

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 208 = 688 (100%)
R 237 of 688 ~ 34.45%
G 243 of 688 ~ 35.32%
B 208 of 688 ~ 30.23%

%34.45
%35.32
%30.23

CMYK color model

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

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

CMYK percentages

%2.47
%0
%14.4
%4.71

Codes

Color #EDF3D0 in popluar color models

EDF3D0
RGB237243208
HSL70°59.32%88.43%
HSB/HSV70°14.40%95.29%
CMYK2.47%0.00%14.40%
4.71%

Color #EDF3D0 in popluar number systems.

HEXEDF3D0
Decimal237243208
Binary111011011111001111010000
Octal355363320

Shades and tints

Shades of #EDF3D0

#EDF3D0
(237,243,208)
#D8DDBE
(216,221,190)
#C3C7AC
(195,199,172)
#AEB19A
(174,177,154)
#999B88
(153,155,136)
#848576
(132,133,118)
#6F6F64
(111,111,100)
#5A5952
(90,89,82)
#454340
(69,67,64)
#302D2E
(48,45,46)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #EDF3D0

#EDF3D0
(237,243,208)
#EEF4D4
(238,244,212)
#EFF5D8
(239,245,216)
#F0F6DC
(240,246,220)
#F1F7E0
(241,247,224)
#F2F8E4
(242,248,228)
#F3F9E8
(243,249,232)
#F4FAEC
(244,250,236)
#F5FBF0
(245,251,240)
#F6FCF4
(246,252,244)
#F7FDF8
(247,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3D0; }

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

This text font color is #EDF3D0.


Background Color

.myBgColor { background-color: #EDF3D0; }

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

This div background color is #EDF3D0.


Border color

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

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

This div border color is #EDF3D0.


Opacity

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

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

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

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

This text has shadow with #EDF3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3D0 on black background.


Color preview on white background

This text has color #EDF3D0 on white background.



Black color preview on #EDF3D0 background

This text has black color on #EDF3D0 background.


White color preview on #EDF3D0 background

This text has white color on #EDF3D0 background.