COLOR #EEC8B8

HEX: #EEC8B8
RGB: (238,200,184)

Color info

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

RGB color model

#EEC8B8 color RGB value is (238,200,184).

  • red value is 238;
  • green value is 200;
  • blue value is 184.
RGB:
(238,200,184)
(93%,78%,72%)

RGB channels and saturation

R 238 of 255 = 93%
G 200 of 255 = 78%
B 184 of 255 = 72%

238
200
184

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

Portions of RGB colors in percentages

R + G + B =
238 + 200 + 184 = 622 (100%)
R 238 of 622 ~ 38.26%
G 200 of 622 ~ 32.15%
B 184 of 622 ~ 29.58%

%38.26
%32.15
%29.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 22.69%
  • 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.97
%22.69
%6.67

Codes

Color #EEC8B8 in popluar color models

EEC8B8
RGB238200184
HSL18°61.36%82.75%
HSB/HSV18°22.69%93.33%
CMYK0.00%15.97%22.69%
6.67%

Color #EEC8B8 in popluar number systems.

HEXEEC8B8
Decimal238200184
Binary111011101100100010111000
Octal356310270

Shades and tints

Shades of #EEC8B8

#EEC8B8
(238,200,184)
#D9B6A8
(217,182,168)
#C4A498
(196,164,152)
#AF9288
(175,146,136)
#9A8078
(154,128,120)
#856E68
(133,110,104)
#705C58
(112,92,88)
#5B4A48
(91,74,72)
#463838
(70,56,56)
#312628
(49,38,40)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EEC8B8

#EEC8B8
(238,200,184)
#EFCDBE
(239,205,190)
#F0D2C4
(240,210,196)
#F1D7CA
(241,215,202)
#F2DCD0
(242,220,208)
#F3E1D6
(243,225,214)
#F4E6DC
(244,230,220)
#F5EBE2
(245,235,226)
#F6F0E8
(246,240,232)
#F7F5EE
(247,245,238)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC8B8 color. Also use rgb(238,200,184) instead hex code.

Text Font Color

.myTextColor { color: #EEC8B8; }

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

This text font color is #EEC8B8.


Background Color

.myBgColor { background-color: #EEC8B8; }

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

This div background color is #EEC8B8.


Border color

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

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

This div border color is #EEC8B8.


Opacity

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

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

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

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

This text has shadow with #EEC8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC8B8 on black background.


Color preview on white background

This text has color #EEC8B8 on white background.



Black color preview on #EEC8B8 background

This text has black color on #EEC8B8 background.


White color preview on #EEC8B8 background

This text has white color on #EEC8B8 background.