COLOR #E5C6D1

HEX: #E5C6D1 RGB: (229,198,209)

Color info

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

RGB color model

#E5C6D1 color RGB value is (229,198,209).

RGB: (229,198,209) (90%, 78%, 82%)

RGB channels and saturation

R 229 of 255 = 90%
G 198 of 255 = 78%
B 209 of 255 = 82%

229
198
209

R + G + B ~ 83%. #E5C6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 198 + 209 = 636 (100%)
R 229 of 636 ~ 36.01%
G 198 of 636 ~ 31.13%
B 209 of 636 ~ 32.86'%

%36.01
%31.13
%32.86

CMYK color model

#E5C6D1 color CMYK value is (0,14,9,10).

  • cyan value is 0.00%
  • magenta value is 13.54%
  • yellow value is 8.73%
  • key color value is 10.20%
CMYK: (0,14,9,10) C0M14Y9K10 (0%,14%,9%,10%) (0.00/0.14/0.09/0.10) 

CMYK percentages

%0
%13.54
%8.73
%10.2

Codes

Color #E5C6D1 in popluar color models

E5 C6 D1
RGB 229 198 209
HSL 339° 37.35% 83.73%
HSB/HSV 339° 13.54% 89.80%
CMYK 0.00% 13.54% 8.73%
10.20%

Color #E5C6D1 in popluar number systems.

HEX E5 C6 D1
Decimal 229 198 209
Binary 11100101 11000110 11010001
Octal 345 306 321

Shades and tints

Shades of #E5C6D1

#E5C6D1
(229,198,209)
#D1B4BE
(209,180,190)
#BDA2AB
(189,162,171)
#A99098
(169,144,152)
#957E85
(149,126,133)
#816C72
(129,108,114)
#6D5A5F
(109,90,95)
#59484C
(89,72,76)
#453639
(69,54,57)
#312426
(49,36,38)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #E5C6D1

#E5C6D1
(229,198,209)
#E7CBD5
(231,203,213)
#E9D0D9
(233,208,217)
#EBD5DD
(235,213,221)
#EDDAE1
(237,218,225)
#EFDFE5
(239,223,229)
#F1E4E9
(241,228,233)
#F3E9ED
(243,233,237)
#F5EEF1
(245,238,241)
#F7F3F5
(247,243,245)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C6D1 color. Also use rgb(229,198,209) instead hex code.

Text Font Color

.myTextColor { color: #E5C6D1; }

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

This text font color is #E5C6D1.

Background Color

.myBgColor { background-color: #E5C6D1; }

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

This div background color is #E5C6D1.

Border color

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

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

This div border color is #E5C6D1.

Opacity

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

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

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

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

This text has shadow with #E5C6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C6D1.

Preview

Color preview on black background

This text has color #E5C6D1 on black background.


Color preview on white background

This text has color #E5C6D1 on white background.


Black color preview on #E5C6D1 background

This text has black color on #E5C6D1 background.


White color preview on #E5C6D1 background

This text has white color on #E5C6D1 background.


Related colors

Complementary color

Complementary color for #hex is #1A392E.


I love getcolorcode.com

Triadic colors

1 #D1E5C6 and #C6D1E5 with #E5C6D1 are triadic colors.

2 #D1C6E5 and #C6E5D1 with #E5C6D1 are triadic colors.