COLOR #E0CFDB

HEX: #E0CFDB
RGB: (224,207,219)

Color info

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

RGB color model

#E0CFDB color RGB value is (224,207,219).

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

RGB channels and saturation

R 224 of 255 = 88%
G 207 of 255 = 81%
B 219 of 255 = 86%

224
207
219

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

Portions of RGB colors in percentages

R + G + B =
224 + 207 + 219 = 650 (100%)
R 224 of 650 ~ 34.46%
G 207 of 650 ~ 31.85%
B 219 of 650 ~ 33.69%

%34.46
%31.85
%33.69

CMYK color model

#E0CFDB color CMYK value is (0,8,2,12).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK:
(0,8,2,12)
C0M8Y2K12 
(0%,8%,2%,12%)
(0.00/0.08/0.02/0.12)	

CMYK percentages

%0
%7.59
%2.23
%12.16

Codes

Color #E0CFDB in popluar color models

E0CFDB
RGB224207219
HSL318°21.52%84.51%
HSB/HSV318°7.59%87.84%
CMYK0.00%7.59%2.23%
12.16%

Color #E0CFDB in popluar number systems.

HEXE0CFDB
Decimal224207219
Binary111000001100111111011011
Octal340317333

Shades and tints

Shades of #E0CFDB

#E0CFDB
(224,207,219)
#CCBDC8
(204,189,200)
#B8ABB5
(184,171,181)
#A499A2
(164,153,162)
#90878F
(144,135,143)
#7C757C
(124,117,124)
#686369
(104,99,105)
#545156
(84,81,86)
#403F43
(64,63,67)
#2C2D30
(44,45,48)
#181B1D
(24,27,29)
#000000
(0,0,0)

Tints of #E0CFDB

#E0CFDB
(224,207,219)
#E2D3DE
(226,211,222)
#E4D7E1
(228,215,225)
#E6DBE4
(230,219,228)
#E8DFE7
(232,223,231)
#EAE3EA
(234,227,234)
#ECE7ED
(236,231,237)
#EEEBF0
(238,235,240)
#F0EFF3
(240,239,243)
#F2F3F6
(242,243,246)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CFDB; }

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

This text font color is #E0CFDB.


Background Color

.myBgColor { background-color: #E0CFDB; }

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

This div background color is #E0CFDB.


Border color

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

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

This div border color is #E0CFDB.


Opacity

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

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

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

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

This text has shadow with #E0CFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CFDB on black background.


Color preview on white background

This text has color #E0CFDB on white background.



Black color preview on #E0CFDB background

This text has black color on #E0CFDB background.


White color preview on #E0CFDB background

This text has white color on #E0CFDB background.