COLOR #E0B9BE

HEX: #E0B9BE
RGB: (224,185,190)

Color info

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

RGB color model

#E0B9BE color RGB value is (224,185,190).

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

RGB channels and saturation

R 224 of 255 = 88%
G 185 of 255 = 73%
B 190 of 255 = 75%

224
185
190

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

Portions of RGB colors in percentages

R + G + B =
224 + 185 + 190 = 599 (100%)
R 224 of 599 ~ 37.4%
G 185 of 599 ~ 30.88%
B 190 of 599 ~ 31.72%

%37.4
%30.88
%31.72

CMYK color model

#E0B9BE color CMYK value is (0,17,15,12).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 15.18%
  • key color value is 12.16%
CMYK:
(0,17,15,12)
C0M17Y15K12 
(0%,17%,15%,12%)
(0.00/0.17/0.15/0.12)	

CMYK percentages

%0
%17.41
%15.18
%12.16

Codes

Color #E0B9BE in popluar color models

E0B9BE
RGB224185190
HSL352°38.61%80.20%
HSB/HSV352°17.41%87.84%
CMYK0.00%17.41%15.18%
12.16%

Color #E0B9BE in popluar number systems.

HEXE0B9BE
Decimal224185190
Binary111000001011100110111110
Octal340271276

Shades and tints

Shades of #E0B9BE

#E0B9BE
(224,185,190)
#CCA9AD
(204,169,173)
#B8999C
(184,153,156)
#A4898B
(164,137,139)
#90797A
(144,121,122)
#7C6969
(124,105,105)
#685958
(104,89,88)
#544947
(84,73,71)
#403936
(64,57,54)
#2C2925
(44,41,37)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #E0B9BE

#E0B9BE
(224,185,190)
#E2BFC3
(226,191,195)
#E4C5C8
(228,197,200)
#E6CBCD
(230,203,205)
#E8D1D2
(232,209,210)
#EAD7D7
(234,215,215)
#ECDDDC
(236,221,220)
#EEE3E1
(238,227,225)
#F0E9E6
(240,233,230)
#F2EFEB
(242,239,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B9BE; }

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

This text font color is #E0B9BE.


Background Color

.myBgColor { background-color: #E0B9BE; }

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

This div background color is #E0B9BE.


Border color

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

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

This div border color is #E0B9BE.


Opacity

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

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

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

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

This text has shadow with #E0B9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B9BE on black background.


Color preview on white background

This text has color #E0B9BE on white background.



Black color preview on #E0B9BE background

This text has black color on #E0B9BE background.


White color preview on #E0B9BE background

This text has white color on #E0B9BE background.