COLOR #EEC5BA

HEX: #EEC5BA
RGB: (238,197,186)

Color info

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

RGB color model

#EEC5BA color RGB value is (238,197,186).

  • red value is 238;
  • green value is 197;
  • blue value is 186.
RGB:
(238,197,186)
(93%,77%,73%)

RGB channels and saturation

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

238
197
186

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

Portions of RGB colors in percentages

R + G + B =
238 + 197 + 186 = 621 (100%)
R 238 of 621 ~ 38.33%
G 197 of 621 ~ 31.72%
B 186 of 621 ~ 29.95%

%38.33
%31.72
%29.95

CMYK color model

#EEC5BA color CMYK value is (0,17,22,7).

  • cyan value is 0.00%
  • magenta value is 17.23%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(0,17,22,7)
C0M17Y22K7 
(0%,17%,22%,7%)
(0.00/0.17/0.22/0.07)	

CMYK percentages

%0
%17.23
%21.85
%6.67

Codes

Color #EEC5BA in popluar color models

EEC5BA
RGB238197186
HSL13°60.47%83.14%
HSB/HSV13°21.85%93.33%
CMYK0.00%17.23%21.85%
6.67%

Color #EEC5BA in popluar number systems.

HEXEEC5BA
Decimal238197186
Binary111011101100010110111010
Octal356305272

Shades and tints

Shades of #EEC5BA

#EEC5BA
(238,197,186)
#D9B4AA
(217,180,170)
#C4A39A
(196,163,154)
#AF928A
(175,146,138)
#9A817A
(154,129,122)
#85706A
(133,112,106)
#705F5A
(112,95,90)
#5B4E4A
(91,78,74)
#463D3A
(70,61,58)
#312C2A
(49,44,42)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #EEC5BA

#EEC5BA
(238,197,186)
#EFCAC0
(239,202,192)
#F0CFC6
(240,207,198)
#F1D4CC
(241,212,204)
#F2D9D2
(242,217,210)
#F3DED8
(243,222,216)
#F4E3DE
(244,227,222)
#F5E8E4
(245,232,228)
#F6EDEA
(246,237,234)
#F7F2F0
(247,242,240)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC5BA; }

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

This text font color is #EEC5BA.


Background Color

.myBgColor { background-color: #EEC5BA; }

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

This div background color is #EEC5BA.


Border color

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

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

This div border color is #EEC5BA.


Opacity

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

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

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

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

This text has shadow with #EEC5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC5BA on black background.


Color preview on white background

This text has color #EEC5BA on white background.



Black color preview on #EEC5BA background

This text has black color on #EEC5BA background.


White color preview on #EEC5BA background

This text has white color on #EEC5BA background.