COLOR #E7C1EF

HEX: #E7C1EF RGB: (231,193,239)

Color info

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

RGB color model

#E7C1EF color RGB value is (231,193,239).

RGB: (231,193,239) (91%, 76%, 94%)

RGB channels and saturation

R 231 of 255 = 91%
G 193 of 255 = 76%
B 239 of 255 = 94%

231
193
239

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

Portions of RGB colors in percentages

R + G + B = 231 + 193 + 239 = 663 (100%)
R 231 of 663 ~ 34.84%
G 193 of 663 ~ 29.11%
B 239 of 663 ~ 36.05'%

%34.84
%29.11
%36.05

CMYK color model

#E7C1EF color CMYK value is (3,19,0,6).

  • cyan value is 3.35%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (3,19,0,6)
C3M19Y0K6 (3%, 19%, 0%, 6%)
(0.03 / 0.19 / 0.00 / 0.06)

CMYK percentages

%3.35
%19.25
%0
%6.27

Codes

Color #E7C1EF in popluar color models

E7 C1 EF
RGB 231 193 239
HSL 290° 58.97% 84.71%
HSB/HSV 290° 19.25% 93.73%
CMYK 3.35% 19.25% 0.00%
6.27%

Color #E7C1EF in popluar number systems.

HEX E7 C1 EF
Decimal 231 193 239
Binary 11100111 11000001 11101111
Octal 347 301 357

Shades and tints

Shades of #E7C1EF

#E7C1EF
(231,193,239)
#D2B0DA
(210,176,218)
#BD9FC5
(189,159,197)
#A88EB0
(168,142,176)
#937D9B
(147,125,155)
#7E6C86
(126,108,134)
#695B71
(105,91,113)
#544A5C
(84,74,92)
#3F3947
(63,57,71)
#2A2832
(42,40,50)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #E7C1EF

#E7C1EF
(231,193,239)
#E9C6F0
(233,198,240)
#EBCBF1
(235,203,241)
#EDD0F2
(237,208,242)
#EFD5F3
(239,213,243)
#F1DAF4
(241,218,244)
#F3DFF5
(243,223,245)
#F5E4F6
(245,228,246)
#F7E9F7
(247,233,247)
#F9EEF8
(249,238,248)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C1EF color. Also use rgb(231,193,239) instead hex code.

Text Font Color

.myTextColor { color: #E7C1EF; }

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

This text font color is #E7C1EF.

Background Color

.myBgColor { background-color: #E7C1EF; }

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

This div background color is #E7C1EF.

Border color

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

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

This div border color is #E7C1EF.

Opacity

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

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

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

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

This text has shadow with #E7C1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C1EF.

Preview

Color preview on black background

This text has color #E7C1EF on black background.


Color preview on white background

This text has color #E7C1EF on white background.


Black color preview on #E7C1EF background

This text has black color on #E7C1EF background.


White color preview on #E7C1EF background

This text has white color on #E7C1EF background.


Related colors

Complementary color

Complementary color for #hex is #183E10.


I love getcolorcode.com

Triadic colors

1 #EFE7C1 and #C1EFE7 with #E7C1EF are triadic colors.

2 #EFC1E7 and #C1E7EF with #E7C1EF are triadic colors.