COLOR #E0B8B4

HEX: #E0B8B4
RGB: (224,184,180)

Color info

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

RGB color model

#E0B8B4 color RGB value is (224,184,180).

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

RGB channels and saturation

R 224 of 255 = 88%
G 184 of 255 = 72%
B 180 of 255 = 71%

224
184
180

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

Portions of RGB colors in percentages

R + G + B =
224 + 184 + 180 = 588 (100%)
R 224 of 588 ~ 38.1%
G 184 of 588 ~ 31.29%
B 180 of 588 ~ 30.61%

%38.1
%31.29
%30.61

CMYK color model

#E0B8B4 color CMYK value is (0,18,20,12).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 19.64%
  • key color value is 12.16%
CMYK:
(0,18,20,12)
C0M18Y20K12 
(0%,18%,20%,12%)
(0.00/0.18/0.20/0.12)	

CMYK percentages

%0
%17.86
%19.64
%12.16

Codes

Color #E0B8B4 in popluar color models

E0B8B4
RGB224184180
HSL41.51%79.22%
HSB/HSV19.64%87.84%
CMYK0.00%17.86%19.64%
12.16%

Color #E0B8B4 in popluar number systems.

HEXE0B8B4
Decimal224184180
Binary111000001011100010110100
Octal340270264

Shades and tints

Shades of #E0B8B4

#E0B8B4
(224,184,180)
#CCA8A4
(204,168,164)
#B89894
(184,152,148)
#A48884
(164,136,132)
#907874
(144,120,116)
#7C6864
(124,104,100)
#685854
(104,88,84)
#544844
(84,72,68)
#403834
(64,56,52)
#2C2824
(44,40,36)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #E0B8B4

#E0B8B4
(224,184,180)
#E2BEBA
(226,190,186)
#E4C4C0
(228,196,192)
#E6CAC6
(230,202,198)
#E8D0CC
(232,208,204)
#EAD6D2
(234,214,210)
#ECDCD8
(236,220,216)
#EEE2DE
(238,226,222)
#F0E8E4
(240,232,228)
#F2EEEA
(242,238,234)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B8B4; }

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

This text font color is #E0B8B4.


Background Color

.myBgColor { background-color: #E0B8B4; }

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

This div background color is #E0B8B4.


Border color

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

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

This div border color is #E0B8B4.


Opacity

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

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

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

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

This text has shadow with #E0B8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B8B4 on black background.


Color preview on white background

This text has color #E0B8B4 on white background.



Black color preview on #E0B8B4 background

This text has black color on #E0B8B4 background.


White color preview on #E0B8B4 background

This text has white color on #E0B8B4 background.