COLOR #E5B9C5

HEX: #E5B9C5 RGB: (229,185,197)

Color info

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

RGB color model

#E5B9C5 color RGB value is (229,185,197).

RGB: (229,185,197) (90%, 73%, 77%)

RGB channels and saturation

R 229 of 255 = 90%
G 185 of 255 = 73%
B 197 of 255 = 77%

229
185
197

R + G + B ~ 80%. #E5B9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 185 + 197 = 611 (100%)
R 229 of 611 ~ 37.48%
G 185 of 611 ~ 30.28%
B 197 of 611 ~ 32.24'%

%37.48
%30.28
%32.24

CMYK color model

#E5B9C5 color CMYK value is (0,19,14,10).

  • cyan value is 0.00%
  • magenta value is 19.21%
  • yellow value is 13.97%
  • key color value is 10.20%

CMYK: (0,19,14,10)
C0M19Y14K10 (0%, 19%, 14%, 10%)
(0.00 / 0.19 / 0.14 / 0.10)

CMYK percentages

%0
%19.21
%13.97
%10.2

Codes

Color #E5B9C5 in popluar color models

E5 B9 C5
RGB 229 185 197
HSL 344° 45.83% 81.18%
HSB/HSV 344° 19.21% 89.80%
CMYK 0.00% 19.21% 13.97%
10.20%

Color #E5B9C5 in popluar number systems.

HEX E5 B9 C5
Decimal 229 185 197
Binary 11100101 10111001 11000101
Octal 345 271 305

Shades and tints

Shades of #E5B9C5

#E5B9C5
(229,185,197)
#D1A9B4
(209,169,180)
#BD99A3
(189,153,163)
#A98992
(169,137,146)
#957981
(149,121,129)
#816970
(129,105,112)
#6D595F
(109,89,95)
#59494E
(89,73,78)
#45393D
(69,57,61)
#31292C
(49,41,44)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #E5B9C5

#E5B9C5
(229,185,197)
#E7BFCA
(231,191,202)
#E9C5CF
(233,197,207)
#EBCBD4
(235,203,212)
#EDD1D9
(237,209,217)
#EFD7DE
(239,215,222)
#F1DDE3
(241,221,227)
#F3E3E8
(243,227,232)
#F5E9ED
(245,233,237)
#F7EFF2
(247,239,242)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B9C5 color. Also use rgb(229,185,197) instead hex code.

Text Font Color

.myTextColor { color: #E5B9C5; }

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

This text font color is #E5B9C5.

Background Color

.myBgColor { background-color: #E5B9C5; }

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

This div background color is #E5B9C5.

Border color

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

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

This div border color is #E5B9C5.

Opacity

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

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

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

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

This text has shadow with #E5B9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B9C5.

Preview

Color preview on black background

This text has color #E5B9C5 on black background.


Color preview on white background

This text has color #E5B9C5 on white background.


Black color preview on #E5B9C5 background

This text has black color on #E5B9C5 background.


White color preview on #E5B9C5 background

This text has white color on #E5B9C5 background.


Related colors

Complementary color

Complementary color for #hex is #1A463A.


I love getcolorcode.com

Triadic colors

1 #C5E5B9 and #B9C5E5 with #E5B9C5 are triadic colors.

2 #C5B9E5 and #B9E5C5 with #E5B9C5 are triadic colors.