COLOR #E5BABF

HEX: #E5BABF RGB: (229,186,191)

Color info

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

RGB color model

#E5BABF color RGB value is (229,186,191).

RGB: (229,186,191) (90%, 73%, 75%)

RGB channels and saturation

R 229 of 255 = 90%
G 186 of 255 = 73%
B 191 of 255 = 75%

229
186
191

R + G + B ~ 79%. #E5BABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 186 + 191 = 606 (100%)
R 229 of 606 ~ 37.79%
G 186 of 606 ~ 30.69%
B 191 of 606 ~ 31.52'%

%37.79
%30.69
%31.52

CMYK color model

#E5BABF color CMYK value is (0,19,17,10).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 16.59%
  • key color value is 10.20%

CMYK: (0,19,17,10)
C0M19Y17K10 (0%, 19%, 17%, 10%)
(0.00 / 0.19 / 0.17 / 0.10)

CMYK percentages

%0
%18.78
%16.59
%10.2

Codes

Color #E5BABF in popluar color models

E5 BA BF
RGB 229 186 191
HSL 353° 45.26% 81.37%
HSB/HSV 353° 18.78% 89.80%
CMYK 0.00% 18.78% 16.59%
10.20%

Color #E5BABF in popluar number systems.

HEX E5 BA BF
Decimal 229 186 191
Binary 11100101 10111010 10111111
Octal 345 272 277

Shades and tints

Shades of #E5BABF

#E5BABF
(229,186,191)
#D1AAAE
(209,170,174)
#BD9A9D
(189,154,157)
#A98A8C
(169,138,140)
#957A7B
(149,122,123)
#816A6A
(129,106,106)
#6D5A59
(109,90,89)
#594A48
(89,74,72)
#453A37
(69,58,55)
#312A26
(49,42,38)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #E5BABF

#E5BABF
(229,186,191)
#E7C0C4
(231,192,196)
#E9C6C9
(233,198,201)
#EBCCCE
(235,204,206)
#EDD2D3
(237,210,211)
#EFD8D8
(239,216,216)
#F1DEDD
(241,222,221)
#F3E4E2
(243,228,226)
#F5EAE7
(245,234,231)
#F7F0EC
(247,240,236)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BABF color. Also use rgb(229,186,191) instead hex code.

Text Font Color

.myTextColor { color: #E5BABF; }

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

This text font color is #E5BABF.

Background Color

.myBgColor { background-color: #E5BABF; }

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

This div background color is #E5BABF.

Border color

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

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

This div border color is #E5BABF.

Opacity

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

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

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

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

This text has shadow with #E5BABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BABF.

Preview

Color preview on black background

This text has color #E5BABF on black background.


Color preview on white background

This text has color #E5BABF on white background.


Black color preview on #E5BABF background

This text has black color on #E5BABF background.


White color preview on #E5BABF background

This text has white color on #E5BABF background.


Related colors

Complementary color

Complementary color for #hex is #1A4540.


I love getcolorcode.com

Triadic colors

1 #BFE5BA and #BABFE5 with #E5BABF are triadic colors.

2 #BFBAE5 and #BAE5BF with #E5BABF are triadic colors.