COLOR #E8BCC5

HEX: #E8BCC5
RGB: (232,188,197)

Color info

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

RGB color model

#E8BCC5 color RGB value is (232,188,197).

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

RGB channels and saturation

R 232 of 255 = 91%
G 188 of 255 = 74%
B 197 of 255 = 77%

232
188
197

R + G + B ~ 81%. #E8BCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 188 + 197 = 617 (100%)
R 232 of 617 ~ 37.6%
G 188 of 617 ~ 30.47%
B 197 of 617 ~ 31.93%

%37.6
%30.47
%31.93

CMYK color model

#E8BCC5 color CMYK value is (0,19,15,9).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK:
(0,19,15,9)
C0M19Y15K9 
(0%,19%,15%,9%)
(0.00/0.19/0.15/0.09)	

CMYK percentages

%0
%18.97
%15.09
%9.02

Codes

Color #E8BCC5 in popluar color models

E8BCC5
RGB232188197
HSL348°48.89%82.35%
HSB/HSV348°18.97%90.98%
CMYK0.00%18.97%15.09%
9.02%

Color #E8BCC5 in popluar number systems.

HEXE8BCC5
Decimal232188197
Binary111010001011110011000101
Octal350274305

Shades and tints

Shades of #E8BCC5

#E8BCC5
(232,188,197)
#D3ABB4
(211,171,180)
#BE9AA3
(190,154,163)
#A98992
(169,137,146)
#947881
(148,120,129)
#7F6770
(127,103,112)
#6A565F
(106,86,95)
#55454E
(85,69,78)
#40343D
(64,52,61)
#2B232C
(43,35,44)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #E8BCC5

#E8BCC5
(232,188,197)
#EAC2CA
(234,194,202)
#ECC8CF
(236,200,207)
#EECED4
(238,206,212)
#F0D4D9
(240,212,217)
#F2DADE
(242,218,222)
#F4E0E3
(244,224,227)
#F6E6E8
(246,230,232)
#F8ECED
(248,236,237)
#FAF2F2
(250,242,242)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BCC5; }

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

This text font color is #E8BCC5.


Background Color

.myBgColor { background-color: #E8BCC5; }

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

This div background color is #E8BCC5.


Border color

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

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

This div border color is #E8BCC5.


Opacity

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

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

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

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

This text has shadow with #E8BCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BCC5 on black background.


Color preview on white background

This text has color #E8BCC5 on white background.



Black color preview on #E8BCC5 background

This text has black color on #E8BCC5 background.


White color preview on #E8BCC5 background

This text has white color on #E8BCC5 background.