COLOR #EDF2CB

HEX: #EDF2CB
RGB: (237,242,203)

Color info

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

RGB color model

#EDF2CB color RGB value is (237,242,203).

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

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 203 of 255 = 80%

237
242
203

R + G + B ~ 89%. #EDF2CB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 242 + 203 = 682 (100%)
R 237 of 682 ~ 34.75%
G 242 of 682 ~ 35.48%
B 203 of 682 ~ 29.77%

%34.75
%35.48
%29.77

CMYK color model

#EDF2CB color CMYK value is (2,0,16,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 16.12%
  • key color value is 5.10%
CMYK:
(2,0,16,5)
C2M0Y16K5 
(2%,0%,16%,5%)
(0.02/0.00/0.16/0.05)	

CMYK percentages

%2.07
%0
%16.12
%5.1

Codes

Color #EDF2CB in popluar color models

EDF2CB
RGB237242203
HSL68°60.00%87.25%
HSB/HSV68°16.12%94.90%
CMYK2.07%0.00%16.12%
5.10%

Color #EDF2CB in popluar number systems.

HEXEDF2CB
Decimal237242203
Binary111011011111001011001011
Octal355362313

Shades and tints

Shades of #EDF2CB

#EDF2CB
(237,242,203)
#D8DCB9
(216,220,185)
#C3C6A7
(195,198,167)
#AEB095
(174,176,149)
#999A83
(153,154,131)
#848471
(132,132,113)
#6F6E5F
(111,110,95)
#5A584D
(90,88,77)
#45423B
(69,66,59)
#302C29
(48,44,41)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDF2CB

#EDF2CB
(237,242,203)
#EEF3CF
(238,243,207)
#EFF4D3
(239,244,211)
#F0F5D7
(240,245,215)
#F1F6DB
(241,246,219)
#F2F7DF
(242,247,223)
#F3F8E3
(243,248,227)
#F4F9E7
(244,249,231)
#F5FAEB
(245,250,235)
#F6FBEF
(246,251,239)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2CB; }

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

This text font color is #EDF2CB.


Background Color

.myBgColor { background-color: #EDF2CB; }

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

This div background color is #EDF2CB.


Border color

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

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

This div border color is #EDF2CB.


Opacity

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

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

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

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

This text has shadow with #EDF2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2CB on black background.


Color preview on white background

This text has color #EDF2CB on white background.



Black color preview on #EDF2CB background

This text has black color on #EDF2CB background.


White color preview on #EDF2CB background

This text has white color on #EDF2CB background.