COLOR #E7C0CE

HEX: #E7C0CE RGB: (231,192,206)

Color info

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

RGB color model

#E7C0CE color RGB value is (231,192,206).

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

RGB channels and saturation

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

231
192
206

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

Portions of RGB colors in percentages

R + G + B = 231 + 192 + 206 = 629 (100%)
R 231 of 629 ~ 36.72%
G 192 of 629 ~ 30.52%
B 206 of 629 ~ 32.75'%

%36.72
%30.52
%32.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 10.82%
  • key color value is 9.41%
CMYK: (0,17,11,9) C0M17Y11K9 (0%,17%,11%,9%) (0.00/0.17/0.11/0.09) 

CMYK percentages

%0
%16.88
%10.82
%9.41

Codes

Color #E7C0CE in popluar color models

E7 C0 CE
RGB 231 192 206
HSL 338° 44.83% 82.94%
HSB/HSV 338° 16.88% 90.59%
CMYK 0.00% 16.88% 10.82%
9.41%

Color #E7C0CE in popluar number systems.

HEX E7 C0 CE
Decimal 231 192 206
Binary 11100111 11000000 11001110
Octal 347 300 316

Shades and tints

Shades of #E7C0CE

#E7C0CE
(231,192,206)
#D2AFBC
(210,175,188)
#BD9EAA
(189,158,170)
#A88D98
(168,141,152)
#937C86
(147,124,134)
#7E6B74
(126,107,116)
#695A62
(105,90,98)
#544950
(84,73,80)
#3F383E
(63,56,62)
#2A272C
(42,39,44)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #E7C0CE

#E7C0CE
(231,192,206)
#E9C5D2
(233,197,210)
#EBCAD6
(235,202,214)
#EDCFDA
(237,207,218)
#EFD4DE
(239,212,222)
#F1D9E2
(241,217,226)
#F3DEE6
(243,222,230)
#F5E3EA
(245,227,234)
#F7E8EE
(247,232,238)
#F9EDF2
(249,237,242)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C0CE; }

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

This text font color is #E7C0CE.

Background Color

.myBgColor { background-color: #E7C0CE; }

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

This div background color is #E7C0CE.

Border color

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

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

This div border color is #E7C0CE.

Opacity

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

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

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

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

This text has shadow with #E7C0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C0CE.

Preview

Color preview on black background

This text has color #E7C0CE on black background.


Color preview on white background

This text has color #E7C0CE on white background.


Black color preview on #E7C0CE background

This text has black color on #E7C0CE background.


White color preview on #E7C0CE background

This text has white color on #E7C0CE background.


Related colors

Complementary color

Complementary color for #hex is #183F31.


I love getcolorcode.com

Triadic colors

1 #CEE7C0 and #C0CEE7 with #E7C0CE are triadic colors.

2 #CEC0E7 and #C0E7CE with #E7C0CE are triadic colors.