COLOR #E8CBE9

HEX: #E8CBE9 RGB: (232,203,233)

Color info

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

RGB color model

#E8CBE9 color RGB value is (232,203,233).

RGB: (232,203,233) (91%, 80%, 91%)

RGB channels and saturation

R 232 of 255 = 91%
G 203 of 255 = 80%
B 233 of 255 = 91%

232
203
233

R + G + B ~ 87%. #E8CBE9 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 203 + 233 = 668 (100%)
R 232 of 668 ~ 34.73%
G 203 of 668 ~ 30.39%
B 233 of 668 ~ 34.88'%

%34.73
%30.39
%34.88

CMYK color model

#E8CBE9 color CMYK value is (0,13,0,9).

  • cyan value is 0.43%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (0,13,0,9)
C0M13Y0K9 (0%, 13%, 0%, 9%)
(0.00 / 0.13 / 0.00 / 0.09)

CMYK percentages

%0.43
%12.88
%0
%8.63

Codes

Color #E8CBE9 in popluar color models

E8 CB E9
RGB 232 203 233
HSL 298° 40.54% 85.49%
HSB/HSV 298° 12.88% 91.37%
CMYK 0.43% 12.88% 0.00%
8.63%

Color #E8CBE9 in popluar number systems.

HEX E8 CB E9
Decimal 232 203 233
Binary 11101000 11001011 11101001
Octal 350 313 351

Shades and tints

Shades of #E8CBE9

#E8CBE9
(232,203,233)
#D3B9D4
(211,185,212)
#BEA7BF
(190,167,191)
#A995AA
(169,149,170)
#948395
(148,131,149)
#7F7180
(127,113,128)
#6A5F6B
(106,95,107)
#554D56
(85,77,86)
#403B41
(64,59,65)
#2B292C
(43,41,44)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #E8CBE9

#E8CBE9
(232,203,233)
#EACFEB
(234,207,235)
#ECD3ED
(236,211,237)
#EED7EF
(238,215,239)
#F0DBF1
(240,219,241)
#F2DFF3
(242,223,243)
#F4E3F5
(244,227,245)
#F6E7F7
(246,231,247)
#F8EBF9
(248,235,249)
#FAEFFB
(250,239,251)
#FCF3FD
(252,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CBE9 color. Also use rgb(232,203,233) instead hex code.

Text Font Color

.myTextColor { color: #E8CBE9; }

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

This text font color is #E8CBE9.

Background Color

.myBgColor { background-color: #E8CBE9; }

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

This div background color is #E8CBE9.

Border color

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

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

This div border color is #E8CBE9.

Opacity

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

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

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

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

This text has shadow with #E8CBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CBE9.

Preview

Color preview on black background

This text has color #E8CBE9 on black background.


Color preview on white background

This text has color #E8CBE9 on white background.


Black color preview on #E8CBE9 background

This text has black color on #E8CBE9 background.


White color preview on #E8CBE9 background

This text has white color on #E8CBE9 background.


Related colors

Complementary color

Complementary color for #hex is #173416.


I love getcolorcode.com

Triadic colors

1 #E9E8CB and #CBE9E8 with #E8CBE9 are triadic colors.

2 #E9CBE8 and #CBE8E9 with #E8CBE9 are triadic colors.