COLOR #E5C6C0

HEX: #E5C6C0
RGB: (229,198,192)

Color info

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

RGB color model

#E5C6C0 color RGB value is (229,198,192).

  • red value is 229;
  • green value is 198;
  • blue value is 192.
RGB:
(229,198,192)
(90%,78%,75%)

RGB channels and saturation

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

229
198
192

R + G + B ~ 81%. #E5C6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 198 + 192 = 619 (100%)
R 229 of 619 ~ 37%
G 198 of 619 ~ 31.99%
B 192 of 619 ~ 31.02%

%37
%31.99
%31.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.54%
  • yellow value is 16.16%
  • key color value is 10.20%
CMYK:
(0,14,16,10)
C0M14Y16K10 
(0%,14%,16%,10%)
(0.00/0.14/0.16/0.10)	

CMYK percentages

%0
%13.54
%16.16
%10.2

Codes

Color #E5C6C0 in popluar color models

E5C6C0
RGB229198192
HSL10°41.57%82.55%
HSB/HSV10°16.16%89.80%
CMYK0.00%13.54%16.16%
10.20%

Color #E5C6C0 in popluar number systems.

HEXE5C6C0
Decimal229198192
Binary111001011100011011000000
Octal345306300

Shades and tints

Shades of #E5C6C0

#E5C6C0
(229,198,192)
#D1B4AF
(209,180,175)
#BDA29E
(189,162,158)
#A9908D
(169,144,141)
#957E7C
(149,126,124)
#816C6B
(129,108,107)
#6D5A5A
(109,90,90)
#594849
(89,72,73)
#453638
(69,54,56)
#312427
(49,36,39)
#1D1216
(29,18,22)
#000000
(0,0,0)

Tints of #E5C6C0

#E5C6C0
(229,198,192)
#E7CBC5
(231,203,197)
#E9D0CA
(233,208,202)
#EBD5CF
(235,213,207)
#EDDAD4
(237,218,212)
#EFDFD9
(239,223,217)
#F1E4DE
(241,228,222)
#F3E9E3
(243,233,227)
#F5EEE8
(245,238,232)
#F7F3ED
(247,243,237)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C6C0; }

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

This text font color is #E5C6C0.


Background Color

.myBgColor { background-color: #E5C6C0; }

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

This div background color is #E5C6C0.


Border color

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

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

This div border color is #E5C6C0.


Opacity

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

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

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

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

This text has shadow with #E5C6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C6C0 on black background.


Color preview on white background

This text has color #E5C6C0 on white background.



Black color preview on #E5C6C0 background

This text has black color on #E5C6C0 background.


White color preview on #E5C6C0 background

This text has white color on #E5C6C0 background.