COLOR #E5CBAC

HEX: #E5CBAC
RGB: (229,203,172)

Color info

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

RGB color model

#E5CBAC color RGB value is (229,203,172).

  • red value is 229;
  • green value is 203;
  • blue value is 172.
RGB:
(229,203,172)
(90%,80%,67%)

RGB channels and saturation

R 229 of 255 = 90%
G 203 of 255 = 80%
B 172 of 255 = 67%

229
203
172

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

Portions of RGB colors in percentages

R + G + B =
229 + 203 + 172 = 604 (100%)
R 229 of 604 ~ 37.91%
G 203 of 604 ~ 33.61%
B 172 of 604 ~ 28.48%

%37.91
%33.61
%28.48

CMYK color model

#E5CBAC color CMYK value is (0,11,25,10).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 24.89%
  • key color value is 10.20%
CMYK:
(0,11,25,10)
C0M11Y25K10 
(0%,11%,25%,10%)
(0.00/0.11/0.25/0.10)	

CMYK percentages

%0
%11.35
%24.89
%10.2

Codes

Color #E5CBAC in popluar color models

E5CBAC
RGB229203172
HSL33°52.29%78.63%
HSB/HSV33°24.89%89.80%
CMYK0.00%11.35%24.89%
10.20%

Color #E5CBAC in popluar number systems.

HEXE5CBAC
Decimal229203172
Binary111001011100101110101100
Octal345313254

Shades and tints

Shades of #E5CBAC

#E5CBAC
(229,203,172)
#D1B99D
(209,185,157)
#BDA78E
(189,167,142)
#A9957F
(169,149,127)
#958370
(149,131,112)
#817161
(129,113,97)
#6D5F52
(109,95,82)
#594D43
(89,77,67)
#453B34
(69,59,52)
#312925
(49,41,37)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #E5CBAC

#E5CBAC
(229,203,172)
#E7CFB3
(231,207,179)
#E9D3BA
(233,211,186)
#EBD7C1
(235,215,193)
#EDDBC8
(237,219,200)
#EFDFCF
(239,223,207)
#F1E3D6
(241,227,214)
#F3E7DD
(243,231,221)
#F5EBE4
(245,235,228)
#F7EFEB
(247,239,235)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CBAC; }

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

This text font color is #E5CBAC.


Background Color

.myBgColor { background-color: #E5CBAC; }

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

This div background color is #E5CBAC.


Border color

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

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

This div border color is #E5CBAC.


Opacity

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

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

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

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

This text has shadow with #E5CBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CBAC on black background.


Color preview on white background

This text has color #E5CBAC on white background.



Black color preview on #E5CBAC background

This text has black color on #E5CBAC background.


White color preview on #E5CBAC background

This text has white color on #E5CBAC background.