COLOR #E8B0CB

HEX: #E8B0CB
RGB: (232,176,203)

Color info

#E8B0CB contains red, green and blue colors in about the same proportion. Web safe color of #E8B0CB is #FF99CC (or #F9C).

RGB color model

#E8B0CB color RGB value is (232,176,203).

  • red value is 232;
  • green value is 176;
  • blue value is 203.
RGB:
(232,176,203)
(91%,69%,80%)

RGB channels and saturation

R 232 of 255 = 91%
G 176 of 255 = 69%
B 203 of 255 = 80%

232
176
203

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

Portions of RGB colors in percentages

R + G + B =
232 + 176 + 203 = 611 (100%)
R 232 of 611 ~ 37.97%
G 176 of 611 ~ 28.81%
B 203 of 611 ~ 33.22%

%37.97
%28.81
%33.22

CMYK color model

#E8B0CB color CMYK value is (0,24,13,9).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 12.50%
  • key color value is 9.02%
CMYK:
(0,24,13,9)
C0M24Y13K9 
(0%,24%,13%,9%)
(0.00/0.24/0.13/0.09)	

CMYK percentages

%0
%24.14
%12.5
%9.02

Codes

Color #E8B0CB in popluar color models

E8B0CB
RGB232176203
HSL331°54.90%80.00%
HSB/HSV331°24.14%90.98%
CMYK0.00%24.14%12.50%
9.02%

Color #E8B0CB in popluar number systems.

HEXE8B0CB
Decimal232176203
Binary111010001011000011001011
Octal350260313

Shades and tints

Shades of #E8B0CB

#E8B0CB
(232,176,203)
#D3A0B9
(211,160,185)
#BE90A7
(190,144,167)
#A98095
(169,128,149)
#947083
(148,112,131)
#7F6071
(127,96,113)
#6A505F
(106,80,95)
#55404D
(85,64,77)
#40303B
(64,48,59)
#2B2029
(43,32,41)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #E8B0CB

#E8B0CB
(232,176,203)
#EAB7CF
(234,183,207)
#ECBED3
(236,190,211)
#EEC5D7
(238,197,215)
#F0CCDB
(240,204,219)
#F2D3DF
(242,211,223)
#F4DAE3
(244,218,227)
#F6E1E7
(246,225,231)
#F8E8EB
(248,232,235)
#FAEFEF
(250,239,239)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B0CB color. Also use rgb(232,176,203) instead hex code.

Text Font Color

.myTextColor { color: #E8B0CB; }

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

This text font color is #E8B0CB.


Background Color

.myBgColor { background-color: #E8B0CB; }

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

This div background color is #E8B0CB.


Border color

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

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

This div border color is #E8B0CB.


Opacity

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

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

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

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

This text has shadow with #E8B0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B0CB on black background.


Color preview on white background

This text has color #E8B0CB on white background.



Black color preview on #E8B0CB background

This text has black color on #E8B0CB background.


White color preview on #E8B0CB background

This text has white color on #E8B0CB background.