COLOR #EEC4B5

HEX: #EEC4B5
RGB: (238,196,181)

Color info

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

RGB color model

#EEC4B5 color RGB value is (238,196,181).

  • red value is 238;
  • green value is 196;
  • blue value is 181.
RGB:
(238,196,181)
(93%,77%,71%)

RGB channels and saturation

R 238 of 255 = 93%
G 196 of 255 = 77%
B 181 of 255 = 71%

238
196
181

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

Portions of RGB colors in percentages

R + G + B =
238 + 196 + 181 = 615 (100%)
R 238 of 615 ~ 38.7%
G 196 of 615 ~ 31.87%
B 181 of 615 ~ 29.43%

%38.7
%31.87
%29.43

CMYK color model

#EEC4B5 color CMYK value is (0,18,24,7).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 23.95%
  • key color value is 6.67%
CMYK:
(0,18,24,7)
C0M18Y24K7 
(0%,18%,24%,7%)
(0.00/0.18/0.24/0.07)	

CMYK percentages

%0
%17.65
%23.95
%6.67

Codes

Color #EEC4B5 in popluar color models

EEC4B5
RGB238196181
HSL16°62.64%82.16%
HSB/HSV16°23.95%93.33%
CMYK0.00%17.65%23.95%
6.67%

Color #EEC4B5 in popluar number systems.

HEXEEC4B5
Decimal238196181
Binary111011101100010010110101
Octal356304265

Shades and tints

Shades of #EEC4B5

#EEC4B5
(238,196,181)
#D9B3A5
(217,179,165)
#C4A295
(196,162,149)
#AF9185
(175,145,133)
#9A8075
(154,128,117)
#856F65
(133,111,101)
#705E55
(112,94,85)
#5B4D45
(91,77,69)
#463C35
(70,60,53)
#312B25
(49,43,37)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #EEC4B5

#EEC4B5
(238,196,181)
#EFC9BB
(239,201,187)
#F0CEC1
(240,206,193)
#F1D3C7
(241,211,199)
#F2D8CD
(242,216,205)
#F3DDD3
(243,221,211)
#F4E2D9
(244,226,217)
#F5E7DF
(245,231,223)
#F6ECE5
(246,236,229)
#F7F1EB
(247,241,235)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC4B5; }

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

This text font color is #EEC4B5.


Background Color

.myBgColor { background-color: #EEC4B5; }

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

This div background color is #EEC4B5.


Border color

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

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

This div border color is #EEC4B5.


Opacity

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

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

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

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

This text has shadow with #EEC4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC4B5 on black background.


Color preview on white background

This text has color #EEC4B5 on white background.



Black color preview on #EEC4B5 background

This text has black color on #EEC4B5 background.


White color preview on #EEC4B5 background

This text has white color on #EEC4B5 background.