COLOR #E5C5CC

HEX: #E5C5CC RGB: (229,197,204)

Color info

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

RGB color model

#E5C5CC color RGB value is (229,197,204).

RGB: (229,197,204) (90%, 77%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 197 of 255 = 77%
B 204 of 255 = 80%

229
197
204

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

Portions of RGB colors in percentages

R + G + B = 229 + 197 + 204 = 630 (100%)
R 229 of 630 ~ 36.35%
G 197 of 630 ~ 31.27%
B 204 of 630 ~ 32.38'%

%36.35
%31.27
%32.38

CMYK color model

#E5C5CC color CMYK value is (0,14,11,10).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 10.92%
  • key color value is 10.20%

CMYK: (0,14,11,10)
C0M14Y11K10 (0%, 14%, 11%, 10%)
(0.00 / 0.14 / 0.11 / 0.10)

CMYK percentages

%0
%13.97
%10.92
%10.2

Codes

Color #E5C5CC in popluar color models

E5 C5 CC
RGB 229 197 204
HSL 347° 38.10% 83.53%
HSB/HSV 347° 13.97% 89.80%
CMYK 0.00% 13.97% 10.92%
10.20%

Color #E5C5CC in popluar number systems.

HEX E5 C5 CC
Decimal 229 197 204
Binary 11100101 11000101 11001100
Octal 345 305 314

Shades and tints

Shades of #E5C5CC

#E5C5CC
(229,197,204)
#D1B4BA
(209,180,186)
#BDA3A8
(189,163,168)
#A99296
(169,146,150)
#958184
(149,129,132)
#817072
(129,112,114)
#6D5F60
(109,95,96)
#594E4E
(89,78,78)
#453D3C
(69,61,60)
#312C2A
(49,44,42)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #E5C5CC

#E5C5CC
(229,197,204)
#E7CAD0
(231,202,208)
#E9CFD4
(233,207,212)
#EBD4D8
(235,212,216)
#EDD9DC
(237,217,220)
#EFDEE0
(239,222,224)
#F1E3E4
(241,227,228)
#F3E8E8
(243,232,232)
#F5EDEC
(245,237,236)
#F7F2F0
(247,242,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C5CC color. Also use rgb(229,197,204) instead hex code.

Text Font Color

.myTextColor { color: #E5C5CC; }

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

This text font color is #E5C5CC.

Background Color

.myBgColor { background-color: #E5C5CC; }

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

This div background color is #E5C5CC.

Border color

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

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

This div border color is #E5C5CC.

Opacity

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

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

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

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

This text has shadow with #E5C5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C5CC.

Preview

Color preview on black background

This text has color #E5C5CC on black background.


Color preview on white background

This text has color #E5C5CC on white background.


Black color preview on #E5C5CC background

This text has black color on #E5C5CC background.


White color preview on #E5C5CC background

This text has white color on #E5C5CC background.


Related colors

Complementary color

Complementary color for #hex is #1A3A33.


I love getcolorcode.com

Triadic colors

1 #CCE5C5 and #C5CCE5 with #E5C5CC are triadic colors.

2 #CCC5E5 and #C5E5CC with #E5C5CC are triadic colors.