COLOR #E5CCB3

HEX: #E5CCB3
RGB: (229,204,179)

Color info

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

RGB color model

#E5CCB3 color RGB value is (229,204,179).

  • red value is 229;
  • green value is 204;
  • blue value is 179.
RGB:
(229,204,179)
(90%,80%,70%)

RGB channels and saturation

R 229 of 255 = 90%
G 204 of 255 = 80%
B 179 of 255 = 70%

229
204
179

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

Portions of RGB colors in percentages

R + G + B =
229 + 204 + 179 = 612 (100%)
R 229 of 612 ~ 37.42%
G 204 of 612 ~ 33.33%
B 179 of 612 ~ 29.25%

%37.42
%33.33
%29.25

CMYK color model

#E5CCB3 color CMYK value is (0,11,22,10).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 21.83%
  • key color value is 10.20%
CMYK:
(0,11,22,10)
C0M11Y22K10 
(0%,11%,22%,10%)
(0.00/0.11/0.22/0.10)	

CMYK percentages

%0
%10.92
%21.83
%10.2

Codes

Color #E5CCB3 in popluar color models

E5CCB3
RGB229204179
HSL30°49.02%80.00%
HSB/HSV30°21.83%89.80%
CMYK0.00%10.92%21.83%
10.20%

Color #E5CCB3 in popluar number systems.

HEXE5CCB3
Decimal229204179
Binary111001011100110010110011
Octal345314263

Shades and tints

Shades of #E5CCB3

#E5CCB3
(229,204,179)
#D1BAA3
(209,186,163)
#BDA893
(189,168,147)
#A99683
(169,150,131)
#958473
(149,132,115)
#817263
(129,114,99)
#6D6053
(109,96,83)
#594E43
(89,78,67)
#453C33
(69,60,51)
#312A23
(49,42,35)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #E5CCB3

#E5CCB3
(229,204,179)
#E7D0B9
(231,208,185)
#E9D4BF
(233,212,191)
#EBD8C5
(235,216,197)
#EDDCCB
(237,220,203)
#EFE0D1
(239,224,209)
#F1E4D7
(241,228,215)
#F3E8DD
(243,232,221)
#F5ECE3
(245,236,227)
#F7F0E9
(247,240,233)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CCB3; }

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

This text font color is #E5CCB3.


Background Color

.myBgColor { background-color: #E5CCB3; }

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

This div background color is #E5CCB3.


Border color

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

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

This div border color is #E5CCB3.


Opacity

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

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

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

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

This text has shadow with #E5CCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CCB3 on black background.


Color preview on white background

This text has color #E5CCB3 on white background.



Black color preview on #E5CCB3 background

This text has black color on #E5CCB3 background.


White color preview on #E5CCB3 background

This text has white color on #E5CCB3 background.