COLOR #EECDBB

HEX: #EECDBB
RGB: (238,205,187)

Color info

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

RGB color model

#EECDBB color RGB value is (238,205,187).

  • red value is 238;
  • green value is 205;
  • blue value is 187.
RGB:
(238,205,187)
(93%,80%,73%)

RGB channels and saturation

R 238 of 255 = 93%
G 205 of 255 = 80%
B 187 of 255 = 73%

238
205
187

R + G + B ~ 82%. #EECDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 205 + 187 = 630 (100%)
R 238 of 630 ~ 37.78%
G 205 of 630 ~ 32.54%
B 187 of 630 ~ 29.68%

%37.78
%32.54
%29.68

CMYK color model

#EECDBB color CMYK value is (0,14,21,7).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 21.43%
  • key color value is 6.67%
CMYK:
(0,14,21,7)
C0M14Y21K7 
(0%,14%,21%,7%)
(0.00/0.14/0.21/0.07)	

CMYK percentages

%0
%13.87
%21.43
%6.67

Codes

Color #EECDBB in popluar color models

EECDBB
RGB238205187
HSL21°60.00%83.33%
HSB/HSV21°21.43%93.33%
CMYK0.00%13.87%21.43%
6.67%

Color #EECDBB in popluar number systems.

HEXEECDBB
Decimal238205187
Binary111011101100110110111011
Octal356315273

Shades and tints

Shades of #EECDBB

#EECDBB
(238,205,187)
#D9BBAA
(217,187,170)
#C4A999
(196,169,153)
#AF9788
(175,151,136)
#9A8577
(154,133,119)
#857366
(133,115,102)
#706155
(112,97,85)
#5B4F44
(91,79,68)
#463D33
(70,61,51)
#312B22
(49,43,34)
#1C1911
(28,25,17)
#000000
(0,0,0)

Tints of #EECDBB

#EECDBB
(238,205,187)
#EFD1C1
(239,209,193)
#F0D5C7
(240,213,199)
#F1D9CD
(241,217,205)
#F2DDD3
(242,221,211)
#F3E1D9
(243,225,217)
#F4E5DF
(244,229,223)
#F5E9E5
(245,233,229)
#F6EDEB
(246,237,235)
#F7F1F1
(247,241,241)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECDBB color. Also use rgb(238,205,187) instead hex code.

Text Font Color

.myTextColor { color: #EECDBB; }

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

This text font color is #EECDBB.


Background Color

.myBgColor { background-color: #EECDBB; }

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

This div background color is #EECDBB.


Border color

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

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

This div border color is #EECDBB.


Opacity

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

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

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

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

This text has shadow with #EECDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECDBB on black background.


Color preview on white background

This text has color #EECDBB on white background.



Black color preview on #EECDBB background

This text has black color on #EECDBB background.


White color preview on #EECDBB background

This text has white color on #EECDBB background.