COLOR #E7CFF2

HEX: #E7CFF2 RGB: (231,207,242)

Color info

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

RGB color model

#E7CFF2 color RGB value is (231,207,242).

RGB: (231,207,242) (91%, 81%, 95%)

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 242 of 255 = 95%

231
207
242

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

Portions of RGB colors in percentages

R + G + B = 231 + 207 + 242 = 680 (100%)
R 231 of 680 ~ 33.97%
G 207 of 680 ~ 30.44%
B 242 of 680 ~ 35.59'%

%33.97
%30.44
%35.59

CMYK color model

#E7CFF2 color CMYK value is (5,14,0,5).

  • cyan value is 4.55%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (5,14,0,5) C5M14Y0K5 (5%,14%,0%,5%) (0.05/0.14/0.00/0.05) 

CMYK percentages

%4.55
%14.46
%0
%5.1

Codes

Color #E7CFF2 in popluar color models

E7 CF F2
RGB 231 207 242
HSL 281° 57.38% 88.04%
HSB/HSV 281° 14.46% 94.90%
CMYK 4.55% 14.46% 0.00%
5.10%

Color #E7CFF2 in popluar number systems.

HEX E7 CF F2
Decimal 231 207 242
Binary 11100111 11001111 11110010
Octal 347 317 362

Shades and tints

Shades of #E7CFF2

#E7CFF2
(231,207,242)
#D2BDDC
(210,189,220)
#BDABC6
(189,171,198)
#A899B0
(168,153,176)
#93879A
(147,135,154)
#7E7584
(126,117,132)
#69636E
(105,99,110)
#545158
(84,81,88)
#3F3F42
(63,63,66)
#2A2D2C
(42,45,44)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #E7CFF2

#E7CFF2
(231,207,242)
#E9D3F3
(233,211,243)
#EBD7F4
(235,215,244)
#EDDBF5
(237,219,245)
#EFDFF6
(239,223,246)
#F1E3F7
(241,227,247)
#F3E7F8
(243,231,248)
#F5EBF9
(245,235,249)
#F7EFFA
(247,239,250)
#F9F3FB
(249,243,251)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CFF2 color. Also use rgb(231,207,242) instead hex code.

Text Font Color

.myTextColor { color: #E7CFF2; }

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

This text font color is #E7CFF2.

Background Color

.myBgColor { background-color: #E7CFF2; }

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

This div background color is #E7CFF2.

Border color

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

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

This div border color is #E7CFF2.

Opacity

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

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

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

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

This text has shadow with #E7CFF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CFF2.

Preview

Color preview on black background

This text has color #E7CFF2 on black background.


Color preview on white background

This text has color #E7CFF2 on white background.


Black color preview on #E7CFF2 background

This text has black color on #E7CFF2 background.


White color preview on #E7CFF2 background

This text has white color on #E7CFF2 background.


Related colors

Complementary color

Complementary color for #hex is #18300D.


I love getcolorcode.com

Triadic colors

1 #F2E7CF and #CFF2E7 with #E7CFF2 are triadic colors.

2 #F2CFE7 and #CFE7F2 with #E7CFF2 are triadic colors.