COLOR #E1B6B8

HEX: #E1B6B8
RGB: (225,182,184)

Color info

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

RGB color model

#E1B6B8 color RGB value is (225,182,184).

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

RGB channels and saturation

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

225
182
184

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

Portions of RGB colors in percentages

R + G + B =
225 + 182 + 184 = 591 (100%)
R 225 of 591 ~ 38.07%
G 182 of 591 ~ 30.8%
B 184 of 591 ~ 31.13%

%38.07
%30.8
%31.13

CMYK color model

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

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

CMYK percentages

%0
%19.11
%18.22
%11.76

Codes

Color #E1B6B8 in popluar color models

E1B6B8
RGB225182184
HSL357°41.75%79.80%
HSB/HSV357°19.11%88.24%
CMYK0.00%19.11%18.22%
11.76%

Color #E1B6B8 in popluar number systems.

HEXE1B6B8
Decimal225182184
Binary111000011011011010111000
Octal341266270

Shades and tints

Shades of #E1B6B8

#E1B6B8
(225,182,184)
#CDA6A8
(205,166,168)
#B99698
(185,150,152)
#A58688
(165,134,136)
#917678
(145,118,120)
#7D6668
(125,102,104)
#695658
(105,86,88)
#554648
(85,70,72)
#413638
(65,54,56)
#2D2628
(45,38,40)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #E1B6B8

#E1B6B8
(225,182,184)
#E3BCBE
(227,188,190)
#E5C2C4
(229,194,196)
#E7C8CA
(231,200,202)
#E9CED0
(233,206,208)
#EBD4D6
(235,212,214)
#EDDADC
(237,218,220)
#EFE0E2
(239,224,226)
#F1E6E8
(241,230,232)
#F3ECEE
(243,236,238)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B6B8; }

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

This text font color is #E1B6B8.


Background Color

.myBgColor { background-color: #E1B6B8; }

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

This div background color is #E1B6B8.


Border color

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

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

This div border color is #E1B6B8.


Opacity

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

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

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

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

This text has shadow with #E1B6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B6B8 on black background.


Color preview on white background

This text has color #E1B6B8 on white background.



Black color preview on #E1B6B8 background

This text has black color on #E1B6B8 background.


White color preview on #E1B6B8 background

This text has white color on #E1B6B8 background.