COLOR #E8CBDB

HEX: #E8CBDB RGB: (232,203,219)

Color info

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

RGB color model

#E8CBDB color RGB value is (232,203,219).

RGB: (232,203,219) (91%, 80%, 86%)

RGB channels and saturation

R 232 of 255 = 91%
G 203 of 255 = 80%
B 219 of 255 = 86%

232
203
219

R + G + B ~ 86%. #E8CBDB is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 203 + 219 = 654 (100%)
R 232 of 654 ~ 35.47%
G 203 of 654 ~ 31.04%
B 219 of 654 ~ 33.49'%

%35.47
%31.04
%33.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 5.60%
  • 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
%5.6
%9.02

Codes

Color #E8CBDB in popluar color models

E8 CB DB
RGB 232 203 219
HSL 327° 38.67% 85.29%
HSB/HSV 327° 12.50% 90.98%
CMYK 0.00% 12.50% 5.60%
9.02%

Color #E8CBDB in popluar number systems.

HEX E8 CB DB
Decimal 232 203 219
Binary 11101000 11001011 11011011
Octal 350 313 333

Shades and tints

Shades of #E8CBDB

#E8CBDB
(232,203,219)
#D3B9C8
(211,185,200)
#BEA7B5
(190,167,181)
#A995A2
(169,149,162)
#94838F
(148,131,143)
#7F717C
(127,113,124)
#6A5F69
(106,95,105)
#554D56
(85,77,86)
#403B43
(64,59,67)
#2B2930
(43,41,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #E8CBDB

#E8CBDB
(232,203,219)
#EACFDE
(234,207,222)
#ECD3E1
(236,211,225)
#EED7E4
(238,215,228)
#F0DBE7
(240,219,231)
#F2DFEA
(242,223,234)
#F4E3ED
(244,227,237)
#F6E7F0
(246,231,240)
#F8EBF3
(248,235,243)
#FAEFF6
(250,239,246)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CBDB; }

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

This text font color is #E8CBDB.

Background Color

.myBgColor { background-color: #E8CBDB; }

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

This div background color is #E8CBDB.

Border color

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

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

This div border color is #E8CBDB.

Opacity

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

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

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

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

This text has shadow with #E8CBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CBDB.

Preview

Color preview on black background

This text has color #E8CBDB on black background.


Color preview on white background

This text has color #E8CBDB on white background.


Black color preview on #E8CBDB background

This text has black color on #E8CBDB background.


White color preview on #E8CBDB background

This text has white color on #E8CBDB background.


Related colors

Complementary color

Complementary color for #hex is #173424.


I love getcolorcode.com

Triadic colors

1 #DBE8CB and #CBDBE8 with #E8CBDB are triadic colors.

2 #DBCBE8 and #CBE8DB with #E8CBDB are triadic colors.