COLOR #E1B0BB

HEX: #E1B0BB RGB: (225,176,187)

Color info

#E1B0BB contains red, green and blue colors in about the same proportion. Web safe color of #E1B0BB is #CC99CC (or #C9C).

RGB color model

#E1B0BB color RGB value is (225,176,187).

RGB: (225,176,187) (88%, 69%, 73%)

RGB channels and saturation

R 225 of 255 = 88%
G 176 of 255 = 69%
B 187 of 255 = 73%

225
176
187

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

Portions of RGB colors in percentages

R + G + B = 225 + 176 + 187 = 588 (100%)
R 225 of 588 ~ 38.27%
G 176 of 588 ~ 29.93%
B 187 of 588 ~ 31.8'%

%38.27
%29.93
%31.8

CMYK color model

#E1B0BB color CMYK value is (0,22,17,12).

  • cyan value is 0.00%
  • magenta value is 21.78%
  • yellow value is 16.89%
  • key color value is 11.76%

CMYK: (0,22,17,12)
C0M22Y17K12 (0%, 22%, 17%, 12%)
(0.00 / 0.22 / 0.17 / 0.12)

CMYK percentages

%0
%21.78
%16.89
%11.76

Codes

Color #E1B0BB in popluar color models

E1 B0 BB
RGB 225 176 187
HSL 347° 44.95% 78.63%
HSB/HSV 347° 21.78% 88.24%
CMYK 0.00% 21.78% 16.89%
11.76%

Color #E1B0BB in popluar number systems.

HEX E1 B0 BB
Decimal 225 176 187
Binary 11100001 10110000 10111011
Octal 341 260 273

Shades and tints

Shades of #E1B0BB

#E1B0BB
(225,176,187)
#CDA0AA
(205,160,170)
#B99099
(185,144,153)
#A58088
(165,128,136)
#917077
(145,112,119)
#7D6066
(125,96,102)
#695055
(105,80,85)
#554044
(85,64,68)
#413033
(65,48,51)
#2D2022
(45,32,34)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #E1B0BB

#E1B0BB
(225,176,187)
#E3B7C1
(227,183,193)
#E5BEC7
(229,190,199)
#E7C5CD
(231,197,205)
#E9CCD3
(233,204,211)
#EBD3D9
(235,211,217)
#EDDADF
(237,218,223)
#EFE1E5
(239,225,229)
#F1E8EB
(241,232,235)
#F3EFF1
(243,239,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B0BB color. Also use rgb(225,176,187) instead hex code.

Text Font Color

.myTextColor { color: #E1B0BB; }

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

This text font color is #E1B0BB.

Background Color

.myBgColor { background-color: #E1B0BB; }

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

This div background color is #E1B0BB.

Border color

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

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

This div border color is #E1B0BB.

Opacity

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

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

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

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

This text has shadow with #E1B0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B0BB.

Preview

Color preview on black background

This text has color #E1B0BB on black background.


Color preview on white background

This text has color #E1B0BB on white background.


Black color preview on #E1B0BB background

This text has black color on #E1B0BB background.


White color preview on #E1B0BB background

This text has white color on #E1B0BB background.


Related colors

Complementary color

Complementary color for #hex is #1E4F44.


I love getcolorcode.com

Triadic colors

1 #BBE1B0 and #B0BBE1 with #E1B0BB are triadic colors.

2 #BBB0E1 and #B0E1BB with #E1B0BB are triadic colors.