COLOR #E8C6CC

HEX: #E8C6CC RGB: (232,198,204)

Color info

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

RGB color model

#E8C6CC color RGB value is (232,198,204).

RGB: (232,198,204) (91%, 78%, 80%)

RGB channels and saturation

R 232 of 255 = 91%
G 198 of 255 = 78%
B 204 of 255 = 80%

232
198
204

R + G + B ~ 83%. #E8C6CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 198 + 204 = 634 (100%)
R 232 of 634 ~ 36.59%
G 198 of 634 ~ 31.23%
B 204 of 634 ~ 32.18'%

%36.59
%31.23
%32.18

CMYK color model

#E8C6CC color CMYK value is (0,15,12,9).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 12.07%
  • key color value is 9.02%

CMYK: (0,15,12,9)
C0M15Y12K9 (0%, 15%, 12%, 9%)
(0.00 / 0.15 / 0.12 / 0.09)

CMYK percentages

%0
%14.66
%12.07
%9.02

Codes

Color #E8C6CC in popluar color models

E8 C6 CC
RGB 232 198 204
HSL 349° 42.50% 84.31%
HSB/HSV 349° 14.66% 90.98%
CMYK 0.00% 14.66% 12.07%
9.02%

Color #E8C6CC in popluar number systems.

HEX E8 C6 CC
Decimal 232 198 204
Binary 11101000 11000110 11001100
Octal 350 306 314

Shades and tints

Shades of #E8C6CC

#E8C6CC
(232,198,204)
#D3B4BA
(211,180,186)
#BEA2A8
(190,162,168)
#A99096
(169,144,150)
#947E84
(148,126,132)
#7F6C72
(127,108,114)
#6A5A60
(106,90,96)
#55484E
(85,72,78)
#40363C
(64,54,60)
#2B242A
(43,36,42)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #E8C6CC

#E8C6CC
(232,198,204)
#EACBD0
(234,203,208)
#ECD0D4
(236,208,212)
#EED5D8
(238,213,216)
#F0DADC
(240,218,220)
#F2DFE0
(242,223,224)
#F4E4E4
(244,228,228)
#F6E9E8
(246,233,232)
#F8EEEC
(248,238,236)
#FAF3F0
(250,243,240)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C6CC color. Also use rgb(232,198,204) instead hex code.

Text Font Color

.myTextColor { color: #E8C6CC; }

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

This text font color is #E8C6CC.

Background Color

.myBgColor { background-color: #E8C6CC; }

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

This div background color is #E8C6CC.

Border color

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

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

This div border color is #E8C6CC.

Opacity

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

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

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

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

This text has shadow with #E8C6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C6CC.

Preview

Color preview on black background

This text has color #E8C6CC on black background.


Color preview on white background

This text has color #E8C6CC on white background.


Black color preview on #E8C6CC background

This text has black color on #E8C6CC background.


White color preview on #E8C6CC background

This text has white color on #E8C6CC background.


Related colors

Complementary color

Complementary color for #hex is #173933.


I love getcolorcode.com

Triadic colors

1 #CCE8C6 and #C6CCE8 with #E8C6CC are triadic colors.

2 #CCC6E8 and #C6E8CC with #E8C6CC are triadic colors.