COLOR #EEBBBA

HEX: #EEBBBA
RGB: (238,187,186)

Color info

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

RGB color model

#EEBBBA color RGB value is (238,187,186).

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

RGB channels and saturation

R 238 of 255 = 93%
G 187 of 255 = 73%
B 186 of 255 = 73%

238
187
186

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

Portions of RGB colors in percentages

R + G + B =
238 + 187 + 186 = 611 (100%)
R 238 of 611 ~ 38.95%
G 187 of 611 ~ 30.61%
B 186 of 611 ~ 30.44%

%38.95
%30.61
%30.44

CMYK color model

#EEBBBA color CMYK value is (0,21,22,7).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(0,21,22,7)
C0M21Y22K7 
(0%,21%,22%,7%)
(0.00/0.21/0.22/0.07)	

CMYK percentages

%0
%21.43
%21.85
%6.67

Codes

Color #EEBBBA in popluar color models

EEBBBA
RGB238187186
HSL60.47%83.14%
HSB/HSV21.85%93.33%
CMYK0.00%21.43%21.85%
6.67%

Color #EEBBBA in popluar number systems.

HEXEEBBBA
Decimal238187186
Binary111011101011101110111010
Octal356273272

Shades and tints

Shades of #EEBBBA

#EEBBBA
(238,187,186)
#D9AAAA
(217,170,170)
#C4999A
(196,153,154)
#AF888A
(175,136,138)
#9A777A
(154,119,122)
#85666A
(133,102,106)
#70555A
(112,85,90)
#5B444A
(91,68,74)
#46333A
(70,51,58)
#31222A
(49,34,42)
#1C111A
(28,17,26)
#000000
(0,0,0)

Tints of #EEBBBA

#EEBBBA
(238,187,186)
#EFC1C0
(239,193,192)
#F0C7C6
(240,199,198)
#F1CDCC
(241,205,204)
#F2D3D2
(242,211,210)
#F3D9D8
(243,217,216)
#F4DFDE
(244,223,222)
#F5E5E4
(245,229,228)
#F6EBEA
(246,235,234)
#F7F1F0
(247,241,240)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBBBA; }

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

This text font color is #EEBBBA.


Background Color

.myBgColor { background-color: #EEBBBA; }

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

This div background color is #EEBBBA.


Border color

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

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

This div border color is #EEBBBA.


Opacity

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

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

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

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

This text has shadow with #EEBBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBBBA on black background.


Color preview on white background

This text has color #EEBBBA on white background.



Black color preview on #EEBBBA background

This text has black color on #EEBBBA background.


White color preview on #EEBBBA background

This text has white color on #EEBBBA background.