COLOR #EEBBB4

HEX: #EEBBB4
RGB: (238,187,180)

Color info

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

RGB color model

#EEBBB4 color RGB value is (238,187,180).

  • red value is 238;
  • green value is 187;
  • blue value is 180.
RGB:
(238,187,180)
(93%,73%,71%)

RGB channels and saturation

R 238 of 255 = 93%
G 187 of 255 = 73%
B 180 of 255 = 71%

238
187
180

R + G + B ~ 79%. #EEBBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 187 + 180 = 605 (100%)
R 238 of 605 ~ 39.34%
G 187 of 605 ~ 30.91%
B 180 of 605 ~ 29.75%

%39.34
%30.91
%29.75

CMYK color model

#EEBBB4 color CMYK value is (0,21,24,7).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 24.37%
  • key color value is 6.67%
CMYK:
(0,21,24,7)
C0M21Y24K7 
(0%,21%,24%,7%)
(0.00/0.21/0.24/0.07)	

CMYK percentages

%0
%21.43
%24.37
%6.67

Codes

Color #EEBBB4 in popluar color models

EEBBB4
RGB238187180
HSL63.04%81.96%
HSB/HSV24.37%93.33%
CMYK0.00%21.43%24.37%
6.67%

Color #EEBBB4 in popluar number systems.

HEXEEBBB4
Decimal238187180
Binary111011101011101110110100
Octal356273264

Shades and tints

Shades of #EEBBB4

#EEBBB4
(238,187,180)
#D9AAA4
(217,170,164)
#C49994
(196,153,148)
#AF8884
(175,136,132)
#9A7774
(154,119,116)
#856664
(133,102,100)
#705554
(112,85,84)
#5B4444
(91,68,68)
#463334
(70,51,52)
#312224
(49,34,36)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #EEBBB4

#EEBBB4
(238,187,180)
#EFC1BA
(239,193,186)
#F0C7C0
(240,199,192)
#F1CDC6
(241,205,198)
#F2D3CC
(242,211,204)
#F3D9D2
(243,217,210)
#F4DFD8
(244,223,216)
#F5E5DE
(245,229,222)
#F6EBE4
(246,235,228)
#F7F1EA
(247,241,234)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBBB4 color. Also use rgb(238,187,180) instead hex code.

Text Font Color

.myTextColor { color: #EEBBB4; }

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

This text font color is #EEBBB4.


Background Color

.myBgColor { background-color: #EEBBB4; }

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

This div background color is #EEBBB4.


Border color

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

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

This div border color is #EEBBB4.


Opacity

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

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

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

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

This text has shadow with #EEBBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBBB4 on black background.


Color preview on white background

This text has color #EEBBB4 on white background.



Black color preview on #EEBBB4 background

This text has black color on #EEBBB4 background.


White color preview on #EEBBB4 background

This text has white color on #EEBBB4 background.