COLOR #EEC5BB

HEX: #EEC5BB RGB: (238,197,187)

Color info

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

RGB color model

#EEC5BB color RGB value is (238,197,187).

RGB: (238,197,187) (93%, 77%, 73%)

RGB channels and saturation

R 238 of 255 = 93%
G 197 of 255 = 77%
B 187 of 255 = 73%

238
197
187

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

Portions of RGB colors in percentages

R + G + B = 238 + 197 + 187 = 622 (100%)
R 238 of 622 ~ 38.26%
G 197 of 622 ~ 31.67%
B 187 of 622 ~ 30.06'%

%38.26
%31.67
%30.06

CMYK color model

#EEC5BB color CMYK value is (0,17,21,7).

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

CMYK: (0,17,21,7)
C0M17Y21K7 (0%, 17%, 21%, 7%)
(0.00 / 0.17 / 0.21 / 0.07)

CMYK percentages

%0
%17.23
%21.43
%6.67

Codes

Color #EEC5BB in popluar color models

EE C5 BB
RGB 238 197 187
HSL 12° 60.00% 83.33%
HSB/HSV 12° 21.43% 93.33%
CMYK 0.00% 17.23% 21.43%
6.67%

Color #EEC5BB in popluar number systems.

HEX EE C5 BB
Decimal 238 197 187
Binary 11101110 11000101 10111011
Octal 356 305 273

Shades and tints

Shades of #EEC5BB

#EEC5BB
(238,197,187)
#D9B4AA
(217,180,170)
#C4A399
(196,163,153)
#AF9288
(175,146,136)
#9A8177
(154,129,119)
#857066
(133,112,102)
#705F55
(112,95,85)
#5B4E44
(91,78,68)
#463D33
(70,61,51)
#312C22
(49,44,34)
#1C1B11
(28,27,17)
#000000
(0,0,0)

Tints of #EEC5BB

#EEC5BB
(238,197,187)
#EFCAC1
(239,202,193)
#F0CFC7
(240,207,199)
#F1D4CD
(241,212,205)
#F2D9D3
(242,217,211)
#F3DED9
(243,222,217)
#F4E3DF
(244,227,223)
#F5E8E5
(245,232,229)
#F6EDEB
(246,237,235)
#F7F2F1
(247,242,241)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC5BB; }

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

This text font color is #EEC5BB.

Background Color

.myBgColor { background-color: #EEC5BB; }

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

This div background color is #EEC5BB.

Border color

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

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

This div border color is #EEC5BB.

Opacity

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

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

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

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

This text has shadow with #EEC5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC5BB.

Preview

Color preview on black background

This text has color #EEC5BB on black background.


Color preview on white background

This text has color #EEC5BB on white background.


Black color preview on #EEC5BB background

This text has black color on #EEC5BB background.


White color preview on #EEC5BB background

This text has white color on #EEC5BB background.


Related colors

Complementary color

Complementary color for #hex is #113A44.


I love getcolorcode.com

Triadic colors

1 #BBEEC5 and #C5BBEE with #EEC5BB are triadic colors.

2 #BBC5EE and #C5EEBB with #EEC5BB are triadic colors.