COLOR #E6C6F5

HEX: #E6C6F5
RGB: (230,198,245)

Color info

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

RGB color model

#E6C6F5 color RGB value is (230,198,245).

  • red value is 230;
  • green value is 198;
  • blue value is 245.
RGB:
(230,198,245)
(90%,78%,96%)

RGB channels and saturation

R 230 of 255 = 90%
G 198 of 255 = 78%
B 245 of 255 = 96%

230
198
245

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

Portions of RGB colors in percentages

R + G + B =
230 + 198 + 245 = 673 (100%)
R 230 of 673 ~ 34.18%
G 198 of 673 ~ 29.42%
B 245 of 673 ~ 36.4%

%34.18
%29.42
%36.4

CMYK color model

#E6C6F5 color CMYK value is (6,19,0,4).

  • cyan value is 6.12%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(6,19,0,4)
C6M19Y0K4 
(6%,19%,0%,4%)
(0.06/0.19/0.00/0.04)	

CMYK percentages

%6.12
%19.18
%0
%3.92

Codes

Color #E6C6F5 in popluar color models

E6C6F5
RGB230198245
HSL281°70.15%86.86%
HSB/HSV281°19.18%96.08%
CMYK6.12%19.18%0.00%
3.92%

Color #E6C6F5 in popluar number systems.

HEXE6C6F5
Decimal230198245
Binary111001101100011011110101
Octal346306365

Shades and tints

Shades of #E6C6F5

#E6C6F5
(230,198,245)
#D2B4DF
(210,180,223)
#BEA2C9
(190,162,201)
#AA90B3
(170,144,179)
#967E9D
(150,126,157)
#826C87
(130,108,135)
#6E5A71
(110,90,113)
#5A485B
(90,72,91)
#463645
(70,54,69)
#32242F
(50,36,47)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #E6C6F5

#E6C6F5
(230,198,245)
#E8CBF5
(232,203,245)
#EAD0F5
(234,208,245)
#ECD5F5
(236,213,245)
#EEDAF5
(238,218,245)
#F0DFF5
(240,223,245)
#F2E4F5
(242,228,245)
#F4E9F5
(244,233,245)
#F6EEF5
(246,238,245)
#F8F3F5
(248,243,245)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C6F5 color. Also use rgb(230,198,245) instead hex code.

Text Font Color

.myTextColor { color: #E6C6F5; }

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

This text font color is #E6C6F5.


Background Color

.myBgColor { background-color: #E6C6F5; }

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

This div background color is #E6C6F5.


Border color

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

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

This div border color is #E6C6F5.


Opacity

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

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

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

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

This text has shadow with #E6C6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C6F5 on black background.


Color preview on white background

This text has color #E6C6F5 on white background.



Black color preview on #E6C6F5 background

This text has black color on #E6C6F5 background.


White color preview on #E6C6F5 background

This text has white color on #E6C6F5 background.