COLOR #EEC5B4

HEX: #EEC5B4 RGB: (238,197,180)

Color info

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

RGB color model

#EEC5B4 color RGB value is (238,197,180).

RGB: (238,197,180) (93%, 77%, 71%)

RGB channels and saturation

R 238 of 255 = 93%
G 197 of 255 = 77%
B 180 of 255 = 71%

238
197
180

R + G + B ~ 80%. #EEC5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 197 + 180 = 615 (100%)
R 238 of 615 ~ 38.7%
G 197 of 615 ~ 32.03%
B 180 of 615 ~ 29.27'%

%38.7
%32.03
%29.27

CMYK color model

#EEC5B4 color CMYK value is (0,17,24,7).

  • cyan value is 0.00%
  • magenta value is 17.23%
  • yellow value is 24.37%
  • key color value is 6.67%

CMYK: (0,17,24,7)
C0M17Y24K7 (0%, 17%, 24%, 7%)
(0.00 / 0.17 / 0.24 / 0.07)

CMYK percentages

%0
%17.23
%24.37
%6.67

Codes

Color #EEC5B4 in popluar color models

EE C5 B4
RGB 238 197 180
HSL 18° 63.04% 81.96%
HSB/HSV 18° 24.37% 93.33%
CMYK 0.00% 17.23% 24.37%
6.67%

Color #EEC5B4 in popluar number systems.

HEX EE C5 B4
Decimal 238 197 180
Binary 11101110 11000101 10110100
Octal 356 305 264

Shades and tints

Shades of #EEC5B4

#EEC5B4
(238,197,180)
#D9B4A4
(217,180,164)
#C4A394
(196,163,148)
#AF9284
(175,146,132)
#9A8174
(154,129,116)
#857064
(133,112,100)
#705F54
(112,95,84)
#5B4E44
(91,78,68)
#463D34
(70,61,52)
#312C24
(49,44,36)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #EEC5B4

#EEC5B4
(238,197,180)
#EFCABA
(239,202,186)
#F0CFC0
(240,207,192)
#F1D4C6
(241,212,198)
#F2D9CC
(242,217,204)
#F3DED2
(243,222,210)
#F4E3D8
(244,227,216)
#F5E8DE
(245,232,222)
#F6EDE4
(246,237,228)
#F7F2EA
(247,242,234)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC5B4; }

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

This text font color is #EEC5B4.

Background Color

.myBgColor { background-color: #EEC5B4; }

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

This div background color is #EEC5B4.

Border color

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

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

This div border color is #EEC5B4.

Opacity

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

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

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

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

This text has shadow with #EEC5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC5B4.

Preview

Color preview on black background

This text has color #EEC5B4 on black background.


Color preview on white background

This text has color #EEC5B4 on white background.


Black color preview on #EEC5B4 background

This text has black color on #EEC5B4 background.


White color preview on #EEC5B4 background

This text has white color on #EEC5B4 background.


Related colors

Complementary color

Complementary color for #hex is #113A4B.


I love getcolorcode.com

Triadic colors

1 #B4EEC5 and #C5B4EE with #EEC5B4 are triadic colors.

2 #B4C5EE and #C5EEB4 with #EEC5B4 are triadic colors.