COLOR #E6D1E6

HEX: #E6D1E6
RGB: (230,209,230)

Color info

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

RGB color model

#E6D1E6 color RGB value is (230,209,230).

  • red value is 230;
  • green value is 209;
  • blue value is 230.
RGB:
(230,209,230)
(90%,82%,90%)

RGB channels and saturation

R 230 of 255 = 90%
G 209 of 255 = 82%
B 230 of 255 = 90%

230
209
230

R + G + B ~ 87%. #E6D1E6 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 209 + 230 = 669 (100%)
R 230 of 669 ~ 34.38%
G 209 of 669 ~ 31.24%
B 230 of 669 ~ 34.38%

%34.38
%31.24
%34.38

CMYK color model

#E6D1E6 color CMYK value is (0,9,0,10).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(0,9,0,10)
C0M9Y0K10 
(0%,9%,0%,10%)
(0.00/0.09/0.00/0.10)	

CMYK percentages

%0
%9.13
%0
%9.8

Codes

Color #E6D1E6 in popluar color models

E6D1E6
RGB230209230
HSL300°29.58%86.08%
HSB/HSV300°9.13%90.20%
CMYK0.00%9.13%0.00%
9.80%

Color #E6D1E6 in popluar number systems.

HEXE6D1E6
Decimal230209230
Binary111001101101000111100110
Octal346321346

Shades and tints

Shades of #E6D1E6

#E6D1E6
(230,209,230)
#D2BED2
(210,190,210)
#BEABBE
(190,171,190)
#AA98AA
(170,152,170)
#968596
(150,133,150)
#827282
(130,114,130)
#6E5F6E
(110,95,110)
#5A4C5A
(90,76,90)
#463946
(70,57,70)
#322632
(50,38,50)
#1E131E
(30,19,30)
#000000
(0,0,0)

Tints of #E6D1E6

#E6D1E6
(230,209,230)
#E8D5E8
(232,213,232)
#EAD9EA
(234,217,234)
#ECDDEC
(236,221,236)
#EEE1EE
(238,225,238)
#F0E5F0
(240,229,240)
#F2E9F2
(242,233,242)
#F4EDF4
(244,237,244)
#F6F1F6
(246,241,246)
#F8F5F8
(248,245,248)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D1E6; }

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

This text font color is #E6D1E6.


Background Color

.myBgColor { background-color: #E6D1E6; }

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

This div background color is #E6D1E6.


Border color

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

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

This div border color is #E6D1E6.


Opacity

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

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

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

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

This text has shadow with #E6D1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D1E6 on black background.


Color preview on white background

This text has color #E6D1E6 on white background.



Black color preview on #E6D1E6 background

This text has black color on #E6D1E6 background.


White color preview on #E6D1E6 background

This text has white color on #E6D1E6 background.