COLOR #E0C2CF

HEX: #E0C2CF RGB: (224,194,207)

Color info

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

RGB color model

#E0C2CF color RGB value is (224,194,207).

RGB: (224,194,207) (88%, 76%, 81%)

RGB channels and saturation

R 224 of 255 = 88%
G 194 of 255 = 76%
B 207 of 255 = 81%

224
194
207

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

Portions of RGB colors in percentages

R + G + B = 224 + 194 + 207 = 625 (100%)
R 224 of 625 ~ 35.84%
G 194 of 625 ~ 31.04%
B 207 of 625 ~ 33.12'%

%35.84
%31.04
%33.12

CMYK color model

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

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

CMYK: (0,13,8,12)
C0M13Y8K12 (0%, 13%, 8%, 12%)
(0.00 / 0.13 / 0.08 / 0.12)

CMYK percentages

%0
%13.39
%7.59
%12.16

Codes

Color #E0C2CF in popluar color models

E0 C2 CF
RGB 224 194 207
HSL 334° 32.61% 81.96%
HSB/HSV 334° 13.39% 87.84%
CMYK 0.00% 13.39% 7.59%
12.16%

Color #E0C2CF in popluar number systems.

HEX E0 C2 CF
Decimal 224 194 207
Binary 11100000 11000010 11001111
Octal 340 302 317

Shades and tints

Shades of #E0C2CF

#E0C2CF
(224,194,207)
#CCB1BD
(204,177,189)
#B8A0AB
(184,160,171)
#A48F99
(164,143,153)
#907E87
(144,126,135)
#7C6D75
(124,109,117)
#685C63
(104,92,99)
#544B51
(84,75,81)
#403A3F
(64,58,63)
#2C292D
(44,41,45)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #E0C2CF

#E0C2CF
(224,194,207)
#E2C7D3
(226,199,211)
#E4CCD7
(228,204,215)
#E6D1DB
(230,209,219)
#E8D6DF
(232,214,223)
#EADBE3
(234,219,227)
#ECE0E7
(236,224,231)
#EEE5EB
(238,229,235)
#F0EAEF
(240,234,239)
#F2EFF3
(242,239,243)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C2CF; }

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

This text font color is #E0C2CF.

Background Color

.myBgColor { background-color: #E0C2CF; }

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

This div background color is #E0C2CF.

Border color

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

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

This div border color is #E0C2CF.

Opacity

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

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

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

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

This text has shadow with #E0C2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C2CF.

Preview

Color preview on black background

This text has color #E0C2CF on black background.


Color preview on white background

This text has color #E0C2CF on white background.


Black color preview on #E0C2CF background

This text has black color on #E0C2CF background.


White color preview on #E0C2CF background

This text has white color on #E0C2CF background.


Related colors

Complementary color

Complementary color for #hex is #1F3D30.


I love getcolorcode.com

Triadic colors

1 #CFE0C2 and #C2CFE0 with #E0C2CF are triadic colors.

2 #CFC2E0 and #C2E0CF with #E0C2CF are triadic colors.