COLOR #E1BABB

HEX: #E1BABB RGB: (225,186,187)

Color info

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

RGB color model

#E1BABB color RGB value is (225,186,187).

RGB: (225,186,187) (88%, 73%, 73%)

RGB channels and saturation

R 225 of 255 = 88%
G 186 of 255 = 73%
B 187 of 255 = 73%

225
186
187

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

Portions of RGB colors in percentages

R + G + B = 225 + 186 + 187 = 598 (100%)
R 225 of 598 ~ 37.63%
G 186 of 598 ~ 31.1%
B 187 of 598 ~ 31.27'%

%37.63
%31.1
%31.27

CMYK color model

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

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

CMYK: (0,17,17,12)
C0M17Y17K12 (0%, 17%, 17%, 12%)
(0.00 / 0.17 / 0.17 / 0.12)

CMYK percentages

%0
%17.33
%16.89
%11.76

Codes

Color #E1BABB in popluar color models

E1 BA BB
RGB 225 186 187
HSL 358° 39.39% 80.59%
HSB/HSV 358° 17.33% 88.24%
CMYK 0.00% 17.33% 16.89%
11.76%

Color #E1BABB in popluar number systems.

HEX E1 BA BB
Decimal 225 186 187
Binary 11100001 10111010 10111011
Octal 341 272 273

Shades and tints

Shades of #E1BABB

#E1BABB
(225,186,187)
#CDAAAA
(205,170,170)
#B99A99
(185,154,153)
#A58A88
(165,138,136)
#917A77
(145,122,119)
#7D6A66
(125,106,102)
#695A55
(105,90,85)
#554A44
(85,74,68)
#413A33
(65,58,51)
#2D2A22
(45,42,34)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #E1BABB

#E1BABB
(225,186,187)
#E3C0C1
(227,192,193)
#E5C6C7
(229,198,199)
#E7CCCD
(231,204,205)
#E9D2D3
(233,210,211)
#EBD8D9
(235,216,217)
#EDDEDF
(237,222,223)
#EFE4E5
(239,228,229)
#F1EAEB
(241,234,235)
#F3F0F1
(243,240,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BABB; }

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

This text font color is #E1BABB.

Background Color

.myBgColor { background-color: #E1BABB; }

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

This div background color is #E1BABB.

Border color

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

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

This div border color is #E1BABB.

Opacity

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

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

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

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

This text has shadow with #E1BABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BABB.

Preview

Color preview on black background

This text has color #E1BABB on black background.


Color preview on white background

This text has color #E1BABB on white background.


Black color preview on #E1BABB background

This text has black color on #E1BABB background.


White color preview on #E1BABB background

This text has white color on #E1BABB background.


Related colors

Complementary color

Complementary color for #E1BABB is #1E4544.


I love getcolorcode.com

Triadic colors

1 #BBE1BA and #BABBE1 with #E1BABB are triadic colors.

2 #BBBAE1 and #BAE1BB with #E1BABB are triadic colors.