COLOR #E6D5D5

HEX: #E6D5D5
RGB: (230,213,213)

Color info

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

RGB color model

#E6D5D5 color RGB value is (230,213,213).

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

RGB channels and saturation

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

230
213
213

R + G + B ~ 86%. #E6D5D5 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 213 + 213 = 656 (100%)
R 230 of 656 ~ 35.06%
G 213 of 656 ~ 32.47%
B 213 of 656 ~ 32.47%

%35.06
%32.47
%32.47

CMYK color model

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

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

CMYK percentages

%0
%7.39
%7.39
%9.8

Codes

Color #E6D5D5 in popluar color models

E6D5D5
RGB230213213
HSL25.37%86.86%
HSB/HSV7.39%90.20%
CMYK0.00%7.39%7.39%
9.80%

Color #E6D5D5 in popluar number systems.

HEXE6D5D5
Decimal230213213
Binary111001101101010111010101
Octal346325325

Shades and tints

Shades of #E6D5D5

#E6D5D5
(230,213,213)
#D2C2C2
(210,194,194)
#BEAFAF
(190,175,175)
#AA9C9C
(170,156,156)
#968989
(150,137,137)
#827676
(130,118,118)
#6E6363
(110,99,99)
#5A5050
(90,80,80)
#463D3D
(70,61,61)
#322A2A
(50,42,42)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6D5D5

#E6D5D5
(230,213,213)
#E8D8D8
(232,216,216)
#EADBDB
(234,219,219)
#ECDEDE
(236,222,222)
#EEE1E1
(238,225,225)
#F0E4E4
(240,228,228)
#F2E7E7
(242,231,231)
#F4EAEA
(244,234,234)
#F6EDED
(246,237,237)
#F8F0F0
(248,240,240)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D5D5; }

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

This text font color is #E6D5D5.


Background Color

.myBgColor { background-color: #E6D5D5; }

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

This div background color is #E6D5D5.


Border color

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

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

This div border color is #E6D5D5.


Opacity

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

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

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

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

This text has shadow with #E6D5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5D5 on black background.


Color preview on white background

This text has color #E6D5D5 on white background.



Black color preview on #E6D5D5 background

This text has black color on #E6D5D5 background.


White color preview on #E6D5D5 background

This text has white color on #E6D5D5 background.