COLOR #E7CFF4

HEX: #E7CFF4 RGB: (231,207,244)

Color info

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

RGB color model

#E7CFF4 color RGB value is (231,207,244).

RGB: (231,207,244) (91%, 81%, 96%)

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 244 of 255 = 96%

231
207
244

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

Portions of RGB colors in percentages

R + G + B = 231 + 207 + 244 = 682 (100%)
R 231 of 682 ~ 33.87%
G 207 of 682 ~ 30.35%
B 244 of 682 ~ 35.78'%

%33.87
%30.35
%35.78

CMYK color model

#E7CFF4 color CMYK value is (5,15,0,4).

  • cyan value is 5.33%
  • magenta value is 15.16%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (5,15,0,4)
C5M15Y0K4 (5%, 15%, 0%, 4%)
(0.05 / 0.15 / 0.00 / 0.04)

CMYK percentages

%5.33
%15.16
%0
%4.31

Codes

Color #E7CFF4 in popluar color models

E7 CF F4
RGB 231 207 244
HSL 279° 62.71% 88.43%
HSB/HSV 279° 15.16% 95.69%
CMYK 5.33% 15.16% 0.00%
4.31%

Color #E7CFF4 in popluar number systems.

HEX E7 CF F4
Decimal 231 207 244
Binary 11100111 11001111 11110100
Octal 347 317 364

Shades and tints

Shades of #E7CFF4

#E7CFF4
(231,207,244)
#D2BDDE
(210,189,222)
#BDABC8
(189,171,200)
#A899B2
(168,153,178)
#93879C
(147,135,156)
#7E7586
(126,117,134)
#696370
(105,99,112)
#54515A
(84,81,90)
#3F3F44
(63,63,68)
#2A2D2E
(42,45,46)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #E7CFF4

#E7CFF4
(231,207,244)
#E9D3F5
(233,211,245)
#EBD7F6
(235,215,246)
#EDDBF7
(237,219,247)
#EFDFF8
(239,223,248)
#F1E3F9
(241,227,249)
#F3E7FA
(243,231,250)
#F5EBFB
(245,235,251)
#F7EFFC
(247,239,252)
#F9F3FD
(249,243,253)
#FBF7FE
(251,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFF4; }

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

This text font color is #E7CFF4.

Background Color

.myBgColor { background-color: #E7CFF4; }

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

This div background color is #E7CFF4.

Border color

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

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

This div border color is #E7CFF4.

Opacity

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

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

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

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

This text has shadow with #E7CFF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CFF4.

Preview

Color preview on black background

This text has color #E7CFF4 on black background.


Color preview on white background

This text has color #E7CFF4 on white background.


Black color preview on #E7CFF4 background

This text has black color on #E7CFF4 background.


White color preview on #E7CFF4 background

This text has white color on #E7CFF4 background.


Related colors

Complementary color

Complementary color for #hex is #18300B.


I love getcolorcode.com

Triadic colors

1 #F4E7CF and #CFF4E7 with #E7CFF4 are triadic colors.

2 #F4CFE7 and #CFE7F4 with #E7CFF4 are triadic colors.