COLOR #E8BCDA

HEX: #E8BCDA
RGB: (232,188,218)

Color info

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

RGB color model

#E8BCDA color RGB value is (232,188,218).

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

RGB channels and saturation

R 232 of 255 = 91%
G 188 of 255 = 74%
B 218 of 255 = 85%

232
188
218

R + G + B ~ 83%. #E8BCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 188 + 218 = 638 (100%)
R 232 of 638 ~ 36.36%
G 188 of 638 ~ 29.47%
B 218 of 638 ~ 34.17%

%36.36
%29.47
%34.17

CMYK color model

#E8BCDA color CMYK value is (0,19,6,9).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 6.03%
  • key color value is 9.02%
CMYK:
(0,19,6,9)
C0M19Y6K9 
(0%,19%,6%,9%)
(0.00/0.19/0.06/0.09)	

CMYK percentages

%0
%18.97
%6.03
%9.02

Codes

Color #E8BCDA in popluar color models

E8BCDA
RGB232188218
HSL319°48.89%82.35%
HSB/HSV319°18.97%90.98%
CMYK0.00%18.97%6.03%
9.02%

Color #E8BCDA in popluar number systems.

HEXE8BCDA
Decimal232188218
Binary111010001011110011011010
Octal350274332

Shades and tints

Shades of #E8BCDA

#E8BCDA
(232,188,218)
#D3ABC7
(211,171,199)
#BE9AB4
(190,154,180)
#A989A1
(169,137,161)
#94788E
(148,120,142)
#7F677B
(127,103,123)
#6A5668
(106,86,104)
#554555
(85,69,85)
#403442
(64,52,66)
#2B232F
(43,35,47)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #E8BCDA

#E8BCDA
(232,188,218)
#EAC2DD
(234,194,221)
#ECC8E0
(236,200,224)
#EECEE3
(238,206,227)
#F0D4E6
(240,212,230)
#F2DAE9
(242,218,233)
#F4E0EC
(244,224,236)
#F6E6EF
(246,230,239)
#F8ECF2
(248,236,242)
#FAF2F5
(250,242,245)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BCDA; }

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

This text font color is #E8BCDA.


Background Color

.myBgColor { background-color: #E8BCDA; }

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

This div background color is #E8BCDA.


Border color

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

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

This div border color is #E8BCDA.


Opacity

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

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

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

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

This text has shadow with #E8BCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BCDA on black background.


Color preview on white background

This text has color #E8BCDA on white background.



Black color preview on #E8BCDA background

This text has black color on #E8BCDA background.


White color preview on #E8BCDA background

This text has white color on #E8BCDA background.