COLOR #E0BCDF

HEX: #E0BCDF
RGB: (224,188,223)

Color info

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

RGB color model

#E0BCDF color RGB value is (224,188,223).

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

RGB channels and saturation

R 224 of 255 = 88%
G 188 of 255 = 74%
B 223 of 255 = 87%

224
188
223

R + G + B ~ 83%. #E0BCDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 188 + 223 = 635 (100%)
R 224 of 635 ~ 35.28%
G 188 of 635 ~ 29.61%
B 223 of 635 ~ 35.12%

%35.28
%29.61
%35.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 0.45%
  • key color value is 12.16%
CMYK:
(0,16,0,12)
C0M16Y0K12 
(0%,16%,0%,12%)
(0.00/0.16/0.00/0.12)	

CMYK percentages

%0
%16.07
%0.45
%12.16

Codes

Color #E0BCDF in popluar color models

E0BCDF
RGB224188223
HSL302°36.73%80.78%
HSB/HSV302°16.07%87.84%
CMYK0.00%16.07%0.45%
12.16%

Color #E0BCDF in popluar number systems.

HEXE0BCDF
Decimal224188223
Binary111000001011110011011111
Octal340274337

Shades and tints

Shades of #E0BCDF

#E0BCDF
(224,188,223)
#CCABCB
(204,171,203)
#B89AB7
(184,154,183)
#A489A3
(164,137,163)
#90788F
(144,120,143)
#7C677B
(124,103,123)
#685667
(104,86,103)
#544553
(84,69,83)
#40343F
(64,52,63)
#2C232B
(44,35,43)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #E0BCDF

#E0BCDF
(224,188,223)
#E2C2E1
(226,194,225)
#E4C8E3
(228,200,227)
#E6CEE5
(230,206,229)
#E8D4E7
(232,212,231)
#EADAE9
(234,218,233)
#ECE0EB
(236,224,235)
#EEE6ED
(238,230,237)
#F0ECEF
(240,236,239)
#F2F2F1
(242,242,241)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BCDF; }

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

This text font color is #E0BCDF.


Background Color

.myBgColor { background-color: #E0BCDF; }

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

This div background color is #E0BCDF.


Border color

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

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

This div border color is #E0BCDF.


Opacity

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

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

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

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

This text has shadow with #E0BCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BCDF on black background.


Color preview on white background

This text has color #E0BCDF on white background.



Black color preview on #E0BCDF background

This text has black color on #E0BCDF background.


White color preview on #E0BCDF background

This text has white color on #E0BCDF background.