COLOR #E6D5E2

HEX: #E6D5E2
RGB: (230,213,226)

Color info

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

RGB color model

#E6D5E2 color RGB value is (230,213,226).

  • red value is 230;
  • green value is 213;
  • blue value is 226.
RGB:
(230,213,226)
(90%,84%,89%)

RGB channels and saturation

R 230 of 255 = 90%
G 213 of 255 = 84%
B 226 of 255 = 89%

230
213
226

R + G + B ~ 88%. #E6D5E2 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 213 + 226 = 669 (100%)
R 230 of 669 ~ 34.38%
G 213 of 669 ~ 31.84%
B 226 of 669 ~ 33.78%

%34.38
%31.84
%33.78

CMYK color model

#E6D5E2 color CMYK value is (0,7,2,10).

  • cyan value is 0.00%
  • magenta value is 7.39%
  • yellow value is 1.74%
  • key color value is 9.80%
CMYK:
(0,7,2,10)
C0M7Y2K10 
(0%,7%,2%,10%)
(0.00/0.07/0.02/0.10)	

CMYK percentages

%0
%7.39
%1.74
%9.8

Codes

Color #E6D5E2 in popluar color models

E6D5E2
RGB230213226
HSL314°25.37%86.86%
HSB/HSV314°7.39%90.20%
CMYK0.00%7.39%1.74%
9.80%

Color #E6D5E2 in popluar number systems.

HEXE6D5E2
Decimal230213226
Binary111001101101010111100010
Octal346325342

Shades and tints

Shades of #E6D5E2

#E6D5E2
(230,213,226)
#D2C2CE
(210,194,206)
#BEAFBA
(190,175,186)
#AA9CA6
(170,156,166)
#968992
(150,137,146)
#82767E
(130,118,126)
#6E636A
(110,99,106)
#5A5056
(90,80,86)
#463D42
(70,61,66)
#322A2E
(50,42,46)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #E6D5E2

#E6D5E2
(230,213,226)
#E8D8E4
(232,216,228)
#EADBE6
(234,219,230)
#ECDEE8
(236,222,232)
#EEE1EA
(238,225,234)
#F0E4EC
(240,228,236)
#F2E7EE
(242,231,238)
#F4EAF0
(244,234,240)
#F6EDF2
(246,237,242)
#F8F0F4
(248,240,244)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D5E2; }

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

This text font color is #E6D5E2.


Background Color

.myBgColor { background-color: #E6D5E2; }

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

This div background color is #E6D5E2.


Border color

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

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

This div border color is #E6D5E2.


Opacity

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

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

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

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

This text has shadow with #E6D5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5E2 on black background.


Color preview on white background

This text has color #E6D5E2 on white background.



Black color preview on #E6D5E2 background

This text has black color on #E6D5E2 background.


White color preview on #E6D5E2 background

This text has white color on #E6D5E2 background.