COLOR #EDF3CF

HEX: #EDF3CF
RGB: (237,243,207)

Color info

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

RGB color model

#EDF3CF color RGB value is (237,243,207).

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

RGB channels and saturation

R 237 of 255 = 93%
G 243 of 255 = 95%
B 207 of 255 = 81%

237
243
207

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

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 207 = 687 (100%)
R 237 of 687 ~ 34.5%
G 243 of 687 ~ 35.37%
B 207 of 687 ~ 30.13%

%34.5
%35.37
%30.13

CMYK color model

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

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

CMYK percentages

%2.47
%0
%14.81
%4.71

Codes

Color #EDF3CF in popluar color models

EDF3CF
RGB237243207
HSL70°60.00%88.24%
HSB/HSV70°14.81%95.29%
CMYK2.47%0.00%14.81%
4.71%

Color #EDF3CF in popluar number systems.

HEXEDF3CF
Decimal237243207
Binary111011011111001111001111
Octal355363317

Shades and tints

Shades of #EDF3CF

#EDF3CF
(237,243,207)
#D8DDBD
(216,221,189)
#C3C7AB
(195,199,171)
#AEB199
(174,177,153)
#999B87
(153,155,135)
#848575
(132,133,117)
#6F6F63
(111,111,99)
#5A5951
(90,89,81)
#45433F
(69,67,63)
#302D2D
(48,45,45)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #EDF3CF

#EDF3CF
(237,243,207)
#EEF4D3
(238,244,211)
#EFF5D7
(239,245,215)
#F0F6DB
(240,246,219)
#F1F7DF
(241,247,223)
#F2F8E3
(242,248,227)
#F3F9E7
(243,249,231)
#F4FAEB
(244,250,235)
#F5FBEF
(245,251,239)
#F6FCF3
(246,252,243)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3CF; }

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

This text font color is #EDF3CF.


Background Color

.myBgColor { background-color: #EDF3CF; }

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

This div background color is #EDF3CF.


Border color

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

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

This div border color is #EDF3CF.


Opacity

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

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

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

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

This text has shadow with #EDF3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3CF on black background.


Color preview on white background

This text has color #EDF3CF on white background.



Black color preview on #EDF3CF background

This text has black color on #EDF3CF background.


White color preview on #EDF3CF background

This text has white color on #EDF3CF background.