COLOR #E1B5CE

HEX: #E1B5CE
RGB: (225,181,206)

Color info

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

RGB color model

#E1B5CE color RGB value is (225,181,206).

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

RGB channels and saturation

R 225 of 255 = 88%
G 181 of 255 = 71%
B 206 of 255 = 81%

225
181
206

R + G + B ~ 80%. #E1B5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 181 + 206 = 612 (100%)
R 225 of 612 ~ 36.76%
G 181 of 612 ~ 29.58%
B 206 of 612 ~ 33.66%

%36.76
%29.58
%33.66

CMYK color model

#E1B5CE color CMYK value is (0,20,8,12).

  • cyan value is 0.00%
  • magenta value is 19.56%
  • yellow value is 8.44%
  • key color value is 11.76%
CMYK:
(0,20,8,12)
C0M20Y8K12 
(0%,20%,8%,12%)
(0.00/0.20/0.08/0.12)	

CMYK percentages

%0
%19.56
%8.44
%11.76

Codes

Color #E1B5CE in popluar color models

E1B5CE
RGB225181206
HSL326°42.31%79.61%
HSB/HSV326°19.56%88.24%
CMYK0.00%19.56%8.44%
11.76%

Color #E1B5CE in popluar number systems.

HEXE1B5CE
Decimal225181206
Binary111000011011010111001110
Octal341265316

Shades and tints

Shades of #E1B5CE

#E1B5CE
(225,181,206)
#CDA5BC
(205,165,188)
#B995AA
(185,149,170)
#A58598
(165,133,152)
#917586
(145,117,134)
#7D6574
(125,101,116)
#695562
(105,85,98)
#554550
(85,69,80)
#41353E
(65,53,62)
#2D252C
(45,37,44)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #E1B5CE

#E1B5CE
(225,181,206)
#E3BBD2
(227,187,210)
#E5C1D6
(229,193,214)
#E7C7DA
(231,199,218)
#E9CDDE
(233,205,222)
#EBD3E2
(235,211,226)
#EDD9E6
(237,217,230)
#EFDFEA
(239,223,234)
#F1E5EE
(241,229,238)
#F3EBF2
(243,235,242)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B5CE; }

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

This text font color is #E1B5CE.


Background Color

.myBgColor { background-color: #E1B5CE; }

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

This div background color is #E1B5CE.


Border color

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

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

This div border color is #E1B5CE.


Opacity

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

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

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

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

This text has shadow with #E1B5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B5CE on black background.


Color preview on white background

This text has color #E1B5CE on white background.



Black color preview on #E1B5CE background

This text has black color on #E1B5CE background.


White color preview on #E1B5CE background

This text has white color on #E1B5CE background.