COLOR #E0B9AC

HEX: #E0B9AC RGB: (224,185,172)

Color info

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

RGB color model

#E0B9AC color RGB value is (224,185,172).

RGB: (224,185,172) (88%, 73%, 67%)

RGB channels and saturation

R 224 of 255 = 88%
G 185 of 255 = 73%
B 172 of 255 = 67%

224
185
172

R + G + B ~ 76%. #E0B9AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 185 + 172 = 581 (100%)
R 224 of 581 ~ 38.55%
G 185 of 581 ~ 31.84%
B 172 of 581 ~ 29.6'%

%38.55
%31.84
%29.6

CMYK color model

#E0B9AC color CMYK value is (0,17,23,12).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 23.21%
  • key color value is 12.16%
CMYK: (0,17,23,12) C0M17Y23K12 (0%,17%,23%,12%) (0.00/0.17/0.23/0.12) 

CMYK percentages

%0
%17.41
%23.21
%12.16

Codes

Color #E0B9AC in popluar color models

E0 B9 AC
RGB 224 185 172
HSL 15° 45.61% 77.65%
HSB/HSV 15° 23.21% 87.84%
CMYK 0.00% 17.41% 23.21%
12.16%

Color #E0B9AC in popluar number systems.

HEX E0 B9 AC
Decimal 224 185 172
Binary 11100000 10111001 10101100
Octal 340 271 254

Shades and tints

Shades of #E0B9AC

#E0B9AC
(224,185,172)
#CCA99D
(204,169,157)
#B8998E
(184,153,142)
#A4897F
(164,137,127)
#907970
(144,121,112)
#7C6961
(124,105,97)
#685952
(104,89,82)
#544943
(84,73,67)
#403934
(64,57,52)
#2C2925
(44,41,37)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #E0B9AC

#E0B9AC
(224,185,172)
#E2BFB3
(226,191,179)
#E4C5BA
(228,197,186)
#E6CBC1
(230,203,193)
#E8D1C8
(232,209,200)
#EAD7CF
(234,215,207)
#ECDDD6
(236,221,214)
#EEE3DD
(238,227,221)
#F0E9E4
(240,233,228)
#F2EFEB
(242,239,235)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B9AC color. Also use rgb(224,185,172) instead hex code.

Text Font Color

.myTextColor { color: #E0B9AC; }

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

This text font color is #E0B9AC.

Background Color

.myBgColor { background-color: #E0B9AC; }

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

This div background color is #E0B9AC.

Border color

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

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

This div border color is #E0B9AC.

Opacity

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

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

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

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

This text has shadow with #E0B9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B9AC.

Preview

Color preview on black background

This text has color #E0B9AC on black background.


Color preview on white background

This text has color #E0B9AC on white background.


Black color preview on #E0B9AC background

This text has black color on #E0B9AC background.


White color preview on #E0B9AC background

This text has white color on #E0B9AC background.


Related colors

Complementary color

Complementary color for #hex is #1F4653.


I love getcolorcode.com

Triadic colors

1 #ACE0B9 and #B9ACE0 with #E0B9AC are triadic colors.

2 #ACB9E0 and #B9E0AC with #E0B9AC are triadic colors.