COLOR #E9CBE8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

233
203
232

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

Portions of RGB colors in percentages

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

%34.88
%30.39
%34.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 0.43%
  • 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
%12.88
%0.43
%8.63

Codes

Color #E9CBE8 in popluar color models

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

Color #E9CBE8 in popluar number systems.

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

Shades and tints

Shades of #E9CBE8

#E9CBE8
(233,203,232)
#D4B9D3
(212,185,211)
#BFA7BE
(191,167,190)
#AA95A9
(170,149,169)
#958394
(149,131,148)
#80717F
(128,113,127)
#6B5F6A
(107,95,106)
#564D55
(86,77,85)
#413B40
(65,59,64)
#2C292B
(44,41,43)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #E9CBE8

#E9CBE8
(233,203,232)
#EBCFEA
(235,207,234)
#EDD3EC
(237,211,236)
#EFD7EE
(239,215,238)
#F1DBF0
(241,219,240)
#F3DFF2
(243,223,242)
#F5E3F4
(245,227,244)
#F7E7F6
(247,231,246)
#F9EBF8
(249,235,248)
#FBEFFA
(251,239,250)
#FDF3FC
(253,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CBE8; }

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

This text font color is #E9CBE8.

Background Color

.myBgColor { background-color: #E9CBE8; }

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

This div background color is #E9CBE8.

Border color

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

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

This div border color is #E9CBE8.

Opacity

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

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

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

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

This text has shadow with #E9CBE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CBE8.

Preview

Color preview on black background

This text has color #E9CBE8 on black background.


Color preview on white background

This text has color #E9CBE8 on white background.


Black color preview on #E9CBE8 background

This text has black color on #E9CBE8 background.


White color preview on #E9CBE8 background

This text has white color on #E9CBE8 background.


Related colors

Complementary color

Complementary color for #hex is #163417.


I love getcolorcode.com

Triadic colors

1 #E8E9CB and #CBE8E9 with #E9CBE8 are triadic colors.

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