COLOR #E6C5FB

HEX: #E6C5FB
RGB: (230,197,251)

Color info

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

RGB color model

#E6C5FB color RGB value is (230,197,251).

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

RGB channels and saturation

R 230 of 255 = 90%
G 197 of 255 = 77%
B 251 of 255 = 98%

230
197
251

R + G + B ~ 88%. #E6C5FB is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 197 + 251 = 678 (100%)
R 230 of 678 ~ 33.92%
G 197 of 678 ~ 29.06%
B 251 of 678 ~ 37.02%

%33.92
%29.06
%37.02

CMYK color model

#E6C5FB color CMYK value is (8,22,0,2).

  • cyan value is 8.37%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,22,0,2)
C8M22Y0K2 
(8%,22%,0%,2%)
(0.08/0.22/0.00/0.02)	

CMYK percentages

%8.37
%21.51
%0
%1.57

Codes

Color #E6C5FB in popluar color models

E6C5FB
RGB230197251
HSL277°87.10%87.84%
HSB/HSV277°21.51%98.43%
CMYK8.37%21.51%0.00%
1.57%

Color #E6C5FB in popluar number systems.

HEXE6C5FB
Decimal230197251
Binary111001101100010111111011
Octal346305373

Shades and tints

Shades of #E6C5FB

#E6C5FB
(230,197,251)
#D2B4E5
(210,180,229)
#BEA3CF
(190,163,207)
#AA92B9
(170,146,185)
#9681A3
(150,129,163)
#82708D
(130,112,141)
#6E5F77
(110,95,119)
#5A4E61
(90,78,97)
#463D4B
(70,61,75)
#322C35
(50,44,53)
#1E1B1F
(30,27,31)
#000000
(0,0,0)

Tints of #E6C5FB

#E6C5FB
(230,197,251)
#E8CAFB
(232,202,251)
#EACFFB
(234,207,251)
#ECD4FB
(236,212,251)
#EED9FB
(238,217,251)
#F0DEFB
(240,222,251)
#F2E3FB
(242,227,251)
#F4E8FB
(244,232,251)
#F6EDFB
(246,237,251)
#F8F2FB
(248,242,251)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C5FB; }

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

This text font color is #E6C5FB.


Background Color

.myBgColor { background-color: #E6C5FB; }

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

This div background color is #E6C5FB.


Border color

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

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

This div border color is #E6C5FB.


Opacity

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

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

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

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

This text has shadow with #E6C5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C5FB on black background.


Color preview on white background

This text has color #E6C5FB on white background.



Black color preview on #E6C5FB background

This text has black color on #E6C5FB background.


White color preview on #E6C5FB background

This text has white color on #E6C5FB background.