COLOR #E8B7BC

HEX: #E8B7BC
RGB: (232,183,188)

Color info

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

RGB color model

#E8B7BC color RGB value is (232,183,188).

  • red value is 232;
  • green value is 183;
  • blue value is 188.
RGB:
(232,183,188)
(91%,72%,74%)

RGB channels and saturation

R 232 of 255 = 91%
G 183 of 255 = 72%
B 188 of 255 = 74%

232
183
188

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

Portions of RGB colors in percentages

R + G + B =
232 + 183 + 188 = 603 (100%)
R 232 of 603 ~ 38.47%
G 183 of 603 ~ 30.35%
B 188 of 603 ~ 31.18%

%38.47
%30.35
%31.18

CMYK color model

#E8B7BC color CMYK value is (0,21,19,9).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 18.97%
  • key color value is 9.02%
CMYK:
(0,21,19,9)
C0M21Y19K9 
(0%,21%,19%,9%)
(0.00/0.21/0.19/0.09)	

CMYK percentages

%0
%21.12
%18.97
%9.02

Codes

Color #E8B7BC in popluar color models

E8B7BC
RGB232183188
HSL354°51.58%81.37%
HSB/HSV354°21.12%90.98%
CMYK0.00%21.12%18.97%
9.02%

Color #E8B7BC in popluar number systems.

HEXE8B7BC
Decimal232183188
Binary111010001011011110111100
Octal350267274

Shades and tints

Shades of #E8B7BC

#E8B7BC
(232,183,188)
#D3A7AB
(211,167,171)
#BE979A
(190,151,154)
#A98789
(169,135,137)
#947778
(148,119,120)
#7F6767
(127,103,103)
#6A5756
(106,87,86)
#554745
(85,71,69)
#403734
(64,55,52)
#2B2723
(43,39,35)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #E8B7BC

#E8B7BC
(232,183,188)
#EABDC2
(234,189,194)
#ECC3C8
(236,195,200)
#EEC9CE
(238,201,206)
#F0CFD4
(240,207,212)
#F2D5DA
(242,213,218)
#F4DBE0
(244,219,224)
#F6E1E6
(246,225,230)
#F8E7EC
(248,231,236)
#FAEDF2
(250,237,242)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B7BC color. Also use rgb(232,183,188) instead hex code.

Text Font Color

.myTextColor { color: #E8B7BC; }

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

This text font color is #E8B7BC.


Background Color

.myBgColor { background-color: #E8B7BC; }

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

This div background color is #E8B7BC.


Border color

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

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

This div border color is #E8B7BC.


Opacity

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

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

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

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

This text has shadow with #E8B7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B7BC on black background.


Color preview on white background

This text has color #E8B7BC on white background.



Black color preview on #E8B7BC background

This text has black color on #E8B7BC background.


White color preview on #E8B7BC background

This text has white color on #E8B7BC background.