COLOR #E6C4DB

HEX: #E6C4DB
RGB: (230,196,219)

Color info

#E6C4DB contains red, green and blue colors in about the same proportion. Web safe color of #E6C4DB is #CCCCCC (or #CCC).

RGB color model

#E6C4DB color RGB value is (230,196,219).

  • red value is 230;
  • green value is 196;
  • blue value is 219.
RGB: (230,196,219) (90%,77%,86%)

RGB channels and saturation

R 230 of 255 = 90%
G 196 of 255 = 77%
B 219 of 255 = 86%

230
196
219

R + G + B ~ 84%. #E6C4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 196 + 219 = 645 (100%)
R 230 of 645 ~ 35.66%
G 196 of 645 ~ 30.39%
B 219 of 645 ~ 33.95%

%35.66
%30.39
%33.95

CMYK color model

#E6C4DB color CMYK value is (0,15,5,10).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 4.78%
  • key color value is 9.80%
CMYK: (0,15,5,10) C0M15Y5K10 (0%,15%,5%,10%) (0.00/0.15/0.05/0.10)

CMYK percentages

%0
%14.78
%4.78
%9.8

Codes

Color #E6C4DB in popluar color models

E6C4DB
RGB230196219
HSL319°40.48%83.53%
HSB/HSV319°14.78%90.20%
CMYK0.00%14.78%4.78%
9.80%

Color #E6C4DB in popluar number systems.

HEXE6C4DB
Decimal230196219
Binary111001101100010011011011
Octal346304333

Shades and tints

Shades of #E6C4DB

#E6C4DB
(230,196,219)
#D2B3C8
(210,179,200)
#BEA2B5
(190,162,181)
#AA91A2
(170,145,162)
#96808F
(150,128,143)
#826F7C
(130,111,124)
#6E5E69
(110,94,105)
#5A4D56
(90,77,86)
#463C43
(70,60,67)
#322B30
(50,43,48)
#1E1A1D
(30,26,29)
#000000
(0,0,0)

Tints of #E6C4DB

#E6C4DB
(230,196,219)
#E8C9DE
(232,201,222)
#EACEE1
(234,206,225)
#ECD3E4
(236,211,228)
#EED8E7
(238,216,231)
#F0DDEA
(240,221,234)
#F2E2ED
(242,226,237)
#F4E7F0
(244,231,240)
#F6ECF3
(246,236,243)
#F8F1F6
(248,241,246)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C4DB color. Also use rgb(230,196,219) instead hex code.

Text Font Color

.myTextColor { color: #E6C4DB; }

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

This text font color is #E6C4DB.


Background Color

.myBgColor { background-color: #E6C4DB; }

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

This div background color is #E6C4DB.


Border color

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

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

This div border color is #E6C4DB.


Opacity

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

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

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

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

This text has shadow with #E6C4DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E6C4DB on black background.


Color preview on white background

This text has color #E6C4DB on white background.



Black color preview on #E6C4DB background

This text has black color on #E6C4DB background.


White color preview on #E6C4DB background

This text has white color on #E6C4DB background.