COLOR #E5C7EA

HEX: #E5C7EA
RGB: (229,199,234)

Color info

#E5C7EA contains red, green and blue colors in about the same proportion. Web safe color of #E5C7EA is #CCCCFF (or #CCF).

RGB color model

#E5C7EA color RGB value is (229,199,234).

  • red value is 229;
  • green value is 199;
  • blue value is 234.
RGB:
(229,199,234)
(90%,78%,92%)

RGB channels and saturation

R 229 of 255 = 90%
G 199 of 255 = 78%
B 234 of 255 = 92%

229
199
234

R + G + B ~ 87%. #E5C7EA is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 199 + 234 = 662 (100%)
R 229 of 662 ~ 34.59%
G 199 of 662 ~ 30.06%
B 234 of 662 ~ 35.35%

%34.59
%30.06
%35.35

CMYK color model

#E5C7EA color CMYK value is (2,15,0,8).

  • cyan value is 2.14%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(2,15,0,8)
C2M15Y0K8 
(2%,15%,0%,8%)
(0.02/0.15/0.00/0.08)	

CMYK percentages

%2.14
%14.96
%0
%8.24

Codes

Color #E5C7EA in popluar color models

E5C7EA
RGB229199234
HSL291°45.45%84.90%
HSB/HSV291°14.96%91.76%
CMYK2.14%14.96%0.00%
8.24%

Color #E5C7EA in popluar number systems.

HEXE5C7EA
Decimal229199234
Binary111001011100011111101010
Octal345307352

Shades and tints

Shades of #E5C7EA

#E5C7EA
(229,199,234)
#D1B5D5
(209,181,213)
#BDA3C0
(189,163,192)
#A991AB
(169,145,171)
#957F96
(149,127,150)
#816D81
(129,109,129)
#6D5B6C
(109,91,108)
#594957
(89,73,87)
#453742
(69,55,66)
#31252D
(49,37,45)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #E5C7EA

#E5C7EA
(229,199,234)
#E7CCEB
(231,204,235)
#E9D1EC
(233,209,236)
#EBD6ED
(235,214,237)
#EDDBEE
(237,219,238)
#EFE0EF
(239,224,239)
#F1E5F0
(241,229,240)
#F3EAF1
(243,234,241)
#F5EFF2
(245,239,242)
#F7F4F3
(247,244,243)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C7EA; }

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

This text font color is #E5C7EA.


Background Color

.myBgColor { background-color: #E5C7EA; }

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

This div background color is #E5C7EA.


Border color

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

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

This div border color is #E5C7EA.


Opacity

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

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

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

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

This text has shadow with #E5C7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C7EA on black background.


Color preview on white background

This text has color #E5C7EA on white background.



Black color preview on #E5C7EA background

This text has black color on #E5C7EA background.


White color preview on #E5C7EA background

This text has white color on #E5C7EA background.