COLOR #E8CBDA

HEX: #E8CBDA RGB: (232,203,218)

Color info

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

RGB color model

#E8CBDA color RGB value is (232,203,218).

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

RGB channels and saturation

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

232
203
218

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

Portions of RGB colors in percentages

R + G + B = 232 + 203 + 218 = 653 (100%)
R 232 of 653 ~ 35.53%
G 203 of 653 ~ 31.09%
B 218 of 653 ~ 33.38'%

%35.53
%31.09
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 6.03%
  • key color value is 9.02%

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

CMYK percentages

%0
%12.5
%6.03
%9.02

Codes

Color #E8CBDA in popluar color models

E8 CB DA
RGB 232 203 218
HSL 329° 38.67% 85.29%
HSB/HSV 329° 12.50% 90.98%
CMYK 0.00% 12.50% 6.03%
9.02%

Color #E8CBDA in popluar number systems.

HEX E8 CB DA
Decimal 232 203 218
Binary 11101000 11001011 11011010
Octal 350 313 332

Shades and tints

Shades of #E8CBDA

#E8CBDA
(232,203,218)
#D3B9C7
(211,185,199)
#BEA7B4
(190,167,180)
#A995A1
(169,149,161)
#94838E
(148,131,142)
#7F717B
(127,113,123)
#6A5F68
(106,95,104)
#554D55
(85,77,85)
#403B42
(64,59,66)
#2B292F
(43,41,47)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #E8CBDA

#E8CBDA
(232,203,218)
#EACFDD
(234,207,221)
#ECD3E0
(236,211,224)
#EED7E3
(238,215,227)
#F0DBE6
(240,219,230)
#F2DFE9
(242,223,233)
#F4E3EC
(244,227,236)
#F6E7EF
(246,231,239)
#F8EBF2
(248,235,242)
#FAEFF5
(250,239,245)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CBDA; }

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

This text font color is #E8CBDA.

Background Color

.myBgColor { background-color: #E8CBDA; }

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

This div background color is #E8CBDA.

Border color

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

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

This div border color is #E8CBDA.

Opacity

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

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

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

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

This text has shadow with #E8CBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CBDA.

Preview

Color preview on black background

This text has color #E8CBDA on black background.


Color preview on white background

This text has color #E8CBDA on white background.


Black color preview on #E8CBDA background

This text has black color on #E8CBDA background.


White color preview on #E8CBDA background

This text has white color on #E8CBDA background.


Related colors

Complementary color

Complementary color for #hex is #173425.


I love getcolorcode.com

Triadic colors

1 #DAE8CB and #CBDAE8 with #E8CBDA are triadic colors.

2 #DACBE8 and #CBE8DA with #E8CBDA are triadic colors.