COLOR #E8BCDD

HEX: #E8BCDD
RGB: (232,188,221)

Color info

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

RGB color model

#E8BCDD color RGB value is (232,188,221).

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

RGB channels and saturation

R 232 of 255 = 91%
G 188 of 255 = 74%
B 221 of 255 = 87%

232
188
221

R + G + B ~ 84%. #E8BCDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 188 + 221 = 641 (100%)
R 232 of 641 ~ 36.19%
G 188 of 641 ~ 29.33%
B 221 of 641 ~ 34.48%

%36.19
%29.33
%34.48

CMYK color model

#E8BCDD color CMYK value is (0,19,5,9).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 4.74%
  • key color value is 9.02%
CMYK:
(0,19,5,9)
C0M19Y5K9 
(0%,19%,5%,9%)
(0.00/0.19/0.05/0.09)	

CMYK percentages

%0
%18.97
%4.74
%9.02

Codes

Color #E8BCDD in popluar color models

E8BCDD
RGB232188221
HSL315°48.89%82.35%
HSB/HSV315°18.97%90.98%
CMYK0.00%18.97%4.74%
9.02%

Color #E8BCDD in popluar number systems.

HEXE8BCDD
Decimal232188221
Binary111010001011110011011101
Octal350274335

Shades and tints

Shades of #E8BCDD

#E8BCDD
(232,188,221)
#D3ABC9
(211,171,201)
#BE9AB5
(190,154,181)
#A989A1
(169,137,161)
#94788D
(148,120,141)
#7F6779
(127,103,121)
#6A5665
(106,86,101)
#554551
(85,69,81)
#40343D
(64,52,61)
#2B2329
(43,35,41)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #E8BCDD

#E8BCDD
(232,188,221)
#EAC2E0
(234,194,224)
#ECC8E3
(236,200,227)
#EECEE6
(238,206,230)
#F0D4E9
(240,212,233)
#F2DAEC
(242,218,236)
#F4E0EF
(244,224,239)
#F6E6F2
(246,230,242)
#F8ECF5
(248,236,245)
#FAF2F8
(250,242,248)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BCDD; }

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

This text font color is #E8BCDD.


Background Color

.myBgColor { background-color: #E8BCDD; }

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

This div background color is #E8BCDD.


Border color

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

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

This div border color is #E8BCDD.


Opacity

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

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

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

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

This text has shadow with #E8BCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BCDD on black background.


Color preview on white background

This text has color #E8BCDD on white background.



Black color preview on #E8BCDD background

This text has black color on #E8BCDD background.


White color preview on #E8BCDD background

This text has white color on #E8BCDD background.