COLOR #EDE3CB

HEX: #EDE3CB
RGB: (237,227,203)

Color info

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

RGB color model

#EDE3CB color RGB value is (237,227,203).

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

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 203 of 255 = 80%

237
227
203

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

Portions of RGB colors in percentages

R + G + B =
237 + 227 + 203 = 667 (100%)
R 237 of 667 ~ 35.53%
G 227 of 667 ~ 34.03%
B 203 of 667 ~ 30.43%

%35.53
%34.03
%30.43

CMYK color model

#EDE3CB color CMYK value is (0,4,14,7).

  • cyan value is 0.00%
  • magenta value is 4.22%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(0,4,14,7)
C0M4Y14K7 
(0%,4%,14%,7%)
(0.00/0.04/0.14/0.07)	

CMYK percentages

%0
%4.22
%14.35
%7.06

Codes

Color #EDE3CB in popluar color models

EDE3CB
RGB237227203
HSL42°48.57%86.27%
HSB/HSV42°14.35%92.94%
CMYK0.00%4.22%14.35%
7.06%

Color #EDE3CB in popluar number systems.

HEXEDE3CB
Decimal237227203
Binary111011011110001111001011
Octal355343313

Shades and tints

Shades of #EDE3CB

#EDE3CB
(237,227,203)
#D8CFB9
(216,207,185)
#C3BBA7
(195,187,167)
#AEA795
(174,167,149)
#999383
(153,147,131)
#847F71
(132,127,113)
#6F6B5F
(111,107,95)
#5A574D
(90,87,77)
#45433B
(69,67,59)
#302F29
(48,47,41)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDE3CB

#EDE3CB
(237,227,203)
#EEE5CF
(238,229,207)
#EFE7D3
(239,231,211)
#F0E9D7
(240,233,215)
#F1EBDB
(241,235,219)
#F2EDDF
(242,237,223)
#F3EFE3
(243,239,227)
#F4F1E7
(244,241,231)
#F5F3EB
(245,243,235)
#F6F5EF
(246,245,239)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3CB; }

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

This text font color is #EDE3CB.


Background Color

.myBgColor { background-color: #EDE3CB; }

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

This div background color is #EDE3CB.


Border color

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

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

This div border color is #EDE3CB.


Opacity

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

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

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

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

This text has shadow with #EDE3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE3CB on black background.


Color preview on white background

This text has color #EDE3CB on white background.



Black color preview on #EDE3CB background

This text has black color on #EDE3CB background.


White color preview on #EDE3CB background

This text has white color on #EDE3CB background.