COLOR #E5B9CD

HEX: #E5B9CD RGB: (229,185,205)

Color info

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

RGB color model

#E5B9CD color RGB value is (229,185,205).

RGB: (229,185,205) (90%, 73%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 185 of 255 = 73%
B 205 of 255 = 80%

229
185
205

R + G + B ~ 81%. #E5B9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 185 + 205 = 619 (100%)
R 229 of 619 ~ 37%
G 185 of 619 ~ 29.89%
B 205 of 619 ~ 33.12'%

%37
%29.89
%33.12

CMYK color model

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

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

CMYK: (0,19,10,10)
C0M19Y10K10 (0%, 19%, 10%, 10%)
(0.00 / 0.19 / 0.10 / 0.10)

CMYK percentages

%0
%19.21
%10.48
%10.2

Codes

Color #E5B9CD in popluar color models

E5 B9 CD
RGB 229 185 205
HSL 333° 45.83% 81.18%
HSB/HSV 333° 19.21% 89.80%
CMYK 0.00% 19.21% 10.48%
10.20%

Color #E5B9CD in popluar number systems.

HEX E5 B9 CD
Decimal 229 185 205
Binary 11100101 10111001 11001101
Octal 345 271 315

Shades and tints

Shades of #E5B9CD

#E5B9CD
(229,185,205)
#D1A9BB
(209,169,187)
#BD99A9
(189,153,169)
#A98997
(169,137,151)
#957985
(149,121,133)
#816973
(129,105,115)
#6D5961
(109,89,97)
#59494F
(89,73,79)
#45393D
(69,57,61)
#31292B
(49,41,43)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #E5B9CD

#E5B9CD
(229,185,205)
#E7BFD1
(231,191,209)
#E9C5D5
(233,197,213)
#EBCBD9
(235,203,217)
#EDD1DD
(237,209,221)
#EFD7E1
(239,215,225)
#F1DDE5
(241,221,229)
#F3E3E9
(243,227,233)
#F5E9ED
(245,233,237)
#F7EFF1
(247,239,241)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B9CD; }

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

This text font color is #E5B9CD.

Background Color

.myBgColor { background-color: #E5B9CD; }

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

This div background color is #E5B9CD.

Border color

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

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

This div border color is #E5B9CD.

Opacity

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

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

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

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

This text has shadow with #E5B9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B9CD.

Preview

Color preview on black background

This text has color #E5B9CD on black background.


Color preview on white background

This text has color #E5B9CD on white background.


Black color preview on #E5B9CD background

This text has black color on #E5B9CD background.


White color preview on #E5B9CD background

This text has white color on #E5B9CD background.


Related colors

Complementary color

Complementary color for #hex is #1A4632.


I love getcolorcode.com

Triadic colors

1 #CDE5B9 and #B9CDE5 with #E5B9CD are triadic colors.

2 #CDB9E5 and #B9E5CD with #E5B9CD are triadic colors.