COLOR #E0C5CF

HEX: #E0C5CF RGB: (224,197,207)

Color info

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

RGB color model

#E0C5CF color RGB value is (224,197,207).

RGB: (224,197,207) (88%, 77%, 81%)

RGB channels and saturation

R 224 of 255 = 88%
G 197 of 255 = 77%
B 207 of 255 = 81%

224
197
207

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

Portions of RGB colors in percentages

R + G + B = 224 + 197 + 207 = 628 (100%)
R 224 of 628 ~ 35.67%
G 197 of 628 ~ 31.37%
B 207 of 628 ~ 32.96'%

%35.67
%31.37
%32.96

CMYK color model

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

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

CMYK: (0,12,8,12)
C0M12Y8K12 (0%, 12%, 8%, 12%)
(0.00 / 0.12 / 0.08 / 0.12)

CMYK percentages

%0
%12.05
%7.59
%12.16

Codes

Color #E0C5CF in popluar color models

E0 C5 CF
RGB 224 197 207
HSL 338° 30.34% 82.55%
HSB/HSV 338° 12.05% 87.84%
CMYK 0.00% 12.05% 7.59%
12.16%

Color #E0C5CF in popluar number systems.

HEX E0 C5 CF
Decimal 224 197 207
Binary 11100000 11000101 11001111
Octal 340 305 317

Shades and tints

Shades of #E0C5CF

#E0C5CF
(224,197,207)
#CCB4BD
(204,180,189)
#B8A3AB
(184,163,171)
#A49299
(164,146,153)
#908187
(144,129,135)
#7C7075
(124,112,117)
#685F63
(104,95,99)
#544E51
(84,78,81)
#403D3F
(64,61,63)
#2C2C2D
(44,44,45)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #E0C5CF

#E0C5CF
(224,197,207)
#E2CAD3
(226,202,211)
#E4CFD7
(228,207,215)
#E6D4DB
(230,212,219)
#E8D9DF
(232,217,223)
#EADEE3
(234,222,227)
#ECE3E7
(236,227,231)
#EEE8EB
(238,232,235)
#F0EDEF
(240,237,239)
#F2F2F3
(242,242,243)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C5CF; }

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

This text font color is #E0C5CF.

Background Color

.myBgColor { background-color: #E0C5CF; }

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

This div background color is #E0C5CF.

Border color

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

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

This div border color is #E0C5CF.

Opacity

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

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

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

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

This text has shadow with #E0C5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C5CF.

Preview

Color preview on black background

This text has color #E0C5CF on black background.


Color preview on white background

This text has color #E0C5CF on white background.


Black color preview on #E0C5CF background

This text has black color on #E0C5CF background.


White color preview on #E0C5CF background

This text has white color on #E0C5CF background.


Related colors

Complementary color

Complementary color for #hex is #1F3A30.


I love getcolorcode.com

Triadic colors

1 #CFE0C5 and #C5CFE0 with #E0C5CF are triadic colors.

2 #CFC5E0 and #C5E0CF with #E0C5CF are triadic colors.