COLOR #E0B9BC

HEX: #E0B9BC
RGB: (224,185,188)

Color info

#E0B9BC contains red, green and blue colors in about the same proportion. Web safe color of #E0B9BC is #CCCCCC (or #CCC).

RGB color model

#E0B9BC color RGB value is (224,185,188).

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

RGB channels and saturation

R 224 of 255 = 88%
G 185 of 255 = 73%
B 188 of 255 = 74%

224
185
188

R + G + B ~ 78%. #E0B9BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 185 + 188 = 597 (100%)
R 224 of 597 ~ 37.52%
G 185 of 597 ~ 30.99%
B 188 of 597 ~ 31.49%

%37.52
%30.99
%31.49

CMYK color model

#E0B9BC color CMYK value is (0,17,16,12).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 16.07%
  • key color value is 12.16%
CMYK:
(0,17,16,12)
C0M17Y16K12 
(0%,17%,16%,12%)
(0.00/0.17/0.16/0.12)	

CMYK percentages

%0
%17.41
%16.07
%12.16

Codes

Color #E0B9BC in popluar color models

E0B9BC
RGB224185188
HSL355°38.61%80.20%
HSB/HSV355°17.41%87.84%
CMYK0.00%17.41%16.07%
12.16%

Color #E0B9BC in popluar number systems.

HEXE0B9BC
Decimal224185188
Binary111000001011100110111100
Octal340271274

Shades and tints

Shades of #E0B9BC

#E0B9BC
(224,185,188)
#CCA9AB
(204,169,171)
#B8999A
(184,153,154)
#A48989
(164,137,137)
#907978
(144,121,120)
#7C6967
(124,105,103)
#685956
(104,89,86)
#544945
(84,73,69)
#403934
(64,57,52)
#2C2923
(44,41,35)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #E0B9BC

#E0B9BC
(224,185,188)
#E2BFC2
(226,191,194)
#E4C5C8
(228,197,200)
#E6CBCE
(230,203,206)
#E8D1D4
(232,209,212)
#EAD7DA
(234,215,218)
#ECDDE0
(236,221,224)
#EEE3E6
(238,227,230)
#F0E9EC
(240,233,236)
#F2EFF2
(242,239,242)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B9BC; }

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

This text font color is #E0B9BC.


Background Color

.myBgColor { background-color: #E0B9BC; }

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

This div background color is #E0B9BC.


Border color

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

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

This div border color is #E0B9BC.


Opacity

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

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

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

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

This text has shadow with #E0B9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B9BC on black background.


Color preview on white background

This text has color #E0B9BC on white background.



Black color preview on #E0B9BC background

This text has black color on #E0B9BC background.


White color preview on #E0B9BC background

This text has white color on #E0B9BC background.