COLOR #E1C7EF

HEX: #E1C7EF RGB: (225,199,239)

Color info

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

RGB color model

#E1C7EF color RGB value is (225,199,239).

RGB: (225,199,239) (88%, 78%, 94%)

RGB channels and saturation

R 225 of 255 = 88%
G 199 of 255 = 78%
B 239 of 255 = 94%

225
199
239

R + G + B ~ 87%. #E1C7EF is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 199 + 239 = 663 (100%)
R 225 of 663 ~ 33.94%
G 199 of 663 ~ 30.02%
B 239 of 663 ~ 36.05'%

%33.94
%30.02
%36.05

CMYK color model

#E1C7EF color CMYK value is (6,17,0,6).

  • cyan value is 5.86%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (6,17,0,6)
C6M17Y0K6 (6%, 17%, 0%, 6%)
(0.06 / 0.17 / 0.00 / 0.06)

CMYK percentages

%5.86
%16.74
%0
%6.27

Codes

Color #E1C7EF in popluar color models

E1 C7 EF
RGB 225 199 239
HSL 279° 55.56% 85.88%
HSB/HSV 279° 16.74% 93.73%
CMYK 5.86% 16.74% 0.00%
6.27%

Color #E1C7EF in popluar number systems.

HEX E1 C7 EF
Decimal 225 199 239
Binary 11100001 11000111 11101111
Octal 341 307 357

Shades and tints

Shades of #E1C7EF

#E1C7EF
(225,199,239)
#CDB5DA
(205,181,218)
#B9A3C5
(185,163,197)
#A591B0
(165,145,176)
#917F9B
(145,127,155)
#7D6D86
(125,109,134)
#695B71
(105,91,113)
#55495C
(85,73,92)
#413747
(65,55,71)
#2D2532
(45,37,50)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #E1C7EF

#E1C7EF
(225,199,239)
#E3CCF0
(227,204,240)
#E5D1F1
(229,209,241)
#E7D6F2
(231,214,242)
#E9DBF3
(233,219,243)
#EBE0F4
(235,224,244)
#EDE5F5
(237,229,245)
#EFEAF6
(239,234,246)
#F1EFF7
(241,239,247)
#F3F4F8
(243,244,248)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C7EF color. Also use rgb(225,199,239) instead hex code.

Text Font Color

.myTextColor { color: #E1C7EF; }

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

This text font color is #E1C7EF.

Background Color

.myBgColor { background-color: #E1C7EF; }

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

This div background color is #E1C7EF.

Border color

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

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

This div border color is #E1C7EF.

Opacity

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

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

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

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

This text has shadow with #E1C7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C7EF.

Preview

Color preview on black background

This text has color #E1C7EF on black background.


Color preview on white background

This text has color #E1C7EF on white background.


Black color preview on #E1C7EF background

This text has black color on #E1C7EF background.


White color preview on #E1C7EF background

This text has white color on #E1C7EF background.


Related colors

Complementary color

Complementary color for #hex is #1E3810.


I love getcolorcode.com

Triadic colors

1 #EFE1C7 and #C7EFE1 with #E1C7EF are triadic colors.

2 #EFC7E1 and #C7E1EF with #E1C7EF are triadic colors.