COLOR #E6C5EB

HEX: #E6C5EB
RGB: (230,197,235)

Color info

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

RGB color model

#E6C5EB color RGB value is (230,197,235).

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

RGB channels and saturation

R 230 of 255 = 90%
G 197 of 255 = 77%
B 235 of 255 = 92%

230
197
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 197 + 235 = 662 (100%)
R 230 of 662 ~ 34.74%
G 197 of 662 ~ 29.76%
B 235 of 662 ~ 35.5%

%34.74
%29.76
%35.5

CMYK color model

#E6C5EB color CMYK value is (2,16,0,8).

  • cyan value is 2.13%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,16,0,8)
C2M16Y0K8 
(2%,16%,0%,8%)
(0.02/0.16/0.00/0.08)	

CMYK percentages

%2.13
%16.17
%0
%7.84

Codes

Color #E6C5EB in popluar color models

E6C5EB
RGB230197235
HSL292°48.72%84.71%
HSB/HSV292°16.17%92.16%
CMYK2.13%16.17%0.00%
7.84%

Color #E6C5EB in popluar number systems.

HEXE6C5EB
Decimal230197235
Binary111001101100010111101011
Octal346305353

Shades and tints

Shades of #E6C5EB

#E6C5EB
(230,197,235)
#D2B4D6
(210,180,214)
#BEA3C1
(190,163,193)
#AA92AC
(170,146,172)
#968197
(150,129,151)
#827082
(130,112,130)
#6E5F6D
(110,95,109)
#5A4E58
(90,78,88)
#463D43
(70,61,67)
#322C2E
(50,44,46)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #E6C5EB

#E6C5EB
(230,197,235)
#E8CAEC
(232,202,236)
#EACFED
(234,207,237)
#ECD4EE
(236,212,238)
#EED9EF
(238,217,239)
#F0DEF0
(240,222,240)
#F2E3F1
(242,227,241)
#F4E8F2
(244,232,242)
#F6EDF3
(246,237,243)
#F8F2F4
(248,242,244)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C5EB; }

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

This text font color is #E6C5EB.


Background Color

.myBgColor { background-color: #E6C5EB; }

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

This div background color is #E6C5EB.


Border color

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

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

This div border color is #E6C5EB.


Opacity

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

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

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

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

This text has shadow with #E6C5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C5EB on black background.


Color preview on white background

This text has color #E6C5EB on white background.



Black color preview on #E6C5EB background

This text has black color on #E6C5EB background.


White color preview on #E6C5EB background

This text has white color on #E6C5EB background.