COLOR #E0CFD9

HEX: #E0CFD9 RGB: (224,207,217)

Color info

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

RGB color model

#E0CFD9 color RGB value is (224,207,217).

RGB: (224,207,217) (88%, 81%, 85%)

RGB channels and saturation

R 224 of 255 = 88%
G 207 of 255 = 81%
B 217 of 255 = 85%

224
207
217

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

Portions of RGB colors in percentages

R + G + B = 224 + 207 + 217 = 648 (100%)
R 224 of 648 ~ 34.57%
G 207 of 648 ~ 31.94%
B 217 of 648 ~ 33.49'%

%34.57
%31.94
%33.49

CMYK color model

#E0CFD9 color CMYK value is (0,8,3,12).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 3.13%
  • key color value is 12.16%

CMYK: (0,8,3,12)
C0M8Y3K12 (0%, 8%, 3%, 12%)
(0.00 / 0.08 / 0.03 / 0.12)

CMYK percentages

%0
%7.59
%3.13
%12.16

Codes

Color #E0CFD9 in popluar color models

E0 CF D9
RGB 224 207 217
HSL 325° 21.52% 84.51%
HSB/HSV 325° 7.59% 87.84%
CMYK 0.00% 7.59% 3.13%
12.16%

Color #E0CFD9 in popluar number systems.

HEX E0 CF D9
Decimal 224 207 217
Binary 11100000 11001111 11011001
Octal 340 317 331

Shades and tints

Shades of #E0CFD9

#E0CFD9
(224,207,217)
#CCBDC6
(204,189,198)
#B8ABB3
(184,171,179)
#A499A0
(164,153,160)
#90878D
(144,135,141)
#7C757A
(124,117,122)
#686367
(104,99,103)
#545154
(84,81,84)
#403F41
(64,63,65)
#2C2D2E
(44,45,46)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #E0CFD9

#E0CFD9
(224,207,217)
#E2D3DC
(226,211,220)
#E4D7DF
(228,215,223)
#E6DBE2
(230,219,226)
#E8DFE5
(232,223,229)
#EAE3E8
(234,227,232)
#ECE7EB
(236,231,235)
#EEEBEE
(238,235,238)
#F0EFF1
(240,239,241)
#F2F3F4
(242,243,244)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CFD9; }

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

This text font color is #E0CFD9.

Background Color

.myBgColor { background-color: #E0CFD9; }

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

This div background color is #E0CFD9.

Border color

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

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

This div border color is #E0CFD9.

Opacity

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

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

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

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

This text has shadow with #E0CFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CFD9.

Preview

Color preview on black background

This text has color #E0CFD9 on black background.


Color preview on white background

This text has color #E0CFD9 on white background.


Black color preview on #E0CFD9 background

This text has black color on #E0CFD9 background.


White color preview on #E0CFD9 background

This text has white color on #E0CFD9 background.


Related colors

Complementary color

Complementary color for #hex is #1F3026.


I love getcolorcode.com

Triadic colors

1 #D9E0CF and #CFD9E0 with #E0CFD9 are triadic colors.

2 #D9CFE0 and #CFE0D9 with #E0CFD9 are triadic colors.