COLOR #E8BCEC

HEX: #E8BCEC RGB: (232,188,236)

Color info

#E8BCEC contains red, green and blue colors in about the same proportion. Web safe color of #E8BCEC is #FFCCFF (or #FCF).

RGB color model

#E8BCEC color RGB value is (232,188,236).

RGB: (232,188,236) (91%, 74%, 93%)

RGB channels and saturation

R 232 of 255 = 91%
G 188 of 255 = 74%
B 236 of 255 = 93%

232
188
236

R + G + B ~ 86%. #E8BCEC is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 188 + 236 = 656 (100%)
R 232 of 656 ~ 35.37%
G 188 of 656 ~ 28.66%
B 236 of 656 ~ 35.98'%

%35.37
%28.66
%35.98

CMYK color model

#E8BCEC color CMYK value is (2,20,0,7).

  • cyan value is 1.69%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (2,20,0,7)
C2M20Y0K7 (2%, 20%, 0%, 7%)
(0.02 / 0.20 / 0.00 / 0.07)

CMYK percentages

%1.69
%20.34
%0
%7.45

Codes

Color #E8BCEC in popluar color models

E8 BC EC
RGB 232 188 236
HSL 295° 55.81% 83.14%
HSB/HSV 295° 20.34% 92.55%
CMYK 1.69% 20.34% 0.00%
7.45%

Color #E8BCEC in popluar number systems.

HEX E8 BC EC
Decimal 232 188 236
Binary 11101000 10111100 11101100
Octal 350 274 354

Shades and tints

Shades of #E8BCEC

#E8BCEC
(232,188,236)
#D3ABD7
(211,171,215)
#BE9AC2
(190,154,194)
#A989AD
(169,137,173)
#947898
(148,120,152)
#7F6783
(127,103,131)
#6A566E
(106,86,110)
#554559
(85,69,89)
#403444
(64,52,68)
#2B232F
(43,35,47)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #E8BCEC

#E8BCEC
(232,188,236)
#EAC2ED
(234,194,237)
#ECC8EE
(236,200,238)
#EECEEF
(238,206,239)
#F0D4F0
(240,212,240)
#F2DAF1
(242,218,241)
#F4E0F2
(244,224,242)
#F6E6F3
(246,230,243)
#F8ECF4
(248,236,244)
#FAF2F5
(250,242,245)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BCEC; }

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

This text font color is #E8BCEC.

Background Color

.myBgColor { background-color: #E8BCEC; }

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

This div background color is #E8BCEC.

Border color

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

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

This div border color is #E8BCEC.

Opacity

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

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

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

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

This text has shadow with #E8BCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8BCEC.

Preview

Color preview on black background

This text has color #E8BCEC on black background.


Color preview on white background

This text has color #E8BCEC on white background.


Black color preview on #E8BCEC background

This text has black color on #E8BCEC background.


White color preview on #E8BCEC background

This text has white color on #E8BCEC background.


Related colors

Complementary color

Complementary color for #hex is #174313.


I love getcolorcode.com

Triadic colors

1 #ECE8BC and #BCECE8 with #E8BCEC are triadic colors.

2 #ECBCE8 and #BCE8EC with #E8BCEC are triadic colors.