COLOR #E3C7FF

HEX: #E3C7FF RGB: (227,199,255)

Color info

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

RGB color model

#E3C7FF color RGB value is (227,199,255).

RGB: (227,199,255) (89%, 78%, 100%)

RGB channels and saturation

R 227 of 255 = 89%
G 199 of 255 = 78%
B 255 of 255 = 100%

227
199
255

R + G + B ~ 89%. #E3C7FF is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 199 + 255 = 681 (100%)
R 227 of 681 ~ 33.33%
G 199 of 681 ~ 29.22%
B 255 of 681 ~ 37.44'%

%33.33
%29.22
%37.44

CMYK color model

#E3C7FF color CMYK value is (11,22,0,0).

  • cyan value is 10.98%
  • magenta value is 21.96%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (11,22,0,0)
C11M22Y0K0 (11%, 22%, 0%, 0%)
(0.11 / 0.22 / 0.00 / 0.00)

CMYK percentages

%10.98
%21.96
%0
%0

Codes

Color #E3C7FF in popluar color models

E3 C7 FF
RGB 227 199 255
HSL 270° 100.00% 89.02%
HSB/HSV 270° 21.96% 100.00%
CMYK 10.98% 21.96% 0.00%
0.00%

Color #E3C7FF in popluar number systems.

HEX E3 C7 FF
Decimal 227 199 255
Binary 11100011 11000111 11111111
Octal 343 307 377

Shades and tints

Shades of #E3C7FF

#E3C7FF
(227,199,255)
#CFB5E8
(207,181,232)
#BBA3D1
(187,163,209)
#A791BA
(167,145,186)
#937FA3
(147,127,163)
#7F6D8C
(127,109,140)
#6B5B75
(107,91,117)
#57495E
(87,73,94)
#433747
(67,55,71)
#2F2530
(47,37,48)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #E3C7FF

#E3C7FF
(227,199,255)
#E5CCFF
(229,204,255)
#E7D1FF
(231,209,255)
#E9D6FF
(233,214,255)
#EBDBFF
(235,219,255)
#EDE0FF
(237,224,255)
#EFE5FF
(239,229,255)
#F1EAFF
(241,234,255)
#F3EFFF
(243,239,255)
#F5F4FF
(245,244,255)
#F7F9FF
(247,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C7FF color. Also use rgb(227,199,255) instead hex code.

Text Font Color

.myTextColor { color: #E3C7FF; }

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

This text font color is #E3C7FF.

Background Color

.myBgColor { background-color: #E3C7FF; }

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

This div background color is #E3C7FF.

Border color

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

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

This div border color is #E3C7FF.

Opacity

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

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

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

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

This text has shadow with #E3C7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C7FF.

Preview

Color preview on black background

This text has color #E3C7FF on black background.


Color preview on white background

This text has color #E3C7FF on white background.


Black color preview on #E3C7FF background

This text has black color on #E3C7FF background.


White color preview on #E3C7FF background

This text has white color on #E3C7FF background.


Related colors

Complementary color

Complementary color for #hex is #1C3800.


I love getcolorcode.com

Triadic colors

1 #FFE3C7 and #C7FFE3 with #E3C7FF are triadic colors.

2 #FFC7E3 and #C7E3FF with #E3C7FF are triadic colors.