COLOR #E1B7BA

HEX: #E1B7BA
RGB: (225,183,186)

Color info

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

RGB color model

#E1B7BA color RGB value is (225,183,186).

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

RGB channels and saturation

R 225 of 255 = 88%
G 183 of 255 = 72%
B 186 of 255 = 73%

225
183
186

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

Portions of RGB colors in percentages

R + G + B =
225 + 183 + 186 = 594 (100%)
R 225 of 594 ~ 37.88%
G 183 of 594 ~ 30.81%
B 186 of 594 ~ 31.31%

%37.88
%30.81
%31.31

CMYK color model

#E1B7BA color CMYK value is (0,19,17,12).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 17.33%
  • key color value is 11.76%
CMYK:
(0,19,17,12)
C0M19Y17K12 
(0%,19%,17%,12%)
(0.00/0.19/0.17/0.12)	

CMYK percentages

%0
%18.67
%17.33
%11.76

Codes

Color #E1B7BA in popluar color models

E1B7BA
RGB225183186
HSL356°41.18%80.00%
HSB/HSV356°18.67%88.24%
CMYK0.00%18.67%17.33%
11.76%

Color #E1B7BA in popluar number systems.

HEXE1B7BA
Decimal225183186
Binary111000011011011110111010
Octal341267272

Shades and tints

Shades of #E1B7BA

#E1B7BA
(225,183,186)
#CDA7AA
(205,167,170)
#B9979A
(185,151,154)
#A5878A
(165,135,138)
#91777A
(145,119,122)
#7D676A
(125,103,106)
#69575A
(105,87,90)
#55474A
(85,71,74)
#41373A
(65,55,58)
#2D272A
(45,39,42)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #E1B7BA

#E1B7BA
(225,183,186)
#E3BDC0
(227,189,192)
#E5C3C6
(229,195,198)
#E7C9CC
(231,201,204)
#E9CFD2
(233,207,210)
#EBD5D8
(235,213,216)
#EDDBDE
(237,219,222)
#EFE1E4
(239,225,228)
#F1E7EA
(241,231,234)
#F3EDF0
(243,237,240)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B7BA; }

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

This text font color is #E1B7BA.


Background Color

.myBgColor { background-color: #E1B7BA; }

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

This div background color is #E1B7BA.


Border color

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

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

This div border color is #E1B7BA.


Opacity

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

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

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

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

This text has shadow with #E1B7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B7BA on black background.


Color preview on white background

This text has color #E1B7BA on white background.



Black color preview on #E1B7BA background

This text has black color on #E1B7BA background.


White color preview on #E1B7BA background

This text has white color on #E1B7BA background.