COLOR #E1BABD

HEX: #E1BABD RGB: (225,186,189)

Color info

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

RGB color model

#E1BABD color RGB value is (225,186,189).

RGB: (225,186,189) (88%, 73%, 74%)

RGB channels and saturation

R 225 of 255 = 88%
G 186 of 255 = 73%
B 189 of 255 = 74%

225
186
189

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

Portions of RGB colors in percentages

R + G + B = 225 + 186 + 189 = 600 (100%)
R 225 of 600 ~ 37.5%
G 186 of 600 ~ 31%
B 189 of 600 ~ 31.5'%

%37.5
%31
%31.5

CMYK color model

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

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

CMYK: (0,17,16,12)
C0M17Y16K12 (0%, 17%, 16%, 12%)
(0.00 / 0.17 / 0.16 / 0.12)

CMYK percentages

%0
%17.33
%16
%11.76

Codes

Color #E1BABD in popluar color models

E1 BA BD
RGB 225 186 189
HSL 355° 39.39% 80.59%
HSB/HSV 355° 17.33% 88.24%
CMYK 0.00% 17.33% 16.00%
11.76%

Color #E1BABD in popluar number systems.

HEX E1 BA BD
Decimal 225 186 189
Binary 11100001 10111010 10111101
Octal 341 272 275

Shades and tints

Shades of #E1BABD

#E1BABD
(225,186,189)
#CDAAAC
(205,170,172)
#B99A9B
(185,154,155)
#A58A8A
(165,138,138)
#917A79
(145,122,121)
#7D6A68
(125,106,104)
#695A57
(105,90,87)
#554A46
(85,74,70)
#413A35
(65,58,53)
#2D2A24
(45,42,36)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #E1BABD

#E1BABD
(225,186,189)
#E3C0C3
(227,192,195)
#E5C6C9
(229,198,201)
#E7CCCF
(231,204,207)
#E9D2D5
(233,210,213)
#EBD8DB
(235,216,219)
#EDDEE1
(237,222,225)
#EFE4E7
(239,228,231)
#F1EAED
(241,234,237)
#F3F0F3
(243,240,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BABD; }

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

This text font color is #E1BABD.

Background Color

.myBgColor { background-color: #E1BABD; }

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

This div background color is #E1BABD.

Border color

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

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

This div border color is #E1BABD.

Opacity

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

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

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

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

This text has shadow with #E1BABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BABD.

Preview

Color preview on black background

This text has color #E1BABD on black background.


Color preview on white background

This text has color #E1BABD on white background.


Black color preview on #E1BABD background

This text has black color on #E1BABD background.


White color preview on #E1BABD background

This text has white color on #E1BABD background.


Related colors

Complementary color

Complementary color for #hex is #1E4542.


I love getcolorcode.com

Triadic colors

1 #BDE1BA and #BABDE1 with #E1BABD are triadic colors.

2 #BDBAE1 and #BAE1BD with #E1BABD are triadic colors.