COLOR #E1B7B2

HEX: #E1B7B2
RGB: (225,183,178)

Color info

#E1B7B2 contains red, green and blue colors in about the same proportion. Web safe color of #E1B7B2 is #CCCC99 (or #CC9).

RGB color model

#E1B7B2 color RGB value is (225,183,178).

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

RGB channels and saturation

R 225 of 255 = 88%
G 183 of 255 = 72%
B 178 of 255 = 70%

225
183
178

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

Portions of RGB colors in percentages

R + G + B =
225 + 183 + 178 = 586 (100%)
R 225 of 586 ~ 38.4%
G 183 of 586 ~ 31.23%
B 178 of 586 ~ 30.38%

%38.4
%31.23
%30.38

CMYK color model

#E1B7B2 color CMYK value is (0,19,21,12).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 20.89%
  • key color value is 11.76%
CMYK:
(0,19,21,12)
C0M19Y21K12 
(0%,19%,21%,12%)
(0.00/0.19/0.21/0.12)	

CMYK percentages

%0
%18.67
%20.89
%11.76

Codes

Color #E1B7B2 in popluar color models

E1B7B2
RGB225183178
HSL43.93%79.02%
HSB/HSV20.89%88.24%
CMYK0.00%18.67%20.89%
11.76%

Color #E1B7B2 in popluar number systems.

HEXE1B7B2
Decimal225183178
Binary111000011011011110110010
Octal341267262

Shades and tints

Shades of #E1B7B2

#E1B7B2
(225,183,178)
#CDA7A2
(205,167,162)
#B99792
(185,151,146)
#A58782
(165,135,130)
#917772
(145,119,114)
#7D6762
(125,103,98)
#695752
(105,87,82)
#554742
(85,71,66)
#413732
(65,55,50)
#2D2722
(45,39,34)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #E1B7B2

#E1B7B2
(225,183,178)
#E3BDB9
(227,189,185)
#E5C3C0
(229,195,192)
#E7C9C7
(231,201,199)
#E9CFCE
(233,207,206)
#EBD5D5
(235,213,213)
#EDDBDC
(237,219,220)
#EFE1E3
(239,225,227)
#F1E7EA
(241,231,234)
#F3EDF1
(243,237,241)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B7B2; }

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

This text font color is #E1B7B2.


Background Color

.myBgColor { background-color: #E1B7B2; }

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

This div background color is #E1B7B2.


Border color

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

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

This div border color is #E1B7B2.


Opacity

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

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

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

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

This text has shadow with #E1B7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B7B2 on black background.


Color preview on white background

This text has color #E1B7B2 on white background.



Black color preview on #E1B7B2 background

This text has black color on #E1B7B2 background.


White color preview on #E1B7B2 background

This text has white color on #E1B7B2 background.