COLOR #E0BCEC

HEX: #E0BCEC
RGB: (224,188,236)

Color info

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

RGB color model

#E0BCEC color RGB value is (224,188,236).

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

RGB channels and saturation

R 224 of 255 = 88%
G 188 of 255 = 74%
B 236 of 255 = 93%

224
188
236

R + G + B ~ 85%. #E0BCEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 188 + 236 = 648 (100%)
R 224 of 648 ~ 34.57%
G 188 of 648 ~ 29.01%
B 236 of 648 ~ 36.42%

%34.57
%29.01
%36.42

CMYK color model

#E0BCEC color CMYK value is (5,20,0,7).

  • cyan value is 5.08%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,20,0,7)
C5M20Y0K7 
(5%,20%,0%,7%)
(0.05/0.20/0.00/0.07)	

CMYK percentages

%5.08
%20.34
%0
%7.45

Codes

Color #E0BCEC in popluar color models

E0BCEC
RGB224188236
HSL285°55.81%83.14%
HSB/HSV285°20.34%92.55%
CMYK5.08%20.34%0.00%
7.45%

Color #E0BCEC in popluar number systems.

HEXE0BCEC
Decimal224188236
Binary111000001011110011101100
Octal340274354

Shades and tints

Shades of #E0BCEC

#E0BCEC
(224,188,236)
#CCABD7
(204,171,215)
#B89AC2
(184,154,194)
#A489AD
(164,137,173)
#907898
(144,120,152)
#7C6783
(124,103,131)
#68566E
(104,86,110)
#544559
(84,69,89)
#403444
(64,52,68)
#2C232F
(44,35,47)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #E0BCEC

#E0BCEC
(224,188,236)
#E2C2ED
(226,194,237)
#E4C8EE
(228,200,238)
#E6CEEF
(230,206,239)
#E8D4F0
(232,212,240)
#EADAF1
(234,218,241)
#ECE0F2
(236,224,242)
#EEE6F3
(238,230,243)
#F0ECF4
(240,236,244)
#F2F2F5
(242,242,245)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BCEC; }

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

This text font color is #E0BCEC.


Background Color

.myBgColor { background-color: #E0BCEC; }

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

This div background color is #E0BCEC.


Border color

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

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

This div border color is #E0BCEC.


Opacity

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

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

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

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

This text has shadow with #E0BCEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BCEC on black background.


Color preview on white background

This text has color #E0BCEC on white background.



Black color preview on #E0BCEC background

This text has black color on #E0BCEC background.


White color preview on #E0BCEC background

This text has white color on #E0BCEC background.