COLOR #E6BCEC

HEX: #E6BCEC
RGB: (230,188,236)

Color info

#E6BCEC contains red, green and blue colors in about the same proportion. Web safe color of #E6BCEC is #CCCCFF (or #CCF).

RGB color model

#E6BCEC color RGB value is (230,188,236).

  • red value is 230;
  • green value is 188;
  • blue value is 236.
RGB:
(230,188,236)
(90%,74%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 188 of 255 = 74%
B 236 of 255 = 93%

230
188
236

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

Portions of RGB colors in percentages

R + G + B =
230 + 188 + 236 = 654 (100%)
R 230 of 654 ~ 35.17%
G 188 of 654 ~ 28.75%
B 236 of 654 ~ 36.09%

%35.17
%28.75
%36.09

CMYK color model

#E6BCEC color CMYK value is (3,20,0,7).

  • cyan value is 2.54%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,20,0,7)
C3M20Y0K7 
(3%,20%,0%,7%)
(0.03/0.20/0.00/0.07)	

CMYK percentages

%2.54
%20.34
%0
%7.45

Codes

Color #E6BCEC in popluar color models

E6BCEC
RGB230188236
HSL293°55.81%83.14%
HSB/HSV293°20.34%92.55%
CMYK2.54%20.34%0.00%
7.45%

Color #E6BCEC in popluar number systems.

HEXE6BCEC
Decimal230188236
Binary111001101011110011101100
Octal346274354

Shades and tints

Shades of #E6BCEC

#E6BCEC
(230,188,236)
#D2ABD7
(210,171,215)
#BE9AC2
(190,154,194)
#AA89AD
(170,137,173)
#967898
(150,120,152)
#826783
(130,103,131)
#6E566E
(110,86,110)
#5A4559
(90,69,89)
#463444
(70,52,68)
#32232F
(50,35,47)
#1E121A
(30,18,26)
#000000
(0,0,0)

Tints of #E6BCEC

#E6BCEC
(230,188,236)
#E8C2ED
(232,194,237)
#EAC8EE
(234,200,238)
#ECCEEF
(236,206,239)
#EED4F0
(238,212,240)
#F0DAF1
(240,218,241)
#F2E0F2
(242,224,242)
#F4E6F3
(244,230,243)
#F6ECF4
(246,236,244)
#F8F2F5
(248,242,245)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BCEC; }

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

This text font color is #E6BCEC.


Background Color

.myBgColor { background-color: #E6BCEC; }

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

This div background color is #E6BCEC.


Border color

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

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

This div border color is #E6BCEC.


Opacity

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

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

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

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

This text has shadow with #E6BCEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BCEC on black background.


Color preview on white background

This text has color #E6BCEC on white background.



Black color preview on #E6BCEC background

This text has black color on #E6BCEC background.


White color preview on #E6BCEC background

This text has white color on #E6BCEC background.