COLOR #E6C5EC

HEX: #E6C5EC
RGB: (230,197,236)

Color info

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

RGB color model

#E6C5EC color RGB value is (230,197,236).

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

RGB channels and saturation

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

230
197
236

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

Portions of RGB colors in percentages

R + G + B =
230 + 197 + 236 = 663 (100%)
R 230 of 663 ~ 34.69%
G 197 of 663 ~ 29.71%
B 236 of 663 ~ 35.6%

%34.69
%29.71
%35.6

CMYK color model

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

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

CMYK percentages

%2.54
%16.53
%0
%7.45

Codes

Color #E6C5EC in popluar color models

E6C5EC
RGB230197236
HSL291°50.65%84.90%
HSB/HSV291°16.53%92.55%
CMYK2.54%16.53%0.00%
7.45%

Color #E6C5EC in popluar number systems.

HEXE6C5EC
Decimal230197236
Binary111001101100010111101100
Octal346305354

Shades and tints

Shades of #E6C5EC

#E6C5EC
(230,197,236)
#D2B4D7
(210,180,215)
#BEA3C2
(190,163,194)
#AA92AD
(170,146,173)
#968198
(150,129,152)
#827083
(130,112,131)
#6E5F6E
(110,95,110)
#5A4E59
(90,78,89)
#463D44
(70,61,68)
#322C2F
(50,44,47)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #E6C5EC

#E6C5EC
(230,197,236)
#E8CAED
(232,202,237)
#EACFEE
(234,207,238)
#ECD4EF
(236,212,239)
#EED9F0
(238,217,240)
#F0DEF1
(240,222,241)
#F2E3F2
(242,227,242)
#F4E8F3
(244,232,243)
#F6EDF4
(246,237,244)
#F8F2F5
(248,242,245)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C5EC; }

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

This text font color is #E6C5EC.


Background Color

.myBgColor { background-color: #E6C5EC; }

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

This div background color is #E6C5EC.


Border color

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

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

This div border color is #E6C5EC.


Opacity

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

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

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

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

This text has shadow with #E6C5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C5EC on black background.


Color preview on white background

This text has color #E6C5EC on white background.



Black color preview on #E6C5EC background

This text has black color on #E6C5EC background.


White color preview on #E6C5EC background

This text has white color on #E6C5EC background.