COLOR #E0C8DB

HEX: #E0C8DB
RGB: (224,200,219)

Color info

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

RGB color model

#E0C8DB color RGB value is (224,200,219).

  • red value is 224;
  • green value is 200;
  • blue value is 219.
RGB:
(224,200,219)
(88%,78%,86%)

RGB channels and saturation

R 224 of 255 = 88%
G 200 of 255 = 78%
B 219 of 255 = 86%

224
200
219

R + G + B ~ 84%. #E0C8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 200 + 219 = 643 (100%)
R 224 of 643 ~ 34.84%
G 200 of 643 ~ 31.1%
B 219 of 643 ~ 34.06%

%34.84
%31.1
%34.06

CMYK color model

#E0C8DB color CMYK value is (0,11,2,12).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK:
(0,11,2,12)
C0M11Y2K12 
(0%,11%,2%,12%)
(0.00/0.11/0.02/0.12)	

CMYK percentages

%0
%10.71
%2.23
%12.16

Codes

Color #E0C8DB in popluar color models

E0C8DB
RGB224200219
HSL313°27.91%83.14%
HSB/HSV313°10.71%87.84%
CMYK0.00%10.71%2.23%
12.16%

Color #E0C8DB in popluar number systems.

HEXE0C8DB
Decimal224200219
Binary111000001100100011011011
Octal340310333

Shades and tints

Shades of #E0C8DB

#E0C8DB
(224,200,219)
#CCB6C8
(204,182,200)
#B8A4B5
(184,164,181)
#A492A2
(164,146,162)
#90808F
(144,128,143)
#7C6E7C
(124,110,124)
#685C69
(104,92,105)
#544A56
(84,74,86)
#403843
(64,56,67)
#2C2630
(44,38,48)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #E0C8DB

#E0C8DB
(224,200,219)
#E2CDDE
(226,205,222)
#E4D2E1
(228,210,225)
#E6D7E4
(230,215,228)
#E8DCE7
(232,220,231)
#EAE1EA
(234,225,234)
#ECE6ED
(236,230,237)
#EEEBF0
(238,235,240)
#F0F0F3
(240,240,243)
#F2F5F6
(242,245,246)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C8DB color. Also use rgb(224,200,219) instead hex code.

Text Font Color

.myTextColor { color: #E0C8DB; }

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

This text font color is #E0C8DB.


Background Color

.myBgColor { background-color: #E0C8DB; }

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

This div background color is #E0C8DB.


Border color

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

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

This div border color is #E0C8DB.


Opacity

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

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

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

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

This text has shadow with #E0C8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C8DB on black background.


Color preview on white background

This text has color #E0C8DB on white background.



Black color preview on #E0C8DB background

This text has black color on #E0C8DB background.


White color preview on #E0C8DB background

This text has white color on #E0C8DB background.