COLOR #E8C6DB

HEX: #E8C6DB
RGB: (232,198,219)

Color info

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

RGB color model

#E8C6DB color RGB value is (232,198,219).

  • red value is 232;
  • green value is 198;
  • blue value is 219.
RGB: (232,198,219) (91%,78%,86%)

RGB channels and saturation

R 232 of 255 = 91%
G 198 of 255 = 78%
B 219 of 255 = 86%

232
198
219

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

Portions of RGB colors in percentages

R + G + B =
232 + 198 + 219 = 649 (100%)
R 232 of 649 ~ 35.75%
G 198 of 649 ~ 30.51%
B 219 of 649 ~ 33.74%

%35.75
%30.51
%33.74

CMYK color model

#E8C6DB color CMYK value is (0,15,6,9).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK: (0,15,6,9) C0M15Y6K9 (0%,15%,6%,9%) (0.00/0.15/0.06/0.09)

CMYK percentages

%0
%14.66
%5.6
%9.02

Codes

Color #E8C6DB in popluar color models

E8C6DB
RGB232198219
HSL323°42.50%84.31%
HSB/HSV323°14.66%90.98%
CMYK0.00%14.66%5.60%
9.02%

Color #E8C6DB in popluar number systems.

HEXE8C6DB
Decimal232198219
Binary111010001100011011011011
Octal350306333

Shades and tints

Shades of #E8C6DB

#E8C6DB
(232,198,219)
#D3B4C8
(211,180,200)
#BEA2B5
(190,162,181)
#A990A2
(169,144,162)
#947E8F
(148,126,143)
#7F6C7C
(127,108,124)
#6A5A69
(106,90,105)
#554856
(85,72,86)
#403643
(64,54,67)
#2B2430
(43,36,48)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #E8C6DB

#E8C6DB
(232,198,219)
#EACBDE
(234,203,222)
#ECD0E1
(236,208,225)
#EED5E4
(238,213,228)
#F0DAE7
(240,218,231)
#F2DFEA
(242,223,234)
#F4E4ED
(244,228,237)
#F6E9F0
(246,233,240)
#F8EEF3
(248,238,243)
#FAF3F6
(250,243,246)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C6DB; }

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

This text font color is #E8C6DB.


Background Color

.myBgColor { background-color: #E8C6DB; }

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

This div background color is #E8C6DB.


Border color

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

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

This div border color is #E8C6DB.


Opacity

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

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

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

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

This text has shadow with #E8C6DB color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #E8C6DB; -webkit-box-shadow:	1px 1px 3px 2px #E8C6DB; box-shadow:	1px 1px 3px 2px #E8C6DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E8C6DB; -webkit-box-shadow: 1px 1px 3px 2px #E8C6DB; box-shadow:1px 1px 3px 2px #E8C6DB;">
Div content here</div>
This div box has shadow with color #E8C6DB.

Preview

Color preview on black background

This text has color #E8C6DB on black background.


Color preview on white background

This text has color #E8C6DB on white background.



Black color preview on #E8C6DB background

This text has black color on #E8C6DB background.


White color preview on #E8C6DB background

This text has white color on #E8C6DB background.