COLOR #E6DEDD

HEX: #E6DEDD
RGB: (230,222,221)

Color info

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

RGB color model

#E6DEDD color RGB value is (230,222,221).

  • red value is 230;
  • green value is 222;
  • blue value is 221.
RGB:
(230,222,221)
(90%,87%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 221 of 255 = 87%

230
222
221

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

Portions of RGB colors in percentages

R + G + B =
230 + 222 + 221 = 673 (100%)
R 230 of 673 ~ 34.18%
G 222 of 673 ~ 32.99%
B 221 of 673 ~ 32.84%

%34.18
%32.99
%32.84

CMYK color model

#E6DEDD color CMYK value is (0,3,4,10).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 3.91%
  • key color value is 9.80%
CMYK:
(0,3,4,10)
C0M3Y4K10 
(0%,3%,4%,10%)
(0.00/0.03/0.04/0.10)	

CMYK percentages

%0
%3.48
%3.91
%9.8

Codes

Color #E6DEDD in popluar color models

E6DEDD
RGB230222221
HSL15.25%88.43%
HSB/HSV3.91%90.20%
CMYK0.00%3.48%3.91%
9.80%

Color #E6DEDD in popluar number systems.

HEXE6DEDD
Decimal230222221
Binary111001101101111011011101
Octal346336335

Shades and tints

Shades of #E6DEDD

#E6DEDD
(230,222,221)
#D2CAC9
(210,202,201)
#BEB6B5
(190,182,181)
#AAA2A1
(170,162,161)
#968E8D
(150,142,141)
#827A79
(130,122,121)
#6E6665
(110,102,101)
#5A5251
(90,82,81)
#463E3D
(70,62,61)
#322A29
(50,42,41)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6DEDD

#E6DEDD
(230,222,221)
#E8E1E0
(232,225,224)
#EAE4E3
(234,228,227)
#ECE7E6
(236,231,230)
#EEEAE9
(238,234,233)
#F0EDEC
(240,237,236)
#F2F0EF
(242,240,239)
#F4F3F2
(244,243,242)
#F6F6F5
(246,246,245)
#F8F9F8
(248,249,248)
#FAFCFB
(250,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DEDD; }

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

This text font color is #E6DEDD.


Background Color

.myBgColor { background-color: #E6DEDD; }

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

This div background color is #E6DEDD.


Border color

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

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

This div border color is #E6DEDD.


Opacity

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

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

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

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

This text has shadow with #E6DEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DEDD on black background.


Color preview on white background

This text has color #E6DEDD on white background.



Black color preview on #E6DEDD background

This text has black color on #E6DEDD background.


White color preview on #E6DEDD background

This text has white color on #E6DEDD background.