COLOR #E6D1D0

HEX: #E6D1D0 RGB: (230,209,208)

Color info

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

RGB color model

#E6D1D0 color RGB value is (230,209,208).

RGB: (230,209,208) (90%, 82%, 82%)

RGB channels and saturation

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

230
209
208

R + G + B ~ 85%. #E6D1D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 209 + 208 = 647 (100%)
R 230 of 647 ~ 35.55%
G 209 of 647 ~ 32.3%
B 208 of 647 ~ 32.15'%

%35.55
%32.3
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 9.57%
  • key color value is 9.80%

CMYK: (0,9,10,10)
C0M9Y10K10 (0%, 9%, 10%, 10%)
(0.00 / 0.09 / 0.10 / 0.10)

CMYK percentages

%0
%9.13
%9.57
%9.8

Codes

Color #E6D1D0 in popluar color models

E6 D1 D0
RGB 230 209 208
HSL 30.56% 85.88%
HSB/HSV 9.57% 90.20%
CMYK 0.00% 9.13% 9.57%
9.80%

Color #E6D1D0 in popluar number systems.

HEX E6 D1 D0
Decimal 230 209 208
Binary 11100110 11010001 11010000
Octal 346 321 320

Shades and tints

Shades of #E6D1D0

#E6D1D0
(230,209,208)
#D2BEBE
(210,190,190)
#BEABAC
(190,171,172)
#AA989A
(170,152,154)
#968588
(150,133,136)
#827276
(130,114,118)
#6E5F64
(110,95,100)
#5A4C52
(90,76,82)
#463940
(70,57,64)
#32262E
(50,38,46)
#1E131C
(30,19,28)
#000000
(0,0,0)

Tints of #E6D1D0

#E6D1D0
(230,209,208)
#E8D5D4
(232,213,212)
#EAD9D8
(234,217,216)
#ECDDDC
(236,221,220)
#EEE1E0
(238,225,224)
#F0E5E4
(240,229,228)
#F2E9E8
(242,233,232)
#F4EDEC
(244,237,236)
#F6F1F0
(246,241,240)
#F8F5F4
(248,245,244)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D1D0; }

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

This text font color is #E6D1D0.

Background Color

.myBgColor { background-color: #E6D1D0; }

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

This div background color is #E6D1D0.

Border color

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

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

This div border color is #E6D1D0.

Opacity

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

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

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

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

This text has shadow with #E6D1D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D1D0.

Preview

Color preview on black background

This text has color #E6D1D0 on black background.


Color preview on white background

This text has color #E6D1D0 on white background.


Black color preview on #E6D1D0 background

This text has black color on #E6D1D0 background.


White color preview on #E6D1D0 background

This text has white color on #E6D1D0 background.


Related colors

Complementary color

Complementary color for #hex is #192E2F.


I love getcolorcode.com

Triadic colors

1 #D0E6D1 and #D1D0E6 with #E6D1D0 are triadic colors.

2 #D0D1E6 and #D1E6D0 with #E6D1D0 are triadic colors.