COLOR #E0B9B3

HEX: #E0B9B3
RGB: (224,185,179)

Color info

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

RGB color model

#E0B9B3 color RGB value is (224,185,179).

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

RGB channels and saturation

R 224 of 255 = 88%
G 185 of 255 = 73%
B 179 of 255 = 70%

224
185
179

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

Portions of RGB colors in percentages

R + G + B =
224 + 185 + 179 = 588 (100%)
R 224 of 588 ~ 38.1%
G 185 of 588 ~ 31.46%
B 179 of 588 ~ 30.44%

%38.1
%31.46
%30.44

CMYK color model

#E0B9B3 color CMYK value is (0,17,20,12).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 20.09%
  • key color value is 12.16%
CMYK:
(0,17,20,12)
C0M17Y20K12 
(0%,17%,20%,12%)
(0.00/0.17/0.20/0.12)	

CMYK percentages

%0
%17.41
%20.09
%12.16

Codes

Color #E0B9B3 in popluar color models

E0B9B3
RGB224185179
HSL42.06%79.02%
HSB/HSV20.09%87.84%
CMYK0.00%17.41%20.09%
12.16%

Color #E0B9B3 in popluar number systems.

HEXE0B9B3
Decimal224185179
Binary111000001011100110110011
Octal340271263

Shades and tints

Shades of #E0B9B3

#E0B9B3
(224,185,179)
#CCA9A3
(204,169,163)
#B89993
(184,153,147)
#A48983
(164,137,131)
#907973
(144,121,115)
#7C6963
(124,105,99)
#685953
(104,89,83)
#544943
(84,73,67)
#403933
(64,57,51)
#2C2923
(44,41,35)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #E0B9B3

#E0B9B3
(224,185,179)
#E2BFB9
(226,191,185)
#E4C5BF
(228,197,191)
#E6CBC5
(230,203,197)
#E8D1CB
(232,209,203)
#EAD7D1
(234,215,209)
#ECDDD7
(236,221,215)
#EEE3DD
(238,227,221)
#F0E9E3
(240,233,227)
#F2EFE9
(242,239,233)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B9B3; }

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

This text font color is #E0B9B3.


Background Color

.myBgColor { background-color: #E0B9B3; }

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

This div background color is #E0B9B3.


Border color

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

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

This div border color is #E0B9B3.


Opacity

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

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

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

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

This text has shadow with #E0B9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B9B3 on black background.


Color preview on white background

This text has color #E0B9B3 on white background.



Black color preview on #E0B9B3 background

This text has black color on #E0B9B3 background.


White color preview on #E0B9B3 background

This text has white color on #E0B9B3 background.