COLOR #E7E2FF

HEX: #E7E2FF RGB: (231,226,255)

Color info

#E7E2FF contains red, green and blue colors in about the same proportion. Web safe color of #E7E2FF is #FFCCFF (or #FCF).

RGB color model

#E7E2FF color RGB value is (231,226,255).

RGB: (231,226,255) (91%, 89%, 100%)

RGB channels and saturation

R 231 of 255 = 91%
G 226 of 255 = 89%
B 255 of 255 = 100%

231
226
255

R + G + B ~ 93%. #E7E2FF is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 226 + 255 = 712 (100%)
R 231 of 712 ~ 32.44%
G 226 of 712 ~ 31.74%
B 255 of 712 ~ 35.81'%

%32.44
%31.74
%35.81

CMYK color model

#E7E2FF color CMYK value is (9,11,0,0).

  • cyan value is 9.41%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (9,11,0,0) C9M11Y0K0 (9%,11%,0%,0%) (0.09/0.11/0.00/0.00) 

CMYK percentages

%9.41
%11.37
%0
%0

Codes

Color #E7E2FF in popluar color models

E7 E2 FF
RGB 231 226 255
HSL 250° 100.00% 94.31%
HSB/HSV 250° 11.37% 100.00%
CMYK 9.41% 11.37% 0.00%
0.00%

Color #E7E2FF in popluar number systems.

HEX E7 E2 FF
Decimal 231 226 255
Binary 11100111 11100010 11111111
Octal 347 342 377

Shades and tints

Shades of #E7E2FF

#E7E2FF
(231,226,255)
#D2CEE8
(210,206,232)
#BDBAD1
(189,186,209)
#A8A6BA
(168,166,186)
#9392A3
(147,146,163)
#7E7E8C
(126,126,140)
#696A75
(105,106,117)
#54565E
(84,86,94)
#3F4247
(63,66,71)
#2A2E30
(42,46,48)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #E7E2FF

#E7E2FF
(231,226,255)
#E9E4FF
(233,228,255)
#EBE6FF
(235,230,255)
#EDE8FF
(237,232,255)
#EFEAFF
(239,234,255)
#F1ECFF
(241,236,255)
#F3EEFF
(243,238,255)
#F5F0FF
(245,240,255)
#F7F2FF
(247,242,255)
#F9F4FF
(249,244,255)
#FBF6FF
(251,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E2FF color. Also use rgb(231,226,255) instead hex code.

Text Font Color

.myTextColor { color: #E7E2FF; }

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

This text font color is #E7E2FF.

Background Color

.myBgColor { background-color: #E7E2FF; }

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

This div background color is #E7E2FF.

Border color

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

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

This div border color is #E7E2FF.

Opacity

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

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

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

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

This text has shadow with #E7E2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E2FF.

Preview

Color preview on black background

This text has color #E7E2FF on black background.


Color preview on white background

This text has color #E7E2FF on white background.


Black color preview on #E7E2FF background

This text has black color on #E7E2FF background.


White color preview on #E7E2FF background

This text has white color on #E7E2FF background.


Related colors

Complementary color

Complementary color for #hex is #181D00.


I love getcolorcode.com

Triadic colors

1 #FFE7E2 and #E2FFE7 with #E7E2FF are triadic colors.

2 #FFE2E7 and #E2E7FF with #E7E2FF are triadic colors.