COLOR #E6E1F7

HEX: #E6E1F7
RGB: (230,225,247)

Color info

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

RGB color model

#E6E1F7 color RGB value is (230,225,247).

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

RGB channels and saturation

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

230
225
247

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

Portions of RGB colors in percentages

R + G + B =
230 + 225 + 247 = 702 (100%)
R 230 of 702 ~ 32.76%
G 225 of 702 ~ 32.05%
B 247 of 702 ~ 35.19%

%32.76
%32.05
%35.19

CMYK color model

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

  • cyan value is 6.88%
  • magenta value is 8.91%
  • 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
%8.91
%0
%3.14

Codes

Color #E6E1F7 in popluar color models

E6E1F7
RGB230225247
HSL254°57.89%92.55%
HSB/HSV254°8.91%96.86%
CMYK6.88%8.91%0.00%
3.14%

Color #E6E1F7 in popluar number systems.

HEXE6E1F7
Decimal230225247
Binary111001101110000111110111
Octal346341367

Shades and tints

Shades of #E6E1F7

#E6E1F7
(230,225,247)
#D2CDE1
(210,205,225)
#BEB9CB
(190,185,203)
#AAA5B5
(170,165,181)
#96919F
(150,145,159)
#827D89
(130,125,137)
#6E6973
(110,105,115)
#5A555D
(90,85,93)
#464147
(70,65,71)
#322D31
(50,45,49)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #E6E1F7

#E6E1F7
(230,225,247)
#E8E3F7
(232,227,247)
#EAE5F7
(234,229,247)
#ECE7F7
(236,231,247)
#EEE9F7
(238,233,247)
#F0EBF7
(240,235,247)
#F2EDF7
(242,237,247)
#F4EFF7
(244,239,247)
#F6F1F7
(246,241,247)
#F8F3F7
(248,243,247)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E1F7; }

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

This text font color is #E6E1F7.


Background Color

.myBgColor { background-color: #E6E1F7; }

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

This div background color is #E6E1F7.


Border color

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

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

This div border color is #E6E1F7.


Opacity

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

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

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

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

This text has shadow with #E6E1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E1F7 on black background.


Color preview on white background

This text has color #E6E1F7 on white background.



Black color preview on #E6E1F7 background

This text has black color on #E6E1F7 background.


White color preview on #E6E1F7 background

This text has white color on #E6E1F7 background.