COLOR #EDE0CB

HEX: #EDE0CB
RGB: (237,224,203)

Color info

#EDE0CB contains red, green and blue colors in about the same proportion. Web safe color of #EDE0CB is #FFCCCC (or #FCC).

RGB color model

#EDE0CB color RGB value is (237,224,203).

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

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 203 of 255 = 80%

237
224
203

R + G + B ~ 87%. #EDE0CB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 224 + 203 = 664 (100%)
R 237 of 664 ~ 35.69%
G 224 of 664 ~ 33.73%
B 203 of 664 ~ 30.57%

%35.69
%33.73
%30.57

CMYK color model

#EDE0CB color CMYK value is (0,5,14,7).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(0,5,14,7)
C0M5Y14K7 
(0%,5%,14%,7%)
(0.00/0.05/0.14/0.07)	

CMYK percentages

%0
%5.49
%14.35
%7.06

Codes

Color #EDE0CB in popluar color models

EDE0CB
RGB237224203
HSL37°48.57%86.27%
HSB/HSV37°14.35%92.94%
CMYK0.00%5.49%14.35%
7.06%

Color #EDE0CB in popluar number systems.

HEXEDE0CB
Decimal237224203
Binary111011011110000011001011
Octal355340313

Shades and tints

Shades of #EDE0CB

#EDE0CB
(237,224,203)
#D8CCB9
(216,204,185)
#C3B8A7
(195,184,167)
#AEA495
(174,164,149)
#999083
(153,144,131)
#847C71
(132,124,113)
#6F685F
(111,104,95)
#5A544D
(90,84,77)
#45403B
(69,64,59)
#302C29
(48,44,41)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #EDE0CB

#EDE0CB
(237,224,203)
#EEE2CF
(238,226,207)
#EFE4D3
(239,228,211)
#F0E6D7
(240,230,215)
#F1E8DB
(241,232,219)
#F2EADF
(242,234,223)
#F3ECE3
(243,236,227)
#F4EEE7
(244,238,231)
#F5F0EB
(245,240,235)
#F6F2EF
(246,242,239)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE0CB; }

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

This text font color is #EDE0CB.


Background Color

.myBgColor { background-color: #EDE0CB; }

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

This div background color is #EDE0CB.


Border color

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

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

This div border color is #EDE0CB.


Opacity

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

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

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

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

This text has shadow with #EDE0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE0CB on black background.


Color preview on white background

This text has color #EDE0CB on white background.



Black color preview on #EDE0CB background

This text has black color on #EDE0CB background.


White color preview on #EDE0CB background

This text has white color on #EDE0CB background.