COLOR #E5C7E4

HEX: #E5C7E4 RGB: (229,199,228)

Color info

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

RGB color model

#E5C7E4 color RGB value is (229,199,228).

RGB: (229,199,228) (90%, 78%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 199 of 255 = 78%
B 228 of 255 = 89%

229
199
228

R + G + B ~ 86%. #E5C7E4 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 199 + 228 = 656 (100%)
R 229 of 656 ~ 34.91%
G 199 of 656 ~ 30.34%
B 228 of 656 ~ 34.76'%

%34.91
%30.34
%34.76

CMYK color model

#E5C7E4 color CMYK value is (0,13,0,10).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 0.44%
  • key color value is 10.20%

CMYK: (0,13,0,10)
C0M13Y0K10 (0%, 13%, 0%, 10%)
(0.00 / 0.13 / 0.00 / 0.10)

CMYK percentages

%0
%13.1
%0.44
%10.2

Codes

Color #E5C7E4 in popluar color models

E5 C7 E4
RGB 229 199 228
HSL 302° 36.59% 83.92%
HSB/HSV 302° 13.10% 89.80%
CMYK 0.00% 13.10% 0.44%
10.20%

Color #E5C7E4 in popluar number systems.

HEX E5 C7 E4
Decimal 229 199 228
Binary 11100101 11000111 11100100
Octal 345 307 344

Shades and tints

Shades of #E5C7E4

#E5C7E4
(229,199,228)
#D1B5D0
(209,181,208)
#BDA3BC
(189,163,188)
#A991A8
(169,145,168)
#957F94
(149,127,148)
#816D80
(129,109,128)
#6D5B6C
(109,91,108)
#594958
(89,73,88)
#453744
(69,55,68)
#312530
(49,37,48)
#1D131C
(29,19,28)
#000000
(0,0,0)

Tints of #E5C7E4

#E5C7E4
(229,199,228)
#E7CCE6
(231,204,230)
#E9D1E8
(233,209,232)
#EBD6EA
(235,214,234)
#EDDBEC
(237,219,236)
#EFE0EE
(239,224,238)
#F1E5F0
(241,229,240)
#F3EAF2
(243,234,242)
#F5EFF4
(245,239,244)
#F7F4F6
(247,244,246)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C7E4 color. Also use rgb(229,199,228) instead hex code.

Text Font Color

.myTextColor { color: #E5C7E4; }

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

This text font color is #E5C7E4.

Background Color

.myBgColor { background-color: #E5C7E4; }

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

This div background color is #E5C7E4.

Border color

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

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

This div border color is #E5C7E4.

Opacity

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

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

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

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

This text has shadow with #E5C7E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C7E4.

Preview

Color preview on black background

This text has color #E5C7E4 on black background.


Color preview on white background

This text has color #E5C7E4 on white background.


Black color preview on #E5C7E4 background

This text has black color on #E5C7E4 background.


White color preview on #E5C7E4 background

This text has white color on #E5C7E4 background.


Related colors

Complementary color

Complementary color for #hex is #1A381B.


I love getcolorcode.com

Triadic colors

1 #E4E5C7 and #C7E4E5 with #E5C7E4 are triadic colors.

2 #E4C7E5 and #C7E5E4 with #E5C7E4 are triadic colors.