COLOR #E4C0CE

HEX: #E4C0CE
RGB: (228,192,206)

Color info

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

RGB color model

#E4C0CE color RGB value is (228,192,206).

  • red value is 228;
  • green value is 192;
  • blue value is 206.
RGB:
(228,192,206)
(89%,75%,81%)

RGB channels and saturation

R 228 of 255 = 89%
G 192 of 255 = 75%
B 206 of 255 = 81%

228
192
206

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

Portions of RGB colors in percentages

R + G + B =
228 + 192 + 206 = 626 (100%)
R 228 of 626 ~ 36.42%
G 192 of 626 ~ 30.67%
B 206 of 626 ~ 32.91%

%36.42
%30.67
%32.91

CMYK color model

#E4C0CE color CMYK value is (0,16,10,11).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 9.65%
  • key color value is 10.59%
CMYK:
(0,16,10,11)
C0M16Y10K11 
(0%,16%,10%,11%)
(0.00/0.16/0.10/0.11)	

CMYK percentages

%0
%15.79
%9.65
%10.59

Codes

Color #E4C0CE in popluar color models

E4C0CE
RGB228192206
HSL337°40.00%82.35%
HSB/HSV337°15.79%89.41%
CMYK0.00%15.79%9.65%
10.59%

Color #E4C0CE in popluar number systems.

HEXE4C0CE
Decimal228192206
Binary111001001100000011001110
Octal344300316

Shades and tints

Shades of #E4C0CE

#E4C0CE
(228,192,206)
#D0AFBC
(208,175,188)
#BC9EAA
(188,158,170)
#A88D98
(168,141,152)
#947C86
(148,124,134)
#806B74
(128,107,116)
#6C5A62
(108,90,98)
#584950
(88,73,80)
#44383E
(68,56,62)
#30272C
(48,39,44)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #E4C0CE

#E4C0CE
(228,192,206)
#E6C5D2
(230,197,210)
#E8CAD6
(232,202,214)
#EACFDA
(234,207,218)
#ECD4DE
(236,212,222)
#EED9E2
(238,217,226)
#F0DEE6
(240,222,230)
#F2E3EA
(242,227,234)
#F4E8EE
(244,232,238)
#F6EDF2
(246,237,242)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C0CE color. Also use rgb(228,192,206) instead hex code.

Text Font Color

.myTextColor { color: #E4C0CE; }

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

This text font color is #E4C0CE.


Background Color

.myBgColor { background-color: #E4C0CE; }

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

This div background color is #E4C0CE.


Border color

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

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

This div border color is #E4C0CE.


Opacity

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

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

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

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

This text has shadow with #E4C0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C0CE on black background.


Color preview on white background

This text has color #E4C0CE on white background.



Black color preview on #E4C0CE background

This text has black color on #E4C0CE background.


White color preview on #E4C0CE background

This text has white color on #E4C0CE background.