COLOR #E6D1E0

HEX: #E6D1E0
RGB: (230,209,224)

Color info

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

RGB color model

#E6D1E0 color RGB value is (230,209,224).

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

RGB channels and saturation

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

230
209
224

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

Portions of RGB colors in percentages

R + G + B =
230 + 209 + 224 = 663 (100%)
R 230 of 663 ~ 34.69%
G 209 of 663 ~ 31.52%
B 224 of 663 ~ 33.79%

%34.69
%31.52
%33.79

CMYK color model

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

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

CMYK percentages

%0
%9.13
%2.61
%9.8

Codes

Color #E6D1E0 in popluar color models

E6D1E0
RGB230209224
HSL317°29.58%86.08%
HSB/HSV317°9.13%90.20%
CMYK0.00%9.13%2.61%
9.80%

Color #E6D1E0 in popluar number systems.

HEXE6D1E0
Decimal230209224
Binary111001101101000111100000
Octal346321340

Shades and tints

Shades of #E6D1E0

#E6D1E0
(230,209,224)
#D2BECC
(210,190,204)
#BEABB8
(190,171,184)
#AA98A4
(170,152,164)
#968590
(150,133,144)
#82727C
(130,114,124)
#6E5F68
(110,95,104)
#5A4C54
(90,76,84)
#463940
(70,57,64)
#32262C
(50,38,44)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #E6D1E0

#E6D1E0
(230,209,224)
#E8D5E2
(232,213,226)
#EAD9E4
(234,217,228)
#ECDDE6
(236,221,230)
#EEE1E8
(238,225,232)
#F0E5EA
(240,229,234)
#F2E9EC
(242,233,236)
#F4EDEE
(244,237,238)
#F6F1F0
(246,241,240)
#F8F5F2
(248,245,242)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D1E0; }

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

This text font color is #E6D1E0.


Background Color

.myBgColor { background-color: #E6D1E0; }

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

This div background color is #E6D1E0.


Border color

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

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

This div border color is #E6D1E0.


Opacity

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

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

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

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

This text has shadow with #E6D1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D1E0 on black background.


Color preview on white background

This text has color #E6D1E0 on white background.



Black color preview on #E6D1E0 background

This text has black color on #E6D1E0 background.


White color preview on #E6D1E0 background

This text has white color on #E6D1E0 background.