COLOR #E8C0CE

HEX: #E8C0CE RGB: (232,192,206)

Color info

#E8C0CE contains red, green and blue colors in about the same proportion. Web safe color of #E8C0CE is #FFCCCC (or #FCC).

RGB color model

#E8C0CE color RGB value is (232,192,206).

RGB: (232,192,206) (91%, 75%, 81%)

RGB channels and saturation

R 232 of 255 = 91%
G 192 of 255 = 75%
B 206 of 255 = 81%

232
192
206

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

Portions of RGB colors in percentages

R + G + B = 232 + 192 + 206 = 630 (100%)
R 232 of 630 ~ 36.83%
G 192 of 630 ~ 30.48%
B 206 of 630 ~ 32.7'%

%36.83
%30.48
%32.7

CMYK color model

#E8C0CE color CMYK value is (0,17,11,9).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 11.21%
  • key color value is 9.02%

CMYK: (0,17,11,9)
C0M17Y11K9 (0%, 17%, 11%, 9%)
(0.00 / 0.17 / 0.11 / 0.09)

CMYK percentages

%0
%17.24
%11.21
%9.02

Codes

Color #E8C0CE in popluar color models

E8 C0 CE
RGB 232 192 206
HSL 339° 46.51% 83.14%
HSB/HSV 339° 17.24% 90.98%
CMYK 0.00% 17.24% 11.21%
9.02%

Color #E8C0CE in popluar number systems.

HEX E8 C0 CE
Decimal 232 192 206
Binary 11101000 11000000 11001110
Octal 350 300 316

Shades and tints

Shades of #E8C0CE

#E8C0CE
(232,192,206)
#D3AFBC
(211,175,188)
#BE9EAA
(190,158,170)
#A98D98
(169,141,152)
#947C86
(148,124,134)
#7F6B74
(127,107,116)
#6A5A62
(106,90,98)
#554950
(85,73,80)
#40383E
(64,56,62)
#2B272C
(43,39,44)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #E8C0CE

#E8C0CE
(232,192,206)
#EAC5D2
(234,197,210)
#ECCAD6
(236,202,214)
#EECFDA
(238,207,218)
#F0D4DE
(240,212,222)
#F2D9E2
(242,217,226)
#F4DEE6
(244,222,230)
#F6E3EA
(246,227,234)
#F8E8EE
(248,232,238)
#FAEDF2
(250,237,242)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C0CE; }

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

This text font color is #E8C0CE.

Background Color

.myBgColor { background-color: #E8C0CE; }

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

This div background color is #E8C0CE.

Border color

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

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

This div border color is #E8C0CE.

Opacity

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

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

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

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

This text has shadow with #E8C0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C0CE.

Preview

Color preview on black background

This text has color #E8C0CE on black background.


Color preview on white background

This text has color #E8C0CE on white background.


Black color preview on #E8C0CE background

This text has black color on #E8C0CE background.


White color preview on #E8C0CE background

This text has white color on #E8C0CE background.


Related colors

Complementary color

Complementary color for #hex is #173F31.


I love getcolorcode.com

Triadic colors

1 #CEE8C0 and #C0CEE8 with #E8C0CE are triadic colors.

2 #CEC0E8 and #C0E8CE with #E8C0CE are triadic colors.