COLOR #E6C5EE

HEX: #E6C5EE
RGB: (230,197,238)

Color info

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

RGB color model

#E6C5EE color RGB value is (230,197,238).

  • red value is 230;
  • green value is 197;
  • blue value is 238.
RGB:
(230,197,238)
(90%,77%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 197 of 255 = 77%
B 238 of 255 = 93%

230
197
238

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

Portions of RGB colors in percentages

R + G + B =
230 + 197 + 238 = 665 (100%)
R 230 of 665 ~ 34.59%
G 197 of 665 ~ 29.62%
B 238 of 665 ~ 35.79%

%34.59
%29.62
%35.79

CMYK color model

#E6C5EE color CMYK value is (3,17,0,7).

  • cyan value is 3.36%
  • magenta value is 17.23%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(3,17,0,7)
C3M17Y0K7 
(3%,17%,0%,7%)
(0.03/0.17/0.00/0.07)	

CMYK percentages

%3.36
%17.23
%0
%6.67

Codes

Color #E6C5EE in popluar color models

E6C5EE
RGB230197238
HSL288°54.67%85.29%
HSB/HSV288°17.23%93.33%
CMYK3.36%17.23%0.00%
6.67%

Color #E6C5EE in popluar number systems.

HEXE6C5EE
Decimal230197238
Binary111001101100010111101110
Octal346305356

Shades and tints

Shades of #E6C5EE

#E6C5EE
(230,197,238)
#D2B4D9
(210,180,217)
#BEA3C4
(190,163,196)
#AA92AF
(170,146,175)
#96819A
(150,129,154)
#827085
(130,112,133)
#6E5F70
(110,95,112)
#5A4E5B
(90,78,91)
#463D46
(70,61,70)
#322C31
(50,44,49)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #E6C5EE

#E6C5EE
(230,197,238)
#E8CAEF
(232,202,239)
#EACFF0
(234,207,240)
#ECD4F1
(236,212,241)
#EED9F2
(238,217,242)
#F0DEF3
(240,222,243)
#F2E3F4
(242,227,244)
#F4E8F5
(244,232,245)
#F6EDF6
(246,237,246)
#F8F2F7
(248,242,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C5EE color. Also use rgb(230,197,238) instead hex code.

Text Font Color

.myTextColor { color: #E6C5EE; }

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

This text font color is #E6C5EE.


Background Color

.myBgColor { background-color: #E6C5EE; }

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

This div background color is #E6C5EE.


Border color

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

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

This div border color is #E6C5EE.


Opacity

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

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

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

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

This text has shadow with #E6C5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C5EE on black background.


Color preview on white background

This text has color #E6C5EE on white background.



Black color preview on #E6C5EE background

This text has black color on #E6C5EE background.


White color preview on #E6C5EE background

This text has white color on #E6C5EE background.