COLOR #EEC9B7

HEX: #EEC9B7
RGB: (238,201,183)

Color info

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

RGB color model

#EEC9B7 color RGB value is (238,201,183).

  • red value is 238;
  • green value is 201;
  • blue value is 183.
RGB:
(238,201,183)
(93%,79%,72%)

RGB channels and saturation

R 238 of 255 = 93%
G 201 of 255 = 79%
B 183 of 255 = 72%

238
201
183

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

Portions of RGB colors in percentages

R + G + B =
238 + 201 + 183 = 622 (100%)
R 238 of 622 ~ 38.26%
G 201 of 622 ~ 32.32%
B 183 of 622 ~ 29.42%

%38.26
%32.32
%29.42

CMYK color model

#EEC9B7 color CMYK value is (0,16,23,7).

  • cyan value is 0.00%
  • magenta value is 15.55%
  • yellow value is 23.11%
  • key color value is 6.67%
CMYK:
(0,16,23,7)
C0M16Y23K7 
(0%,16%,23%,7%)
(0.00/0.16/0.23/0.07)	

CMYK percentages

%0
%15.55
%23.11
%6.67

Codes

Color #EEC9B7 in popluar color models

EEC9B7
RGB238201183
HSL20°61.80%82.55%
HSB/HSV20°23.11%93.33%
CMYK0.00%15.55%23.11%
6.67%

Color #EEC9B7 in popluar number systems.

HEXEEC9B7
Decimal238201183
Binary111011101100100110110111
Octal356311267

Shades and tints

Shades of #EEC9B7

#EEC9B7
(238,201,183)
#D9B7A7
(217,183,167)
#C4A597
(196,165,151)
#AF9387
(175,147,135)
#9A8177
(154,129,119)
#856F67
(133,111,103)
#705D57
(112,93,87)
#5B4B47
(91,75,71)
#463937
(70,57,55)
#312727
(49,39,39)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #EEC9B7

#EEC9B7
(238,201,183)
#EFCDBD
(239,205,189)
#F0D1C3
(240,209,195)
#F1D5C9
(241,213,201)
#F2D9CF
(242,217,207)
#F3DDD5
(243,221,213)
#F4E1DB
(244,225,219)
#F5E5E1
(245,229,225)
#F6E9E7
(246,233,231)
#F7EDED
(247,237,237)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC9B7 color. Also use rgb(238,201,183) instead hex code.

Text Font Color

.myTextColor { color: #EEC9B7; }

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

This text font color is #EEC9B7.


Background Color

.myBgColor { background-color: #EEC9B7; }

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

This div background color is #EEC9B7.


Border color

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

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

This div border color is #EEC9B7.


Opacity

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

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

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

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

This text has shadow with #EEC9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC9B7 on black background.


Color preview on white background

This text has color #EEC9B7 on white background.



Black color preview on #EEC9B7 background

This text has black color on #EEC9B7 background.


White color preview on #EEC9B7 background

This text has white color on #EEC9B7 background.