COLOR #E0C4CE

HEX: #E0C4CE RGB: (224,196,206)

Color info

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

RGB color model

#E0C4CE color RGB value is (224,196,206).

RGB: (224,196,206) (88%, 77%, 81%)

RGB channels and saturation

R 224 of 255 = 88%
G 196 of 255 = 77%
B 206 of 255 = 81%

224
196
206

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

Portions of RGB colors in percentages

R + G + B = 224 + 196 + 206 = 626 (100%)
R 224 of 626 ~ 35.78%
G 196 of 626 ~ 31.31%
B 206 of 626 ~ 32.91'%

%35.78
%31.31
%32.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 8.04%
  • 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
%12.5
%8.04
%12.16

Codes

Color #E0C4CE in popluar color models

E0 C4 CE
RGB 224 196 206
HSL 339° 31.11% 82.35%
HSB/HSV 339° 12.50% 87.84%
CMYK 0.00% 12.50% 8.04%
12.16%

Color #E0C4CE in popluar number systems.

HEX E0 C4 CE
Decimal 224 196 206
Binary 11100000 11000100 11001110
Octal 340 304 316

Shades and tints

Shades of #E0C4CE

#E0C4CE
(224,196,206)
#CCB3BC
(204,179,188)
#B8A2AA
(184,162,170)
#A49198
(164,145,152)
#908086
(144,128,134)
#7C6F74
(124,111,116)
#685E62
(104,94,98)
#544D50
(84,77,80)
#403C3E
(64,60,62)
#2C2B2C
(44,43,44)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #E0C4CE

#E0C4CE
(224,196,206)
#E2C9D2
(226,201,210)
#E4CED6
(228,206,214)
#E6D3DA
(230,211,218)
#E8D8DE
(232,216,222)
#EADDE2
(234,221,226)
#ECE2E6
(236,226,230)
#EEE7EA
(238,231,234)
#F0ECEE
(240,236,238)
#F2F1F2
(242,241,242)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C4CE color. Also use rgb(224,196,206) instead hex code.

Text Font Color

.myTextColor { color: #E0C4CE; }

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

This text font color is #E0C4CE.

Background Color

.myBgColor { background-color: #E0C4CE; }

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

This div background color is #E0C4CE.

Border color

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

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

This div border color is #E0C4CE.

Opacity

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

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

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

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

This text has shadow with #E0C4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C4CE.

Preview

Color preview on black background

This text has color #E0C4CE on black background.


Color preview on white background

This text has color #E0C4CE on white background.


Black color preview on #E0C4CE background

This text has black color on #E0C4CE background.


White color preview on #E0C4CE background

This text has white color on #E0C4CE background.


Related colors

Complementary color

Complementary color for #hex is #1F3B31.


I love getcolorcode.com

Triadic colors

1 #CEE0C4 and #C4CEE0 with #E0C4CE are triadic colors.

2 #CEC4E0 and #C4E0CE with #E0C4CE are triadic colors.