COLOR #E9CBDA

HEX: #E9CBDA RGB: (233,203,218)

Color info

#E9CBDA contains red, green and blue colors in about the same proportion. Web safe color of #E9CBDA is #FFCCCC (or #FCC).

RGB color model

#E9CBDA color RGB value is (233,203,218).

RGB: (233,203,218) (91%, 80%, 85%)

RGB channels and saturation

R 233 of 255 = 91%
G 203 of 255 = 80%
B 218 of 255 = 85%

233
203
218

R + G + B ~ 85%. #E9CBDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 203 + 218 = 654 (100%)
R 233 of 654 ~ 35.63%
G 203 of 654 ~ 31.04%
B 218 of 654 ~ 33.33'%

%35.63
%31.04
%33.33

CMYK color model

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

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

CMYK: (0,13,6,9)
C0M13Y6K9 (0%, 13%, 6%, 9%)
(0.00 / 0.13 / 0.06 / 0.09)

CMYK percentages

%0
%12.88
%6.44
%8.63

Codes

Color #E9CBDA in popluar color models

E9 CB DA
RGB 233 203 218
HSL 330° 40.54% 85.49%
HSB/HSV 330° 12.88% 91.37%
CMYK 0.00% 12.88% 6.44%
8.63%

Color #E9CBDA in popluar number systems.

HEX E9 CB DA
Decimal 233 203 218
Binary 11101001 11001011 11011010
Octal 351 313 332

Shades and tints

Shades of #E9CBDA

#E9CBDA
(233,203,218)
#D4B9C7
(212,185,199)
#BFA7B4
(191,167,180)
#AA95A1
(170,149,161)
#95838E
(149,131,142)
#80717B
(128,113,123)
#6B5F68
(107,95,104)
#564D55
(86,77,85)
#413B42
(65,59,66)
#2C292F
(44,41,47)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #E9CBDA

#E9CBDA
(233,203,218)
#EBCFDD
(235,207,221)
#EDD3E0
(237,211,224)
#EFD7E3
(239,215,227)
#F1DBE6
(241,219,230)
#F3DFE9
(243,223,233)
#F5E3EC
(245,227,236)
#F7E7EF
(247,231,239)
#F9EBF2
(249,235,242)
#FBEFF5
(251,239,245)
#FDF3F8
(253,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CBDA; }

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

This text font color is #E9CBDA.

Background Color

.myBgColor { background-color: #E9CBDA; }

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

This div background color is #E9CBDA.

Border color

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

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

This div border color is #E9CBDA.

Opacity

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

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

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

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

This text has shadow with #E9CBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CBDA.

Preview

Color preview on black background

This text has color #E9CBDA on black background.


Color preview on white background

This text has color #E9CBDA on white background.


Black color preview on #E9CBDA background

This text has black color on #E9CBDA background.


White color preview on #E9CBDA background

This text has white color on #E9CBDA background.


Related colors

Complementary color

Complementary color for #hex is #163425.


I love getcolorcode.com

Triadic colors

1 #DAE9CB and #CBDAE9 with #E9CBDA are triadic colors.

2 #DACBE9 and #CBE9DA with #E9CBDA are triadic colors.