COLOR #EDD1CB

HEX: #EDD1CB RGB: (237,209,203)

Color info

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

RGB color model

#EDD1CB color RGB value is (237,209,203).

RGB: (237,209,203) (93%, 82%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 209 of 255 = 82%
B 203 of 255 = 80%

237
209
203

R + G + B ~ 85%. #EDD1CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 209 + 203 = 649 (100%)
R 237 of 649 ~ 36.52%
G 209 of 649 ~ 32.2%
B 203 of 649 ~ 31.28'%

%36.52
%32.2
%31.28

CMYK color model

#EDD1CB color CMYK value is (0,12,14,7).

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 14.35%
  • key color value is 7.06%

CMYK: (0,12,14,7)
C0M12Y14K7 (0%, 12%, 14%, 7%)
(0.00 / 0.12 / 0.14 / 0.07)

CMYK percentages

%0
%11.81
%14.35
%7.06

Codes

Color #EDD1CB in popluar color models

ED D1 CB
RGB 237 209 203
HSL 11° 48.57% 86.27%
HSB/HSV 11° 14.35% 92.94%
CMYK 0.00% 11.81% 14.35%
7.06%

Color #EDD1CB in popluar number systems.

HEX ED D1 CB
Decimal 237 209 203
Binary 11101101 11010001 11001011
Octal 355 321 313

Shades and tints

Shades of #EDD1CB

#EDD1CB
(237,209,203)
#D8BEB9
(216,190,185)
#C3ABA7
(195,171,167)
#AE9895
(174,152,149)
#998583
(153,133,131)
#847271
(132,114,113)
#6F5F5F
(111,95,95)
#5A4C4D
(90,76,77)
#45393B
(69,57,59)
#302629
(48,38,41)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #EDD1CB

#EDD1CB
(237,209,203)
#EED5CF
(238,213,207)
#EFD9D3
(239,217,211)
#F0DDD7
(240,221,215)
#F1E1DB
(241,225,219)
#F2E5DF
(242,229,223)
#F3E9E3
(243,233,227)
#F4EDE7
(244,237,231)
#F5F1EB
(245,241,235)
#F6F5EF
(246,245,239)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD1CB; }

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

This text font color is #EDD1CB.

Background Color

.myBgColor { background-color: #EDD1CB; }

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

This div background color is #EDD1CB.

Border color

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

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

This div border color is #EDD1CB.

Opacity

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

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

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

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

This text has shadow with #EDD1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD1CB.

Preview

Color preview on black background

This text has color #EDD1CB on black background.


Color preview on white background

This text has color #EDD1CB on white background.


Black color preview on #EDD1CB background

This text has black color on #EDD1CB background.


White color preview on #EDD1CB background

This text has white color on #EDD1CB background.


Related colors

Complementary color

Complementary color for #hex is #122E34.


I love getcolorcode.com

Triadic colors

1 #CBEDD1 and #D1CBED with #EDD1CB are triadic colors.

2 #CBD1ED and #D1EDCB with #EDD1CB are triadic colors.