COLOR #EEBABB

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

Color info

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

RGB color model

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

RGB: (238,186,187) (93%, 73%, 73%)

RGB channels and saturation

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

238
186
187

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

Portions of RGB colors in percentages

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

%38.95
%30.44
%30.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 21.43%
  • key color value is 6.67%

CMYK: (0,22,21,7)
C0M22Y21K7 (0%, 22%, 21%, 7%)
(0.00 / 0.22 / 0.21 / 0.07)

CMYK percentages

%0
%21.85
%21.43
%6.67

Codes

Color #EEBABB in popluar color models

EE BA BB
RGB 238 186 187
HSL 359° 60.47% 83.14%
HSB/HSV 359° 21.85% 93.33%
CMYK 0.00% 21.85% 21.43%
6.67%

Color #EEBABB in popluar number systems.

HEX EE BA BB
Decimal 238 186 187
Binary 11101110 10111010 10111011
Octal 356 272 273

Shades and tints

Shades of #EEBABB

#EEBABB
(238,186,187)
#D9AAAA
(217,170,170)
#C49A99
(196,154,153)
#AF8A88
(175,138,136)
#9A7A77
(154,122,119)
#856A66
(133,106,102)
#705A55
(112,90,85)
#5B4A44
(91,74,68)
#463A33
(70,58,51)
#312A22
(49,42,34)
#1C1A11
(28,26,17)
#000000
(0,0,0)

Tints of #EEBABB

#EEBABB
(238,186,187)
#EFC0C1
(239,192,193)
#F0C6C7
(240,198,199)
#F1CCCD
(241,204,205)
#F2D2D3
(242,210,211)
#F3D8D9
(243,216,217)
#F4DEDF
(244,222,223)
#F5E4E5
(245,228,229)
#F6EAEB
(246,234,235)
#F7F0F1
(247,240,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBABB; }

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

This text font color is #EEBABB.

Background Color

.myBgColor { background-color: #EEBABB; }

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

This div background color is #EEBABB.

Border color

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

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

This div border color is #EEBABB.

Opacity

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

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

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

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

This text has shadow with #EEBABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBABB.

Preview

Color preview on black background

This text has color #EEBABB on black background.


Color preview on white background

This text has color #EEBABB on white background.


Black color preview on #EEBABB background

This text has black color on #EEBABB background.


White color preview on #EEBABB background

This text has white color on #EEBABB background.


Related colors

Complementary color

Complementary color for #hex is #114544.


I love getcolorcode.com

Triadic colors

1 #BBEEBA and #BABBEE with #EEBABB are triadic colors.

2 #BBBAEE and #BAEEBB with #EEBABB are triadic colors.