COLOR #E0B8BA

HEX: #E0B8BA
RGB: (224,184,186)

Color info

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

RGB color model

#E0B8BA color RGB value is (224,184,186).

  • red value is 224;
  • green value is 184;
  • blue value is 186.
RGB:
(224,184,186)
(88%,72%,73%)

RGB channels and saturation

R 224 of 255 = 88%
G 184 of 255 = 72%
B 186 of 255 = 73%

224
184
186

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

Portions of RGB colors in percentages

R + G + B =
224 + 184 + 186 = 594 (100%)
R 224 of 594 ~ 37.71%
G 184 of 594 ~ 30.98%
B 186 of 594 ~ 31.31%

%37.71
%30.98
%31.31

CMYK color model

#E0B8BA color CMYK value is (0,18,17,12).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 16.96%
  • key color value is 12.16%
CMYK:
(0,18,17,12)
C0M18Y17K12 
(0%,18%,17%,12%)
(0.00/0.18/0.17/0.12)	

CMYK percentages

%0
%17.86
%16.96
%12.16

Codes

Color #E0B8BA in popluar color models

E0B8BA
RGB224184186
HSL357°39.22%80.00%
HSB/HSV357°17.86%87.84%
CMYK0.00%17.86%16.96%
12.16%

Color #E0B8BA in popluar number systems.

HEXE0B8BA
Decimal224184186
Binary111000001011100010111010
Octal340270272

Shades and tints

Shades of #E0B8BA

#E0B8BA
(224,184,186)
#CCA8AA
(204,168,170)
#B8989A
(184,152,154)
#A4888A
(164,136,138)
#90787A
(144,120,122)
#7C686A
(124,104,106)
#68585A
(104,88,90)
#54484A
(84,72,74)
#40383A
(64,56,58)
#2C282A
(44,40,42)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #E0B8BA

#E0B8BA
(224,184,186)
#E2BEC0
(226,190,192)
#E4C4C6
(228,196,198)
#E6CACC
(230,202,204)
#E8D0D2
(232,208,210)
#EAD6D8
(234,214,216)
#ECDCDE
(236,220,222)
#EEE2E4
(238,226,228)
#F0E8EA
(240,232,234)
#F2EEF0
(242,238,240)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B8BA color. Also use rgb(224,184,186) instead hex code.

Text Font Color

.myTextColor { color: #E0B8BA; }

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

This text font color is #E0B8BA.


Background Color

.myBgColor { background-color: #E0B8BA; }

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

This div background color is #E0B8BA.


Border color

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

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

This div border color is #E0B8BA.


Opacity

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

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

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

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

This text has shadow with #E0B8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B8BA on black background.


Color preview on white background

This text has color #E0B8BA on white background.



Black color preview on #E0B8BA background

This text has black color on #E0B8BA background.


White color preview on #E0B8BA background

This text has white color on #E0B8BA background.