COLOR #E6C0E2

HEX: #E6C0E2
RGB: (230,192,226)

Color info

#E6C0E2 contains red, green and blue colors in about the same proportion. Web safe color of #E6C0E2 is #CCCCCC (or #CCC).

RGB color model

#E6C0E2 color RGB value is (230,192,226).

  • red value is 230;
  • green value is 192;
  • blue value is 226.
RGB:
(230,192,226)
(90%,75%,89%)

RGB channels and saturation

R 230 of 255 = 90%
G 192 of 255 = 75%
B 226 of 255 = 89%

230
192
226

R + G + B ~ 85%. #E6C0E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 192 + 226 = 648 (100%)
R 230 of 648 ~ 35.49%
G 192 of 648 ~ 29.63%
B 226 of 648 ~ 34.88%

%35.49
%29.63
%34.88

CMYK color model

#E6C0E2 color CMYK value is (0,17,2,10).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 1.74%
  • key color value is 9.80%
CMYK:
(0,17,2,10)
C0M17Y2K10 
(0%,17%,2%,10%)
(0.00/0.17/0.02/0.10)	

CMYK percentages

%0
%16.52
%1.74
%9.8

Codes

Color #E6C0E2 in popluar color models

E6C0E2
RGB230192226
HSL306°43.18%82.75%
HSB/HSV306°16.52%90.20%
CMYK0.00%16.52%1.74%
9.80%

Color #E6C0E2 in popluar number systems.

HEXE6C0E2
Decimal230192226
Binary111001101100000011100010
Octal346300342

Shades and tints

Shades of #E6C0E2

#E6C0E2
(230,192,226)
#D2AFCE
(210,175,206)
#BE9EBA
(190,158,186)
#AA8DA6
(170,141,166)
#967C92
(150,124,146)
#826B7E
(130,107,126)
#6E5A6A
(110,90,106)
#5A4956
(90,73,86)
#463842
(70,56,66)
#32272E
(50,39,46)
#1E161A
(30,22,26)
#000000
(0,0,0)

Tints of #E6C0E2

#E6C0E2
(230,192,226)
#E8C5E4
(232,197,228)
#EACAE6
(234,202,230)
#ECCFE8
(236,207,232)
#EED4EA
(238,212,234)
#F0D9EC
(240,217,236)
#F2DEEE
(242,222,238)
#F4E3F0
(244,227,240)
#F6E8F2
(246,232,242)
#F8EDF4
(248,237,244)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C0E2 color. Also use rgb(230,192,226) instead hex code.

Text Font Color

.myTextColor { color: #E6C0E2; }

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

This text font color is #E6C0E2.


Background Color

.myBgColor { background-color: #E6C0E2; }

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

This div background color is #E6C0E2.


Border color

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

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

This div border color is #E6C0E2.


Opacity

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

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

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

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

This text has shadow with #E6C0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C0E2 on black background.


Color preview on white background

This text has color #E6C0E2 on white background.



Black color preview on #E6C0E2 background

This text has black color on #E6C0E2 background.


White color preview on #E6C0E2 background

This text has white color on #E6C0E2 background.