COLOR #E6C0EF

HEX: #E6C0EF RGB: (230,192,239)

Color info

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

RGB color model

#E6C0EF color RGB value is (230,192,239).

RGB: (230,192,239) (90%, 75%, 94%)

RGB channels and saturation

R 230 of 255 = 90%
G 192 of 255 = 75%
B 239 of 255 = 94%

230
192
239

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

Portions of RGB colors in percentages

R + G + B = 230 + 192 + 239 = 661 (100%)
R 230 of 661 ~ 34.8%
G 192 of 661 ~ 29.05%
B 239 of 661 ~ 36.16'%

%34.8
%29.05
%36.16

CMYK color model

#E6C0EF color CMYK value is (4,20,0,6).

  • cyan value is 3.77%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (4,20,0,6)
C4M20Y0K6 (4%, 20%, 0%, 6%)
(0.04 / 0.20 / 0.00 / 0.06)

CMYK percentages

%3.77
%19.67
%0
%6.27

Codes

Color #E6C0EF in popluar color models

E6 C0 EF
RGB 230 192 239
HSL 289° 59.49% 84.51%
HSB/HSV 289° 19.67% 93.73%
CMYK 3.77% 19.67% 0.00%
6.27%

Color #E6C0EF in popluar number systems.

HEX E6 C0 EF
Decimal 230 192 239
Binary 11100110 11000000 11101111
Octal 346 300 357

Shades and tints

Shades of #E6C0EF

#E6C0EF
(230,192,239)
#D2AFDA
(210,175,218)
#BE9EC5
(190,158,197)
#AA8DB0
(170,141,176)
#967C9B
(150,124,155)
#826B86
(130,107,134)
#6E5A71
(110,90,113)
#5A495C
(90,73,92)
#463847
(70,56,71)
#322732
(50,39,50)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #E6C0EF

#E6C0EF
(230,192,239)
#E8C5F0
(232,197,240)
#EACAF1
(234,202,241)
#ECCFF2
(236,207,242)
#EED4F3
(238,212,243)
#F0D9F4
(240,217,244)
#F2DEF5
(242,222,245)
#F4E3F6
(244,227,246)
#F6E8F7
(246,232,247)
#F8EDF8
(248,237,248)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C0EF; }

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

This text font color is #E6C0EF.

Background Color

.myBgColor { background-color: #E6C0EF; }

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

This div background color is #E6C0EF.

Border color

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

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

This div border color is #E6C0EF.

Opacity

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

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

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

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

This text has shadow with #E6C0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C0EF.

Preview

Color preview on black background

This text has color #E6C0EF on black background.


Color preview on white background

This text has color #E6C0EF on white background.


Black color preview on #E6C0EF background

This text has black color on #E6C0EF background.


White color preview on #E6C0EF background

This text has white color on #E6C0EF background.


Related colors

Complementary color

Complementary color for #hex is #193F10.


I love getcolorcode.com

Triadic colors

1 #EFE6C0 and #C0EFE6 with #E6C0EF are triadic colors.

2 #EFC0E6 and #C0E6EF with #E6C0EF are triadic colors.