COLOR #E1B5BF

HEX: #E1B5BF
RGB: (225,181,191)

Color info

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

RGB color model

#E1B5BF color RGB value is (225,181,191).

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

RGB channels and saturation

R 225 of 255 = 88%
G 181 of 255 = 71%
B 191 of 255 = 75%

225
181
191

R + G + B ~ 78%. #E1B5BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 181 + 191 = 597 (100%)
R 225 of 597 ~ 37.69%
G 181 of 597 ~ 30.32%
B 191 of 597 ~ 31.99%

%37.69
%30.32
%31.99

CMYK color model

#E1B5BF color CMYK value is (0,20,15,12).

  • cyan value is 0.00%
  • magenta value is 19.56%
  • yellow value is 15.11%
  • key color value is 11.76%
CMYK:
(0,20,15,12)
C0M20Y15K12 
(0%,20%,15%,12%)
(0.00/0.20/0.15/0.12)	

CMYK percentages

%0
%19.56
%15.11
%11.76

Codes

Color #E1B5BF in popluar color models

E1B5BF
RGB225181191
HSL346°42.31%79.61%
HSB/HSV346°19.56%88.24%
CMYK0.00%19.56%15.11%
11.76%

Color #E1B5BF in popluar number systems.

HEXE1B5BF
Decimal225181191
Binary111000011011010110111111
Octal341265277

Shades and tints

Shades of #E1B5BF

#E1B5BF
(225,181,191)
#CDA5AE
(205,165,174)
#B9959D
(185,149,157)
#A5858C
(165,133,140)
#91757B
(145,117,123)
#7D656A
(125,101,106)
#695559
(105,85,89)
#554548
(85,69,72)
#413537
(65,53,55)
#2D2526
(45,37,38)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #E1B5BF

#E1B5BF
(225,181,191)
#E3BBC4
(227,187,196)
#E5C1C9
(229,193,201)
#E7C7CE
(231,199,206)
#E9CDD3
(233,205,211)
#EBD3D8
(235,211,216)
#EDD9DD
(237,217,221)
#EFDFE2
(239,223,226)
#F1E5E7
(241,229,231)
#F3EBEC
(243,235,236)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B5BF; }

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

This text font color is #E1B5BF.


Background Color

.myBgColor { background-color: #E1B5BF; }

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

This div background color is #E1B5BF.


Border color

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

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

This div border color is #E1B5BF.


Opacity

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

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

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

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

This text has shadow with #E1B5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B5BF on black background.


Color preview on white background

This text has color #E1B5BF on white background.



Black color preview on #E1B5BF background

This text has black color on #E1B5BF background.


White color preview on #E1B5BF background

This text has white color on #E1B5BF background.