COLOR #E4C0CF

HEX: #E4C0CF
RGB: (228,192,207)

Color info

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

RGB color model

#E4C0CF color RGB value is (228,192,207).

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

RGB channels and saturation

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

228
192
207

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

Portions of RGB colors in percentages

R + G + B =
228 + 192 + 207 = 627 (100%)
R 228 of 627 ~ 36.36%
G 192 of 627 ~ 30.62%
B 207 of 627 ~ 33.01%

%36.36
%30.62
%33.01

CMYK color model

#E4C0CF color CMYK value is (0,16,9,11).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(0,16,9,11)
C0M16Y9K11 
(0%,16%,9%,11%)
(0.00/0.16/0.09/0.11)	

CMYK percentages

%0
%15.79
%9.21
%10.59

Codes

Color #E4C0CF in popluar color models

E4C0CF
RGB228192207
HSL335°40.00%82.35%
HSB/HSV335°15.79%89.41%
CMYK0.00%15.79%9.21%
10.59%

Color #E4C0CF in popluar number systems.

HEXE4C0CF
Decimal228192207
Binary111001001100000011001111
Octal344300317

Shades and tints

Shades of #E4C0CF

#E4C0CF
(228,192,207)
#D0AFBD
(208,175,189)
#BC9EAB
(188,158,171)
#A88D99
(168,141,153)
#947C87
(148,124,135)
#806B75
(128,107,117)
#6C5A63
(108,90,99)
#584951
(88,73,81)
#44383F
(68,56,63)
#30272D
(48,39,45)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #E4C0CF

#E4C0CF
(228,192,207)
#E6C5D3
(230,197,211)
#E8CAD7
(232,202,215)
#EACFDB
(234,207,219)
#ECD4DF
(236,212,223)
#EED9E3
(238,217,227)
#F0DEE7
(240,222,231)
#F2E3EB
(242,227,235)
#F4E8EF
(244,232,239)
#F6EDF3
(246,237,243)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C0CF; }

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

This text font color is #E4C0CF.


Background Color

.myBgColor { background-color: #E4C0CF; }

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

This div background color is #E4C0CF.


Border color

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

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

This div border color is #E4C0CF.


Opacity

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

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

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

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

This text has shadow with #E4C0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C0CF on black background.


Color preview on white background

This text has color #E4C0CF on white background.



Black color preview on #E4C0CF background

This text has black color on #E4C0CF background.


White color preview on #E4C0CF background

This text has white color on #E4C0CF background.