COLOR #EECDB4

HEX: #EECDB4
RGB: (238,205,180)

Color info

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

RGB color model

#EECDB4 color RGB value is (238,205,180).

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

RGB channels and saturation

R 238 of 255 = 93%
G 205 of 255 = 80%
B 180 of 255 = 71%

238
205
180

R + G + B ~ 81%. #EECDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 205 + 180 = 623 (100%)
R 238 of 623 ~ 38.2%
G 205 of 623 ~ 32.91%
B 180 of 623 ~ 28.89%

%38.2
%32.91
%28.89

CMYK color model

#EECDB4 color CMYK value is (0,14,24,7).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 24.37%
  • key color value is 6.67%
CMYK:
(0,14,24,7)
C0M14Y24K7 
(0%,14%,24%,7%)
(0.00/0.14/0.24/0.07)	

CMYK percentages

%0
%13.87
%24.37
%6.67

Codes

Color #EECDB4 in popluar color models

EECDB4
RGB238205180
HSL26°63.04%81.96%
HSB/HSV26°24.37%93.33%
CMYK0.00%13.87%24.37%
6.67%

Color #EECDB4 in popluar number systems.

HEXEECDB4
Decimal238205180
Binary111011101100110110110100
Octal356315264

Shades and tints

Shades of #EECDB4

#EECDB4
(238,205,180)
#D9BBA4
(217,187,164)
#C4A994
(196,169,148)
#AF9784
(175,151,132)
#9A8574
(154,133,116)
#857364
(133,115,100)
#706154
(112,97,84)
#5B4F44
(91,79,68)
#463D34
(70,61,52)
#312B24
(49,43,36)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #EECDB4

#EECDB4
(238,205,180)
#EFD1BA
(239,209,186)
#F0D5C0
(240,213,192)
#F1D9C6
(241,217,198)
#F2DDCC
(242,221,204)
#F3E1D2
(243,225,210)
#F4E5D8
(244,229,216)
#F5E9DE
(245,233,222)
#F6EDE4
(246,237,228)
#F7F1EA
(247,241,234)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECDB4; }

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

This text font color is #EECDB4.


Background Color

.myBgColor { background-color: #EECDB4; }

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

This div background color is #EECDB4.


Border color

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

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

This div border color is #EECDB4.


Opacity

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

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

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

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

This text has shadow with #EECDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECDB4 on black background.


Color preview on white background

This text has color #EECDB4 on white background.



Black color preview on #EECDB4 background

This text has black color on #EECDB4 background.


White color preview on #EECDB4 background

This text has white color on #EECDB4 background.