COLOR #EDE5CB

HEX: #EDE5CB
RGB: (237,229,203)

Color info

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

RGB color model

#EDE5CB color RGB value is (237,229,203).

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

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 203 of 255 = 80%

237
229
203

R + G + B ~ 88%. #EDE5CB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 229 + 203 = 669 (100%)
R 237 of 669 ~ 35.43%
G 229 of 669 ~ 34.23%
B 203 of 669 ~ 30.34%

%35.43
%34.23
%30.34

CMYK color model

#EDE5CB color CMYK value is (0,3,14,7).

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(0,3,14,7)
C0M3Y14K7 
(0%,3%,14%,7%)
(0.00/0.03/0.14/0.07)	

CMYK percentages

%0
%3.38
%14.35
%7.06

Codes

Color #EDE5CB in popluar color models

EDE5CB
RGB237229203
HSL46°48.57%86.27%
HSB/HSV46°14.35%92.94%
CMYK0.00%3.38%14.35%
7.06%

Color #EDE5CB in popluar number systems.

HEXEDE5CB
Decimal237229203
Binary111011011110010111001011
Octal355345313

Shades and tints

Shades of #EDE5CB

#EDE5CB
(237,229,203)
#D8D1B9
(216,209,185)
#C3BDA7
(195,189,167)
#AEA995
(174,169,149)
#999583
(153,149,131)
#848171
(132,129,113)
#6F6D5F
(111,109,95)
#5A594D
(90,89,77)
#45453B
(69,69,59)
#303129
(48,49,41)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #EDE5CB

#EDE5CB
(237,229,203)
#EEE7CF
(238,231,207)
#EFE9D3
(239,233,211)
#F0EBD7
(240,235,215)
#F1EDDB
(241,237,219)
#F2EFDF
(242,239,223)
#F3F1E3
(243,241,227)
#F4F3E7
(244,243,231)
#F5F5EB
(245,245,235)
#F6F7EF
(246,247,239)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5CB; }

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

This text font color is #EDE5CB.


Background Color

.myBgColor { background-color: #EDE5CB; }

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

This div background color is #EDE5CB.


Border color

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

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

This div border color is #EDE5CB.


Opacity

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

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

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

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

This text has shadow with #EDE5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5CB on black background.


Color preview on white background

This text has color #EDE5CB on white background.



Black color preview on #EDE5CB background

This text has black color on #EDE5CB background.


White color preview on #EDE5CB background

This text has white color on #EDE5CB background.