COLOR #EDDFCB

HEX: #EDDFCB
RGB: (237,223,203)

Color info

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

RGB color model

#EDDFCB color RGB value is (237,223,203).

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

RGB channels and saturation

R 237 of 255 = 93%
G 223 of 255 = 87%
B 203 of 255 = 80%

237
223
203

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

Portions of RGB colors in percentages

R + G + B =
237 + 223 + 203 = 663 (100%)
R 237 of 663 ~ 35.75%
G 223 of 663 ~ 33.63%
B 203 of 663 ~ 30.62%

%35.75
%33.63
%30.62

CMYK color model

#EDDFCB color CMYK value is (0,6,14,7).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(0,6,14,7)
C0M6Y14K7 
(0%,6%,14%,7%)
(0.00/0.06/0.14/0.07)	

CMYK percentages

%0
%5.91
%14.35
%7.06

Codes

Color #EDDFCB in popluar color models

EDDFCB
RGB237223203
HSL35°48.57%86.27%
HSB/HSV35°14.35%92.94%
CMYK0.00%5.91%14.35%
7.06%

Color #EDDFCB in popluar number systems.

HEXEDDFCB
Decimal237223203
Binary111011011101111111001011
Octal355337313

Shades and tints

Shades of #EDDFCB

#EDDFCB
(237,223,203)
#D8CBB9
(216,203,185)
#C3B7A7
(195,183,167)
#AEA395
(174,163,149)
#998F83
(153,143,131)
#847B71
(132,123,113)
#6F675F
(111,103,95)
#5A534D
(90,83,77)
#453F3B
(69,63,59)
#302B29
(48,43,41)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #EDDFCB

#EDDFCB
(237,223,203)
#EEE1CF
(238,225,207)
#EFE3D3
(239,227,211)
#F0E5D7
(240,229,215)
#F1E7DB
(241,231,219)
#F2E9DF
(242,233,223)
#F3EBE3
(243,235,227)
#F4EDE7
(244,237,231)
#F5EFEB
(245,239,235)
#F6F1EF
(246,241,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDFCB; }

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

This text font color is #EDDFCB.


Background Color

.myBgColor { background-color: #EDDFCB; }

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

This div background color is #EDDFCB.


Border color

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

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

This div border color is #EDDFCB.


Opacity

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

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

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

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

This text has shadow with #EDDFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDFCB on black background.


Color preview on white background

This text has color #EDDFCB on white background.



Black color preview on #EDDFCB background

This text has black color on #EDDFCB background.


White color preview on #EDDFCB background

This text has white color on #EDDFCB background.