COLOR #EEC0B5

HEX: #EEC0B5 RGB: (238,192,181)

Color info

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

RGB color model

#EEC0B5 color RGB value is (238,192,181).

RGB: (238,192,181) (93%, 75%, 71%)

RGB channels and saturation

R 238 of 255 = 93%
G 192 of 255 = 75%
B 181 of 255 = 71%

238
192
181

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

Portions of RGB colors in percentages

R + G + B = 238 + 192 + 181 = 611 (100%)
R 238 of 611 ~ 38.95%
G 192 of 611 ~ 31.42%
B 181 of 611 ~ 29.62'%

%38.95
%31.42
%29.62

CMYK color model

#EEC0B5 color CMYK value is (0,19,24,7).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 23.95%
  • key color value is 6.67%

CMYK: (0,19,24,7)
C0M19Y24K7 (0%, 19%, 24%, 7%)
(0.00 / 0.19 / 0.24 / 0.07)

CMYK percentages

%0
%19.33
%23.95
%6.67

Codes

Color #EEC0B5 in popluar color models

EE C0 B5
RGB 238 192 181
HSL 12° 62.64% 82.16%
HSB/HSV 12° 23.95% 93.33%
CMYK 0.00% 19.33% 23.95%
6.67%

Color #EEC0B5 in popluar number systems.

HEX EE C0 B5
Decimal 238 192 181
Binary 11101110 11000000 10110101
Octal 356 300 265

Shades and tints

Shades of #EEC0B5

#EEC0B5
(238,192,181)
#D9AFA5
(217,175,165)
#C49E95
(196,158,149)
#AF8D85
(175,141,133)
#9A7C75
(154,124,117)
#856B65
(133,107,101)
#705A55
(112,90,85)
#5B4945
(91,73,69)
#463835
(70,56,53)
#312725
(49,39,37)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #EEC0B5

#EEC0B5
(238,192,181)
#EFC5BB
(239,197,187)
#F0CAC1
(240,202,193)
#F1CFC7
(241,207,199)
#F2D4CD
(242,212,205)
#F3D9D3
(243,217,211)
#F4DED9
(244,222,217)
#F5E3DF
(245,227,223)
#F6E8E5
(246,232,229)
#F7EDEB
(247,237,235)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC0B5 color. Also use rgb(238,192,181) instead hex code.

Text Font Color

.myTextColor { color: #EEC0B5; }

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

This text font color is #EEC0B5.

Background Color

.myBgColor { background-color: #EEC0B5; }

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

This div background color is #EEC0B5.

Border color

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

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

This div border color is #EEC0B5.

Opacity

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

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

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

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

This text has shadow with #EEC0B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC0B5.

Preview

Color preview on black background

This text has color #EEC0B5 on black background.


Color preview on white background

This text has color #EEC0B5 on white background.


Black color preview on #EEC0B5 background

This text has black color on #EEC0B5 background.


White color preview on #EEC0B5 background

This text has white color on #EEC0B5 background.


Related colors

Complementary color

Complementary color for #hex is #113F4A.


I love getcolorcode.com

Triadic colors

1 #B5EEC0 and #C0B5EE with #EEC0B5 are triadic colors.

2 #B5C0EE and #C0EEB5 with #EEC0B5 are triadic colors.