COLOR #E7CCF7

HEX: #E7CCF7
RGB: (231,204,247)

Color info

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

RGB color model

#E7CCF7 color RGB value is (231,204,247).

  • red value is 231;
  • green value is 204;
  • blue value is 247.
RGB: (231,204,247) (91%,80%,97%)

RGB channels and saturation

R 231 of 255 = 91%
G 204 of 255 = 80%
B 247 of 255 = 97%

231
204
247

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

Portions of RGB colors in percentages

R + G + B =
231 + 204 + 247 = 682 (100%)
R 231 of 682 ~ 33.87%
G 204 of 682 ~ 29.91%
B 247 of 682 ~ 36.22%

%33.87
%29.91
%36.22

CMYK color model

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

  • cyan value is 6.48%
  • magenta value is 17.41%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (6,17,0,3) C6M17Y0K3 (6%,17%,0%,3%) (0.06/0.17/0.00/0.03)

CMYK percentages

%6.48
%17.41
%0
%3.14

Codes

Color #E7CCF7 in popluar color models

E7CCF7
RGB231204247
HSL278°72.88%88.43%
HSB/HSV278°17.41%96.86%
CMYK6.48%17.41%0.00%
3.14%

Color #E7CCF7 in popluar number systems.

HEXE7CCF7
Decimal231204247
Binary111001111100110011110111
Octal347314367

Shades and tints

Shades of #E7CCF7

#E7CCF7
(231,204,247)
#D2BAE1
(210,186,225)
#BDA8CB
(189,168,203)
#A896B5
(168,150,181)
#93849F
(147,132,159)
#7E7289
(126,114,137)
#696073
(105,96,115)
#544E5D
(84,78,93)
#3F3C47
(63,60,71)
#2A2A31
(42,42,49)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #E7CCF7

#E7CCF7
(231,204,247)
#E9D0F7
(233,208,247)
#EBD4F7
(235,212,247)
#EDD8F7
(237,216,247)
#EFDCF7
(239,220,247)
#F1E0F7
(241,224,247)
#F3E4F7
(243,228,247)
#F5E8F7
(245,232,247)
#F7ECF7
(247,236,247)
#F9F0F7
(249,240,247)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CCF7 color. Also use rgb(231,204,247) instead hex code.

Text Font Color

.myTextColor { color: #E7CCF7; }

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

This text font color is #E7CCF7.


Background Color

.myBgColor { background-color: #E7CCF7; }

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

This div background color is #E7CCF7.


Border color

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

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

This div border color is #E7CCF7.


Opacity

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

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

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

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

This text has shadow with #E7CCF7 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #E7CCF7; -webkit-box-shadow:	1px 1px 3px 2px #E7CCF7; box-shadow:	1px 1px 3px 2px #E7CCF7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E7CCF7; -webkit-box-shadow: 1px 1px 3px 2px #E7CCF7; box-shadow:1px 1px 3px 2px #E7CCF7;">
Div content here</div>
This div box has shadow with color #E7CCF7.

Preview

Color preview on black background

This text has color #E7CCF7 on black background.


Color preview on white background

This text has color #E7CCF7 on white background.



Black color preview on #E7CCF7 background

This text has black color on #E7CCF7 background.


White color preview on #E7CCF7 background

This text has white color on #E7CCF7 background.