COLOR #E6DDD7

HEX: #E6DDD7 RGB: (230,221,215)

Color info

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

RGB color model

#E6DDD7 color RGB value is (230,221,215).

RGB: (230,221,215) (90%, 87%, 84%)

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 215 of 255 = 84%

230
221
215

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

Portions of RGB colors in percentages

R + G + B = 230 + 221 + 215 = 666 (100%)
R 230 of 666 ~ 34.53%
G 221 of 666 ~ 33.18%
B 215 of 666 ~ 32.28'%

%34.53
%33.18
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 6.52%
  • key color value is 9.80%

CMYK: (0,4,7,10)
C0M4Y7K10 (0%, 4%, 7%, 10%)
(0.00 / 0.04 / 0.07 / 0.10)

CMYK percentages

%0
%3.91
%6.52
%9.8

Codes

Color #E6DDD7 in popluar color models

E6 DD D7
RGB 230 221 215
HSL 24° 23.08% 87.25%
HSB/HSV 24° 6.52% 90.20%
CMYK 0.00% 3.91% 6.52%
9.80%

Color #E6DDD7 in popluar number systems.

HEX E6 DD D7
Decimal 230 221 215
Binary 11100110 11011101 11010111
Octal 346 335 327

Shades and tints

Shades of #E6DDD7

#E6DDD7
(230,221,215)
#D2C9C4
(210,201,196)
#BEB5B1
(190,181,177)
#AAA19E
(170,161,158)
#968D8B
(150,141,139)
#827978
(130,121,120)
#6E6565
(110,101,101)
#5A5152
(90,81,82)
#463D3F
(70,61,63)
#32292C
(50,41,44)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #E6DDD7

#E6DDD7
(230,221,215)
#E8E0DA
(232,224,218)
#EAE3DD
(234,227,221)
#ECE6E0
(236,230,224)
#EEE9E3
(238,233,227)
#F0ECE6
(240,236,230)
#F2EFE9
(242,239,233)
#F4F2EC
(244,242,236)
#F6F5EF
(246,245,239)
#F8F8F2
(248,248,242)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDD7; }

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

This text font color is #E6DDD7.

Background Color

.myBgColor { background-color: #E6DDD7; }

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

This div background color is #E6DDD7.

Border color

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

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

This div border color is #E6DDD7.

Opacity

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

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

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

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

This text has shadow with #E6DDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DDD7.

Preview

Color preview on black background

This text has color #E6DDD7 on black background.


Color preview on white background

This text has color #E6DDD7 on white background.


Black color preview on #E6DDD7 background

This text has black color on #E6DDD7 background.


White color preview on #E6DDD7 background

This text has white color on #E6DDD7 background.


Related colors

Complementary color

Complementary color for #hex is #192228.


I love getcolorcode.com

Triadic colors

1 #D7E6DD and #DDD7E6 with #E6DDD7 are triadic colors.

2 #D7DDE6 and #DDE6D7 with #E6DDD7 are triadic colors.