COLOR #E0BCD9

HEX: #E0BCD9
RGB: (224,188,217)

Color info

#E0BCD9 contains red, green and blue colors in about the same proportion. Web safe color of #E0BCD9 is #CCCCCC (or #CCC).

RGB color model

#E0BCD9 color RGB value is (224,188,217).

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

RGB channels and saturation

R 224 of 255 = 88%
G 188 of 255 = 74%
B 217 of 255 = 85%

224
188
217

R + G + B ~ 82%. #E0BCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 188 + 217 = 629 (100%)
R 224 of 629 ~ 35.61%
G 188 of 629 ~ 29.89%
B 217 of 629 ~ 34.5%

%35.61
%29.89
%34.5

CMYK color model

#E0BCD9 color CMYK value is (0,16,3,12).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 3.13%
  • key color value is 12.16%
CMYK:
(0,16,3,12)
C0M16Y3K12 
(0%,16%,3%,12%)
(0.00/0.16/0.03/0.12)	

CMYK percentages

%0
%16.07
%3.13
%12.16

Codes

Color #E0BCD9 in popluar color models

E0BCD9
RGB224188217
HSL312°36.73%80.78%
HSB/HSV312°16.07%87.84%
CMYK0.00%16.07%3.13%
12.16%

Color #E0BCD9 in popluar number systems.

HEXE0BCD9
Decimal224188217
Binary111000001011110011011001
Octal340274331

Shades and tints

Shades of #E0BCD9

#E0BCD9
(224,188,217)
#CCABC6
(204,171,198)
#B89AB3
(184,154,179)
#A489A0
(164,137,160)
#90788D
(144,120,141)
#7C677A
(124,103,122)
#685667
(104,86,103)
#544554
(84,69,84)
#403441
(64,52,65)
#2C232E
(44,35,46)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #E0BCD9

#E0BCD9
(224,188,217)
#E2C2DC
(226,194,220)
#E4C8DF
(228,200,223)
#E6CEE2
(230,206,226)
#E8D4E5
(232,212,229)
#EADAE8
(234,218,232)
#ECE0EB
(236,224,235)
#EEE6EE
(238,230,238)
#F0ECF1
(240,236,241)
#F2F2F4
(242,242,244)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BCD9; }

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

This text font color is #E0BCD9.


Background Color

.myBgColor { background-color: #E0BCD9; }

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

This div background color is #E0BCD9.


Border color

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

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

This div border color is #E0BCD9.


Opacity

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

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

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

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

This text has shadow with #E0BCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BCD9 on black background.


Color preview on white background

This text has color #E0BCD9 on white background.



Black color preview on #E0BCD9 background

This text has black color on #E0BCD9 background.


White color preview on #E0BCD9 background

This text has white color on #E0BCD9 background.