COLOR #EEBAC9

HEX: #EEBAC9
RGB: (238,186,201)

Color info

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

RGB color model

#EEBAC9 color RGB value is (238,186,201).

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

RGB channels and saturation

R 238 of 255 = 93%
G 186 of 255 = 73%
B 201 of 255 = 79%

238
186
201

R + G + B ~ 82%. #EEBAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 186 + 201 = 625 (100%)
R 238 of 625 ~ 38.08%
G 186 of 625 ~ 29.76%
B 201 of 625 ~ 32.16%

%38.08
%29.76
%32.16

CMYK color model

#EEBAC9 color CMYK value is (0,22,16,7).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 15.55%
  • key color value is 6.67%
CMYK:
(0,22,16,7)
C0M22Y16K7 
(0%,22%,16%,7%)
(0.00/0.22/0.16/0.07)	

CMYK percentages

%0
%21.85
%15.55
%6.67

Codes

Color #EEBAC9 in popluar color models

EEBAC9
RGB238186201
HSL343°60.47%83.14%
HSB/HSV343°21.85%93.33%
CMYK0.00%21.85%15.55%
6.67%

Color #EEBAC9 in popluar number systems.

HEXEEBAC9
Decimal238186201
Binary111011101011101011001001
Octal356272311

Shades and tints

Shades of #EEBAC9

#EEBAC9
(238,186,201)
#D9AAB7
(217,170,183)
#C49AA5
(196,154,165)
#AF8A93
(175,138,147)
#9A7A81
(154,122,129)
#856A6F
(133,106,111)
#705A5D
(112,90,93)
#5B4A4B
(91,74,75)
#463A39
(70,58,57)
#312A27
(49,42,39)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #EEBAC9

#EEBAC9
(238,186,201)
#EFC0CD
(239,192,205)
#F0C6D1
(240,198,209)
#F1CCD5
(241,204,213)
#F2D2D9
(242,210,217)
#F3D8DD
(243,216,221)
#F4DEE1
(244,222,225)
#F5E4E5
(245,228,229)
#F6EAE9
(246,234,233)
#F7F0ED
(247,240,237)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBAC9; }

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

This text font color is #EEBAC9.


Background Color

.myBgColor { background-color: #EEBAC9; }

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

This div background color is #EEBAC9.


Border color

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

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

This div border color is #EEBAC9.


Opacity

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

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

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

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

This text has shadow with #EEBAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBAC9 on black background.


Color preview on white background

This text has color #EEBAC9 on white background.



Black color preview on #EEBAC9 background

This text has black color on #EEBAC9 background.


White color preview on #EEBAC9 background

This text has white color on #EEBAC9 background.