COLOR #E0B9AF

HEX: #E0B9AF
RGB: (224,185,175)

Color info

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

RGB color model

#E0B9AF color RGB value is (224,185,175).

  • red value is 224;
  • green value is 185;
  • blue value is 175.
RGB:
(224,185,175)
(88%,73%,69%)

RGB channels and saturation

R 224 of 255 = 88%
G 185 of 255 = 73%
B 175 of 255 = 69%

224
185
175

R + G + B ~ 77%. #E0B9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 185 + 175 = 584 (100%)
R 224 of 584 ~ 38.36%
G 185 of 584 ~ 31.68%
B 175 of 584 ~ 29.97%

%38.36
%31.68
%29.97

CMYK color model

#E0B9AF color CMYK value is (0,17,22,12).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 21.88%
  • key color value is 12.16%
CMYK:
(0,17,22,12)
C0M17Y22K12 
(0%,17%,22%,12%)
(0.00/0.17/0.22/0.12)	

CMYK percentages

%0
%17.41
%21.88
%12.16

Codes

Color #E0B9AF in popluar color models

E0B9AF
RGB224185175
HSL12°44.14%78.24%
HSB/HSV12°21.88%87.84%
CMYK0.00%17.41%21.88%
12.16%

Color #E0B9AF in popluar number systems.

HEXE0B9AF
Decimal224185175
Binary111000001011100110101111
Octal340271257

Shades and tints

Shades of #E0B9AF

#E0B9AF
(224,185,175)
#CCA9A0
(204,169,160)
#B89991
(184,153,145)
#A48982
(164,137,130)
#907973
(144,121,115)
#7C6964
(124,105,100)
#685955
(104,89,85)
#544946
(84,73,70)
#403937
(64,57,55)
#2C2928
(44,41,40)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #E0B9AF

#E0B9AF
(224,185,175)
#E2BFB6
(226,191,182)
#E4C5BD
(228,197,189)
#E6CBC4
(230,203,196)
#E8D1CB
(232,209,203)
#EAD7D2
(234,215,210)
#ECDDD9
(236,221,217)
#EEE3E0
(238,227,224)
#F0E9E7
(240,233,231)
#F2EFEE
(242,239,238)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B9AF; }

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

This text font color is #E0B9AF.


Background Color

.myBgColor { background-color: #E0B9AF; }

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

This div background color is #E0B9AF.


Border color

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

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

This div border color is #E0B9AF.


Opacity

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

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

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

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

This text has shadow with #E0B9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B9AF on black background.


Color preview on white background

This text has color #E0B9AF on white background.



Black color preview on #E0B9AF background

This text has black color on #E0B9AF background.


White color preview on #E0B9AF background

This text has white color on #E0B9AF background.