COLOR #E1B9CE

HEX: #E1B9CE
RGB: (225,185,206)

Color info

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

RGB color model

#E1B9CE color RGB value is (225,185,206).

  • red value is 225;
  • green value is 185;
  • blue value is 206.
RGB:
(225,185,206)
(88%,73%,81%)

RGB channels and saturation

R 225 of 255 = 88%
G 185 of 255 = 73%
B 206 of 255 = 81%

225
185
206

R + G + B ~ 81%. #E1B9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 185 + 206 = 616 (100%)
R 225 of 616 ~ 36.53%
G 185 of 616 ~ 30.03%
B 206 of 616 ~ 33.44%

%36.53
%30.03
%33.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 8.44%
  • key color value is 11.76%
CMYK:
(0,18,8,12)
C0M18Y8K12 
(0%,18%,8%,12%)
(0.00/0.18/0.08/0.12)	

CMYK percentages

%0
%17.78
%8.44
%11.76

Codes

Color #E1B9CE in popluar color models

E1B9CE
RGB225185206
HSL329°40.00%80.39%
HSB/HSV329°17.78%88.24%
CMYK0.00%17.78%8.44%
11.76%

Color #E1B9CE in popluar number systems.

HEXE1B9CE
Decimal225185206
Binary111000011011100111001110
Octal341271316

Shades and tints

Shades of #E1B9CE

#E1B9CE
(225,185,206)
#CDA9BC
(205,169,188)
#B999AA
(185,153,170)
#A58998
(165,137,152)
#917986
(145,121,134)
#7D6974
(125,105,116)
#695962
(105,89,98)
#554950
(85,73,80)
#41393E
(65,57,62)
#2D292C
(45,41,44)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #E1B9CE

#E1B9CE
(225,185,206)
#E3BFD2
(227,191,210)
#E5C5D6
(229,197,214)
#E7CBDA
(231,203,218)
#E9D1DE
(233,209,222)
#EBD7E2
(235,215,226)
#EDDDE6
(237,221,230)
#EFE3EA
(239,227,234)
#F1E9EE
(241,233,238)
#F3EFF2
(243,239,242)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B9CE; }

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

This text font color is #E1B9CE.


Background Color

.myBgColor { background-color: #E1B9CE; }

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

This div background color is #E1B9CE.


Border color

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

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

This div border color is #E1B9CE.


Opacity

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

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

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

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

This text has shadow with #E1B9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B9CE on black background.


Color preview on white background

This text has color #E1B9CE on white background.



Black color preview on #E1B9CE background

This text has black color on #E1B9CE background.


White color preview on #E1B9CE background

This text has white color on #E1B9CE background.