COLOR #E1B8B8

HEX: #E1B8B8
RGB: (225,184,184)

Color info

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

RGB color model

#E1B8B8 color RGB value is (225,184,184).

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

RGB channels and saturation

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

225
184
184

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

Portions of RGB colors in percentages

R + G + B =
225 + 184 + 184 = 593 (100%)
R 225 of 593 ~ 37.94%
G 184 of 593 ~ 31.03%
B 184 of 593 ~ 31.03%

%37.94
%31.03
%31.03

CMYK color model

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

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

CMYK percentages

%0
%18.22
%18.22
%11.76

Codes

Color #E1B8B8 in popluar color models

E1B8B8
RGB225184184
HSL40.59%80.20%
HSB/HSV18.22%88.24%
CMYK0.00%18.22%18.22%
11.76%

Color #E1B8B8 in popluar number systems.

HEXE1B8B8
Decimal225184184
Binary111000011011100010111000
Octal341270270

Shades and tints

Shades of #E1B8B8

#E1B8B8
(225,184,184)
#CDA8A8
(205,168,168)
#B99898
(185,152,152)
#A58888
(165,136,136)
#917878
(145,120,120)
#7D6868
(125,104,104)
#695858
(105,88,88)
#554848
(85,72,72)
#413838
(65,56,56)
#2D2828
(45,40,40)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #E1B8B8

#E1B8B8
(225,184,184)
#E3BEBE
(227,190,190)
#E5C4C4
(229,196,196)
#E7CACA
(231,202,202)
#E9D0D0
(233,208,208)
#EBD6D6
(235,214,214)
#EDDCDC
(237,220,220)
#EFE2E2
(239,226,226)
#F1E8E8
(241,232,232)
#F3EEEE
(243,238,238)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B8B8; }

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

This text font color is #E1B8B8.


Background Color

.myBgColor { background-color: #E1B8B8; }

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

This div background color is #E1B8B8.


Border color

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

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

This div border color is #E1B8B8.


Opacity

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

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

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

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

This text has shadow with #E1B8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B8B8 on black background.


Color preview on white background

This text has color #E1B8B8 on white background.



Black color preview on #E1B8B8 background

This text has black color on #E1B8B8 background.


White color preview on #E1B8B8 background

This text has white color on #E1B8B8 background.