COLOR #E6DEDF

HEX: #E6DEDF
RGB: (230,222,223)

Color info

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

RGB color model

#E6DEDF color RGB value is (230,222,223).

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

RGB channels and saturation

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

230
222
223

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

Portions of RGB colors in percentages

R + G + B =
230 + 222 + 223 = 675 (100%)
R 230 of 675 ~ 34.07%
G 222 of 675 ~ 32.89%
B 223 of 675 ~ 33.04%

%34.07
%32.89
%33.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 3.04%
  • key color value is 9.80%
CMYK:
(0,3,3,10)
C0M3Y3K10 
(0%,3%,3%,10%)
(0.00/0.03/0.03/0.10)	

CMYK percentages

%0
%3.48
%3.04
%9.8

Codes

Color #E6DEDF in popluar color models

E6DEDF
RGB230222223
HSL353°13.79%88.63%
HSB/HSV353°3.48%90.20%
CMYK0.00%3.48%3.04%
9.80%

Color #E6DEDF in popluar number systems.

HEXE6DEDF
Decimal230222223
Binary111001101101111011011111
Octal346336337

Shades and tints

Shades of #E6DEDF

#E6DEDF
(230,222,223)
#D2CACB
(210,202,203)
#BEB6B7
(190,182,183)
#AAA2A3
(170,162,163)
#968E8F
(150,142,143)
#827A7B
(130,122,123)
#6E6667
(110,102,103)
#5A5253
(90,82,83)
#463E3F
(70,62,63)
#322A2B
(50,42,43)
#1E1617
(30,22,23)
#000000
(0,0,0)

Tints of #E6DEDF

#E6DEDF
(230,222,223)
#E8E1E1
(232,225,225)
#EAE4E3
(234,228,227)
#ECE7E5
(236,231,229)
#EEEAE7
(238,234,231)
#F0EDE9
(240,237,233)
#F2F0EB
(242,240,235)
#F4F3ED
(244,243,237)
#F6F6EF
(246,246,239)
#F8F9F1
(248,249,241)
#FAFCF3
(250,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DEDF; }

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

This text font color is #E6DEDF.


Background Color

.myBgColor { background-color: #E6DEDF; }

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

This div background color is #E6DEDF.


Border color

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

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

This div border color is #E6DEDF.


Opacity

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

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

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

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

This text has shadow with #E6DEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DEDF on black background.


Color preview on white background

This text has color #E6DEDF on white background.



Black color preview on #E6DEDF background

This text has black color on #E6DEDF background.


White color preview on #E6DEDF background

This text has white color on #E6DEDF background.