COLOR #E5C0C0

HEX: #E5C0C0 RGB: (229,192,192)

Color info

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

RGB color model

#E5C0C0 color RGB value is (229,192,192).

RGB: (229,192,192) (90%, 75%, 75%)

RGB channels and saturation

R 229 of 255 = 90%
G 192 of 255 = 75%
B 192 of 255 = 75%

229
192
192

R + G + B ~ 80%. #E5C0C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 192 + 192 = 613 (100%)
R 229 of 613 ~ 37.36%
G 192 of 613 ~ 31.32%
B 192 of 613 ~ 31.32'%

%37.36
%31.32
%31.32

CMYK color model

#E5C0C0 color CMYK value is (0,16,16,10).

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 16.16%
  • key color value is 10.20%

CMYK: (0,16,16,10)
C0M16Y16K10 (0%, 16%, 16%, 10%)
(0.00 / 0.16 / 0.16 / 0.10)

CMYK percentages

%0
%16.16
%16.16
%10.2

Codes

Color #E5C0C0 in popluar color models

E5 C0 C0
RGB 229 192 192
HSL 41.57% 82.55%
HSB/HSV 16.16% 89.80%
CMYK 0.00% 16.16% 16.16%
10.20%

Color #E5C0C0 in popluar number systems.

HEX E5 C0 C0
Decimal 229 192 192
Binary 11100101 11000000 11000000
Octal 345 300 300

Shades and tints

Shades of #E5C0C0

#E5C0C0
(229,192,192)
#D1AFAF
(209,175,175)
#BD9E9E
(189,158,158)
#A98D8D
(169,141,141)
#957C7C
(149,124,124)
#816B6B
(129,107,107)
#6D5A5A
(109,90,90)
#594949
(89,73,73)
#453838
(69,56,56)
#312727
(49,39,39)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #E5C0C0

#E5C0C0
(229,192,192)
#E7C5C5
(231,197,197)
#E9CACA
(233,202,202)
#EBCFCF
(235,207,207)
#EDD4D4
(237,212,212)
#EFD9D9
(239,217,217)
#F1DEDE
(241,222,222)
#F3E3E3
(243,227,227)
#F5E8E8
(245,232,232)
#F7EDED
(247,237,237)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C0C0; }

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

This text font color is #E5C0C0.

Background Color

.myBgColor { background-color: #E5C0C0; }

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

This div background color is #E5C0C0.

Border color

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

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

This div border color is #E5C0C0.

Opacity

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

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

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

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

This text has shadow with #E5C0C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C0C0.

Preview

Color preview on black background

This text has color #E5C0C0 on black background.


Color preview on white background

This text has color #E5C0C0 on white background.


Black color preview on #E5C0C0 background

This text has black color on #E5C0C0 background.


White color preview on #E5C0C0 background

This text has white color on #E5C0C0 background.


Related colors

Complementary color

Complementary color for #hex is #1A3F3F.


I love getcolorcode.com