COLOR #E7C0EE

HEX: #E7C0EE RGB: (231,192,238)

Color info

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

RGB color model

#E7C0EE color RGB value is (231,192,238).

RGB: (231,192,238) (91%, 75%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 192 of 255 = 75%
B 238 of 255 = 93%

231
192
238

R + G + B ~ 86%. #E7C0EE is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 192 + 238 = 661 (100%)
R 231 of 661 ~ 34.95%
G 192 of 661 ~ 29.05%
B 238 of 661 ~ 36.01'%

%34.95
%29.05
%36.01

CMYK color model

#E7C0EE color CMYK value is (3,19,0,7).

  • cyan value is 2.94%
  • magenta value is 19.33%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (3,19,0,7)
C3M19Y0K7 (3%, 19%, 0%, 7%)
(0.03 / 0.19 / 0.00 / 0.07)

CMYK percentages

%2.94
%19.33
%0
%6.67

Codes

Color #E7C0EE in popluar color models

E7 C0 EE
RGB 231 192 238
HSL 291° 57.50% 84.31%
HSB/HSV 291° 19.33% 93.33%
CMYK 2.94% 19.33% 0.00%
6.67%

Color #E7C0EE in popluar number systems.

HEX E7 C0 EE
Decimal 231 192 238
Binary 11100111 11000000 11101110
Octal 347 300 356

Shades and tints

Shades of #E7C0EE

#E7C0EE
(231,192,238)
#D2AFD9
(210,175,217)
#BD9EC4
(189,158,196)
#A88DAF
(168,141,175)
#937C9A
(147,124,154)
#7E6B85
(126,107,133)
#695A70
(105,90,112)
#54495B
(84,73,91)
#3F3846
(63,56,70)
#2A2731
(42,39,49)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #E7C0EE

#E7C0EE
(231,192,238)
#E9C5EF
(233,197,239)
#EBCAF0
(235,202,240)
#EDCFF1
(237,207,241)
#EFD4F2
(239,212,242)
#F1D9F3
(241,217,243)
#F3DEF4
(243,222,244)
#F5E3F5
(245,227,245)
#F7E8F6
(247,232,246)
#F9EDF7
(249,237,247)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C0EE color. Also use rgb(231,192,238) instead hex code.

Text Font Color

.myTextColor { color: #E7C0EE; }

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

This text font color is #E7C0EE.

Background Color

.myBgColor { background-color: #E7C0EE; }

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

This div background color is #E7C0EE.

Border color

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

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

This div border color is #E7C0EE.

Opacity

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

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

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

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

This text has shadow with #E7C0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C0EE.

Preview

Color preview on black background

This text has color #E7C0EE on black background.


Color preview on white background

This text has color #E7C0EE on white background.


Black color preview on #E7C0EE background

This text has black color on #E7C0EE background.


White color preview on #E7C0EE background

This text has white color on #E7C0EE background.


Related colors

Complementary color

Complementary color for #hex is #183F11.


I love getcolorcode.com

Triadic colors

1 #EEE7C0 and #C0EEE7 with #E7C0EE are triadic colors.

2 #EEC0E7 and #C0E7EE with #E7C0EE are triadic colors.