COLOR #EEB5BC

HEX: #EEB5BC
RGB: (238,181,188)

Color info

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

RGB color model

#EEB5BC color RGB value is (238,181,188).

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

RGB channels and saturation

R 238 of 255 = 93%
G 181 of 255 = 71%
B 188 of 255 = 74%

238
181
188

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

Portions of RGB colors in percentages

R + G + B =
238 + 181 + 188 = 607 (100%)
R 238 of 607 ~ 39.21%
G 181 of 607 ~ 29.82%
B 188 of 607 ~ 30.97%

%39.21
%29.82
%30.97

CMYK color model

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

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

CMYK percentages

%0
%23.95
%21.01
%6.67

Codes

Color #EEB5BC in popluar color models

EEB5BC
RGB238181188
HSL353°62.64%82.16%
HSB/HSV353°23.95%93.33%
CMYK0.00%23.95%21.01%
6.67%

Color #EEB5BC in popluar number systems.

HEXEEB5BC
Decimal238181188
Binary111011101011010110111100
Octal356265274

Shades and tints

Shades of #EEB5BC

#EEB5BC
(238,181,188)
#D9A5AB
(217,165,171)
#C4959A
(196,149,154)
#AF8589
(175,133,137)
#9A7578
(154,117,120)
#856567
(133,101,103)
#705556
(112,85,86)
#5B4545
(91,69,69)
#463534
(70,53,52)
#312523
(49,37,35)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #EEB5BC

#EEB5BC
(238,181,188)
#EFBBC2
(239,187,194)
#F0C1C8
(240,193,200)
#F1C7CE
(241,199,206)
#F2CDD4
(242,205,212)
#F3D3DA
(243,211,218)
#F4D9E0
(244,217,224)
#F5DFE6
(245,223,230)
#F6E5EC
(246,229,236)
#F7EBF2
(247,235,242)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB5BC; }

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

This text font color is #EEB5BC.


Background Color

.myBgColor { background-color: #EEB5BC; }

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

This div background color is #EEB5BC.


Border color

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

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

This div border color is #EEB5BC.


Opacity

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

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

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

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

This text has shadow with #EEB5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB5BC on black background.


Color preview on white background

This text has color #EEB5BC on white background.



Black color preview on #EEB5BC background

This text has black color on #EEB5BC background.


White color preview on #EEB5BC background

This text has white color on #EEB5BC background.