COLOR #E6E0F7

HEX: #E6E0F7
RGB: (230,224,247)

Color info

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

RGB color model

#E6E0F7 color RGB value is (230,224,247).

  • red value is 230;
  • green value is 224;
  • blue value is 247.
RGB:
(230,224,247)
(90%,88%,97%)

RGB channels and saturation

R 230 of 255 = 90%
G 224 of 255 = 88%
B 247 of 255 = 97%

230
224
247

R + G + B ~ 92%. #E6E0F7 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 224 + 247 = 701 (100%)
R 230 of 701 ~ 32.81%
G 224 of 701 ~ 31.95%
B 247 of 701 ~ 35.24%

%32.81
%31.95
%35.24

CMYK color model

#E6E0F7 color CMYK value is (7,9,0,3).

  • cyan value is 6.88%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,9,0,3)
C7M9Y0K3 
(7%,9%,0%,3%)
(0.07/0.09/0.00/0.03)	

CMYK percentages

%6.88
%9.31
%0
%3.14

Codes

Color #E6E0F7 in popluar color models

E6E0F7
RGB230224247
HSL256°58.97%92.35%
HSB/HSV256°9.31%96.86%
CMYK6.88%9.31%0.00%
3.14%

Color #E6E0F7 in popluar number systems.

HEXE6E0F7
Decimal230224247
Binary111001101110000011110111
Octal346340367

Shades and tints

Shades of #E6E0F7

#E6E0F7
(230,224,247)
#D2CCE1
(210,204,225)
#BEB8CB
(190,184,203)
#AAA4B5
(170,164,181)
#96909F
(150,144,159)
#827C89
(130,124,137)
#6E6873
(110,104,115)
#5A545D
(90,84,93)
#464047
(70,64,71)
#322C31
(50,44,49)
#1E181B
(30,24,27)
#000000
(0,0,0)

Tints of #E6E0F7

#E6E0F7
(230,224,247)
#E8E2F7
(232,226,247)
#EAE4F7
(234,228,247)
#ECE6F7
(236,230,247)
#EEE8F7
(238,232,247)
#F0EAF7
(240,234,247)
#F2ECF7
(242,236,247)
#F4EEF7
(244,238,247)
#F6F0F7
(246,240,247)
#F8F2F7
(248,242,247)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E0F7 color. Also use rgb(230,224,247) instead hex code.

Text Font Color

.myTextColor { color: #E6E0F7; }

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

This text font color is #E6E0F7.


Background Color

.myBgColor { background-color: #E6E0F7; }

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

This div background color is #E6E0F7.


Border color

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

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

This div border color is #E6E0F7.


Opacity

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

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

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

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

This text has shadow with #E6E0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E0F7 on black background.


Color preview on white background

This text has color #E6E0F7 on white background.



Black color preview on #E6E0F7 background

This text has black color on #E6E0F7 background.


White color preview on #E6E0F7 background

This text has white color on #E6E0F7 background.