COLOR #E8CFE7

HEX: #E8CFE7 RGB: (232,207,231)

Color info

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

RGB color model

#E8CFE7 color RGB value is (232,207,231).

RGB: (232,207,231) (91%, 81%, 91%)

RGB channels and saturation

R 232 of 255 = 91%
G 207 of 255 = 81%
B 231 of 255 = 91%

232
207
231

R + G + B ~ 88%. #E8CFE7 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 207 + 231 = 670 (100%)
R 232 of 670 ~ 34.63%
G 207 of 670 ~ 30.9%
B 231 of 670 ~ 34.48'%

%34.63
%30.9
%34.48

CMYK color model

#E8CFE7 color CMYK value is (0,11,0,9).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 0.43%
  • key color value is 9.02%

CMYK: (0,11,0,9)
C0M11Y0K9 (0%, 11%, 0%, 9%)
(0.00 / 0.11 / 0.00 / 0.09)

CMYK percentages

%0
%10.78
%0.43
%9.02

Codes

Color #E8CFE7 in popluar color models

E8 CF E7
RGB 232 207 231
HSL 302° 35.21% 86.08%
HSB/HSV 302° 10.78% 90.98%
CMYK 0.00% 10.78% 0.43%
9.02%

Color #E8CFE7 in popluar number systems.

HEX E8 CF E7
Decimal 232 207 231
Binary 11101000 11001111 11100111
Octal 350 317 347

Shades and tints

Shades of #E8CFE7

#E8CFE7
(232,207,231)
#D3BDD2
(211,189,210)
#BEABBD
(190,171,189)
#A999A8
(169,153,168)
#948793
(148,135,147)
#7F757E
(127,117,126)
#6A6369
(106,99,105)
#555154
(85,81,84)
#403F3F
(64,63,63)
#2B2D2A
(43,45,42)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #E8CFE7

#E8CFE7
(232,207,231)
#EAD3E9
(234,211,233)
#ECD7EB
(236,215,235)
#EEDBED
(238,219,237)
#F0DFEF
(240,223,239)
#F2E3F1
(242,227,241)
#F4E7F3
(244,231,243)
#F6EBF5
(246,235,245)
#F8EFF7
(248,239,247)
#FAF3F9
(250,243,249)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CFE7; }

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

This text font color is #E8CFE7.

Background Color

.myBgColor { background-color: #E8CFE7; }

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

This div background color is #E8CFE7.

Border color

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

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

This div border color is #E8CFE7.

Opacity

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

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

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

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

This text has shadow with #E8CFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CFE7.

Preview

Color preview on black background

This text has color #E8CFE7 on black background.


Color preview on white background

This text has color #E8CFE7 on white background.


Black color preview on #E8CFE7 background

This text has black color on #E8CFE7 background.


White color preview on #E8CFE7 background

This text has white color on #E8CFE7 background.


Related colors

Complementary color

Complementary color for #hex is #173018.


I love getcolorcode.com

Triadic colors

1 #E7E8CF and #CFE7E8 with #E8CFE7 are triadic colors.

2 #E7CFE8 and #CFE8E7 with #E8CFE7 are triadic colors.