COLOR #E8CEE7

HEX: #E8CEE7 RGB: (232,206,231)

Color info

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

RGB color model

#E8CEE7 color RGB value is (232,206,231).

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

RGB channels and saturation

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

232
206
231

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

Portions of RGB colors in percentages

R + G + B = 232 + 206 + 231 = 669 (100%)
R 232 of 669 ~ 34.68%
G 206 of 669 ~ 30.79%
B 231 of 669 ~ 34.53'%

%34.68
%30.79
%34.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.21%
  • 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
%11.21
%0.43
%9.02

Codes

Color #E8CEE7 in popluar color models

E8 CE E7
RGB 232 206 231
HSL 302° 36.11% 85.88%
HSB/HSV 302° 11.21% 90.98%
CMYK 0.00% 11.21% 0.43%
9.02%

Color #E8CEE7 in popluar number systems.

HEX E8 CE E7
Decimal 232 206 231
Binary 11101000 11001110 11100111
Octal 350 316 347

Shades and tints

Shades of #E8CEE7

#E8CEE7
(232,206,231)
#D3BCD2
(211,188,210)
#BEAABD
(190,170,189)
#A998A8
(169,152,168)
#948693
(148,134,147)
#7F747E
(127,116,126)
#6A6269
(106,98,105)
#555054
(85,80,84)
#403E3F
(64,62,63)
#2B2C2A
(43,44,42)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #E8CEE7

#E8CEE7
(232,206,231)
#EAD2E9
(234,210,233)
#ECD6EB
(236,214,235)
#EEDAED
(238,218,237)
#F0DEEF
(240,222,239)
#F2E2F1
(242,226,241)
#F4E6F3
(244,230,243)
#F6EAF5
(246,234,245)
#F8EEF7
(248,238,247)
#FAF2F9
(250,242,249)
#FCF6FB
(252,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CEE7; }

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

This text font color is #E8CEE7.

Background Color

.myBgColor { background-color: #E8CEE7; }

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

This div background color is #E8CEE7.

Border color

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

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

This div border color is #E8CEE7.

Opacity

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

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

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

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

This text has shadow with #E8CEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CEE7.

Preview

Color preview on black background

This text has color #E8CEE7 on black background.


Color preview on white background

This text has color #E8CEE7 on white background.


Black color preview on #E8CEE7 background

This text has black color on #E8CEE7 background.


White color preview on #E8CEE7 background

This text has white color on #E8CEE7 background.


Related colors

Complementary color

Complementary color for #hex is #173118.


I love getcolorcode.com

Triadic colors

1 #E7E8CE and #CEE7E8 with #E8CEE7 are triadic colors.

2 #E7CEE8 and #CEE8E7 with #E8CEE7 are triadic colors.