COLOR #EDF7CB

HEX: #EDF7CB
RGB: (237,247,203)

Color info

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

RGB color model

#EDF7CB color RGB value is (237,247,203).

  • red value is 237;
  • green value is 247;
  • blue value is 203.
RGB:
(237,247,203)
(93%,97%,80%)

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 203 of 255 = 80%

237
247
203

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

Portions of RGB colors in percentages

R + G + B =
237 + 247 + 203 = 687 (100%)
R 237 of 687 ~ 34.5%
G 247 of 687 ~ 35.95%
B 203 of 687 ~ 29.55%

%34.5
%35.95
%29.55

CMYK color model

#EDF7CB color CMYK value is (4,0,18,3).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 3.14%
CMYK:
(4,0,18,3)
C4M0Y18K3 
(4%,0%,18%,3%)
(0.04/0.00/0.18/0.03)	

CMYK percentages

%4.05
%0
%17.81
%3.14

Codes

Color #EDF7CB in popluar color models

EDF7CB
RGB237247203
HSL74°73.33%88.24%
HSB/HSV74°17.81%96.86%
CMYK4.05%0.00%17.81%
3.14%

Color #EDF7CB in popluar number systems.

HEXEDF7CB
Decimal237247203
Binary111011011111011111001011
Octal355367313

Shades and tints

Shades of #EDF7CB

#EDF7CB
(237,247,203)
#D8E1B9
(216,225,185)
#C3CBA7
(195,203,167)
#AEB595
(174,181,149)
#999F83
(153,159,131)
#848971
(132,137,113)
#6F735F
(111,115,95)
#5A5D4D
(90,93,77)
#45473B
(69,71,59)
#303129
(48,49,41)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDF7CB

#EDF7CB
(237,247,203)
#EEF7CF
(238,247,207)
#EFF7D3
(239,247,211)
#F0F7D7
(240,247,215)
#F1F7DB
(241,247,219)
#F2F7DF
(242,247,223)
#F3F7E3
(243,247,227)
#F4F7E7
(244,247,231)
#F5F7EB
(245,247,235)
#F6F7EF
(246,247,239)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF7CB color. Also use rgb(237,247,203) instead hex code.

Text Font Color

.myTextColor { color: #EDF7CB; }

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

This text font color is #EDF7CB.


Background Color

.myBgColor { background-color: #EDF7CB; }

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

This div background color is #EDF7CB.


Border color

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

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

This div border color is #EDF7CB.


Opacity

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

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

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

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

This text has shadow with #EDF7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF7CB on black background.


Color preview on white background

This text has color #EDF7CB on white background.



Black color preview on #EDF7CB background

This text has black color on #EDF7CB background.


White color preview on #EDF7CB background

This text has white color on #EDF7CB background.