COLOR #E5C6B2

HEX: #E5C6B2
RGB: (229,198,178)

Color info

#E5C6B2 contains red, green and blue colors in about the same proportion. Web safe color of #E5C6B2 is #CCCC99 (or #CC9).

RGB color model

#E5C6B2 color RGB value is (229,198,178).

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

RGB channels and saturation

R 229 of 255 = 90%
G 198 of 255 = 78%
B 178 of 255 = 70%

229
198
178

R + G + B ~ 79%. #E5C6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 198 + 178 = 605 (100%)
R 229 of 605 ~ 37.85%
G 198 of 605 ~ 32.73%
B 178 of 605 ~ 29.42%

%37.85
%32.73
%29.42

CMYK color model

#E5C6B2 color CMYK value is (0,14,22,10).

  • cyan value is 0.00%
  • magenta value is 13.54%
  • yellow value is 22.27%
  • key color value is 10.20%
CMYK:
(0,14,22,10)
C0M14Y22K10 
(0%,14%,22%,10%)
(0.00/0.14/0.22/0.10)	

CMYK percentages

%0
%13.54
%22.27
%10.2

Codes

Color #E5C6B2 in popluar color models

E5C6B2
RGB229198178
HSL24°49.51%79.80%
HSB/HSV24°22.27%89.80%
CMYK0.00%13.54%22.27%
10.20%

Color #E5C6B2 in popluar number systems.

HEXE5C6B2
Decimal229198178
Binary111001011100011010110010
Octal345306262

Shades and tints

Shades of #E5C6B2

#E5C6B2
(229,198,178)
#D1B4A2
(209,180,162)
#BDA292
(189,162,146)
#A99082
(169,144,130)
#957E72
(149,126,114)
#816C62
(129,108,98)
#6D5A52
(109,90,82)
#594842
(89,72,66)
#453632
(69,54,50)
#312422
(49,36,34)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #E5C6B2

#E5C6B2
(229,198,178)
#E7CBB9
(231,203,185)
#E9D0C0
(233,208,192)
#EBD5C7
(235,213,199)
#EDDACE
(237,218,206)
#EFDFD5
(239,223,213)
#F1E4DC
(241,228,220)
#F3E9E3
(243,233,227)
#F5EEEA
(245,238,234)
#F7F3F1
(247,243,241)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C6B2; }

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

This text font color is #E5C6B2.


Background Color

.myBgColor { background-color: #E5C6B2; }

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

This div background color is #E5C6B2.


Border color

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

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

This div border color is #E5C6B2.


Opacity

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

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

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

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

This text has shadow with #E5C6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C6B2 on black background.


Color preview on white background

This text has color #E5C6B2 on white background.



Black color preview on #E5C6B2 background

This text has black color on #E5C6B2 background.


White color preview on #E5C6B2 background

This text has white color on #E5C6B2 background.