COLOR #E7C0CC

HEX: #E7C0CC RGB: (231,192,204)

Color info

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

RGB color model

#E7C0CC color RGB value is (231,192,204).

RGB: (231,192,204) (91%, 75%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 192 of 255 = 75%
B 204 of 255 = 80%

231
192
204

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

Portions of RGB colors in percentages

R + G + B = 231 + 192 + 204 = 627 (100%)
R 231 of 627 ~ 36.84%
G 192 of 627 ~ 30.62%
B 204 of 627 ~ 32.54'%

%36.84
%30.62
%32.54

CMYK color model

#E7C0CC color CMYK value is (0,17,12,9).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 11.69%
  • key color value is 9.41%

CMYK: (0,17,12,9)
C0M17Y12K9 (0%, 17%, 12%, 9%)
(0.00 / 0.17 / 0.12 / 0.09)

CMYK percentages

%0
%16.88
%11.69
%9.41

Codes

Color #E7C0CC in popluar color models

E7 C0 CC
RGB 231 192 204
HSL 342° 44.83% 82.94%
HSB/HSV 342° 16.88% 90.59%
CMYK 0.00% 16.88% 11.69%
9.41%

Color #E7C0CC in popluar number systems.

HEX E7 C0 CC
Decimal 231 192 204
Binary 11100111 11000000 11001100
Octal 347 300 314

Shades and tints

Shades of #E7C0CC

#E7C0CC
(231,192,204)
#D2AFBA
(210,175,186)
#BD9EA8
(189,158,168)
#A88D96
(168,141,150)
#937C84
(147,124,132)
#7E6B72
(126,107,114)
#695A60
(105,90,96)
#54494E
(84,73,78)
#3F383C
(63,56,60)
#2A272A
(42,39,42)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #E7C0CC

#E7C0CC
(231,192,204)
#E9C5D0
(233,197,208)
#EBCAD4
(235,202,212)
#EDCFD8
(237,207,216)
#EFD4DC
(239,212,220)
#F1D9E0
(241,217,224)
#F3DEE4
(243,222,228)
#F5E3E8
(245,227,232)
#F7E8EC
(247,232,236)
#F9EDF0
(249,237,240)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C0CC; }

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

This text font color is #E7C0CC.

Background Color

.myBgColor { background-color: #E7C0CC; }

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

This div background color is #E7C0CC.

Border color

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

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

This div border color is #E7C0CC.

Opacity

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

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

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

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

This text has shadow with #E7C0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C0CC.

Preview

Color preview on black background

This text has color #E7C0CC on black background.


Color preview on white background

This text has color #E7C0CC on white background.


Black color preview on #E7C0CC background

This text has black color on #E7C0CC background.


White color preview on #E7C0CC background

This text has white color on #E7C0CC background.


Related colors

Complementary color

Complementary color for #hex is #183F33.


I love getcolorcode.com

Triadic colors

1 #CCE7C0 and #C0CCE7 with #E7C0CC are triadic colors.

2 #CCC0E7 and #C0E7CC with #E7C0CC are triadic colors.