COLOR #E1B8B0

HEX: #E1B8B0
RGB: (225,184,176)

Color info

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

RGB color model

#E1B8B0 color RGB value is (225,184,176).

  • red value is 225;
  • green value is 184;
  • blue value is 176.
RGB:
(225,184,176)
(88%,72%,69%)

RGB channels and saturation

R 225 of 255 = 88%
G 184 of 255 = 72%
B 176 of 255 = 69%

225
184
176

R + G + B ~ 76%. #E1B8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 184 + 176 = 585 (100%)
R 225 of 585 ~ 38.46%
G 184 of 585 ~ 31.45%
B 176 of 585 ~ 30.09%

%38.46
%31.45
%30.09

CMYK color model

#E1B8B0 color CMYK value is (0,18,22,12).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 21.78%
  • key color value is 11.76%
CMYK:
(0,18,22,12)
C0M18Y22K12 
(0%,18%,22%,12%)
(0.00/0.18/0.22/0.12)	

CMYK percentages

%0
%18.22
%21.78
%11.76

Codes

Color #E1B8B0 in popluar color models

E1B8B0
RGB225184176
HSL10°44.95%78.63%
HSB/HSV10°21.78%88.24%
CMYK0.00%18.22%21.78%
11.76%

Color #E1B8B0 in popluar number systems.

HEXE1B8B0
Decimal225184176
Binary111000011011100010110000
Octal341270260

Shades and tints

Shades of #E1B8B0

#E1B8B0
(225,184,176)
#CDA8A0
(205,168,160)
#B99890
(185,152,144)
#A58880
(165,136,128)
#917870
(145,120,112)
#7D6860
(125,104,96)
#695850
(105,88,80)
#554840
(85,72,64)
#413830
(65,56,48)
#2D2820
(45,40,32)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #E1B8B0

#E1B8B0
(225,184,176)
#E3BEB7
(227,190,183)
#E5C4BE
(229,196,190)
#E7CAC5
(231,202,197)
#E9D0CC
(233,208,204)
#EBD6D3
(235,214,211)
#EDDCDA
(237,220,218)
#EFE2E1
(239,226,225)
#F1E8E8
(241,232,232)
#F3EEEF
(243,238,239)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B8B0 color. Also use rgb(225,184,176) instead hex code.

Text Font Color

.myTextColor { color: #E1B8B0; }

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

This text font color is #E1B8B0.


Background Color

.myBgColor { background-color: #E1B8B0; }

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

This div background color is #E1B8B0.


Border color

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

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

This div border color is #E1B8B0.


Opacity

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

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

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

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

This text has shadow with #E1B8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B8B0 on black background.


Color preview on white background

This text has color #E1B8B0 on white background.



Black color preview on #E1B8B0 background

This text has black color on #E1B8B0 background.


White color preview on #E1B8B0 background

This text has white color on #E1B8B0 background.