COLOR #E6E6DF

HEX: #E6E6DF
RGB: (230,230,223)

Color info

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

RGB color model

#E6E6DF color RGB value is (230,230,223).

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

RGB channels and saturation

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

230
230
223

R + G + B ~ 89%. #E6E6DF is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 230 + 223 = 683 (100%)
R 230 of 683 ~ 33.67%
G 230 of 683 ~ 33.67%
B 223 of 683 ~ 32.65%

%33.67
%33.67
%32.65

CMYK color model

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

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

CMYK percentages

%0
%0
%3.04
%9.8

Codes

Color #E6E6DF in popluar color models

E6E6DF
RGB230230223
HSL60°12.28%88.82%
HSB/HSV60°3.04%90.20%
CMYK0.00%0.00%3.04%
9.80%

Color #E6E6DF in popluar number systems.

HEXE6E6DF
Decimal230230223
Binary111001101110011011011111
Octal346346337

Shades and tints

Shades of #E6E6DF

#E6E6DF
(230,230,223)
#D2D2CB
(210,210,203)
#BEBEB7
(190,190,183)
#AAAAA3
(170,170,163)
#96968F
(150,150,143)
#82827B
(130,130,123)
#6E6E67
(110,110,103)
#5A5A53
(90,90,83)
#46463F
(70,70,63)
#32322B
(50,50,43)
#1E1E17
(30,30,23)
#000000
(0,0,0)

Tints of #E6E6DF

#E6E6DF
(230,230,223)
#E8E8E1
(232,232,225)
#EAEAE3
(234,234,227)
#ECECE5
(236,236,229)
#EEEEE7
(238,238,231)
#F0F0E9
(240,240,233)
#F2F2EB
(242,242,235)
#F4F4ED
(244,244,237)
#F6F6EF
(246,246,239)
#F8F8F1
(248,248,241)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E6DF; }

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

This text font color is #E6E6DF.


Background Color

.myBgColor { background-color: #E6E6DF; }

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

This div background color is #E6E6DF.


Border color

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

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

This div border color is #E6E6DF.


Opacity

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

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

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

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

This text has shadow with #E6E6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E6DF on black background.


Color preview on white background

This text has color #E6E6DF on white background.



Black color preview on #E6E6DF background

This text has black color on #E6E6DF background.


White color preview on #E6E6DF background

This text has white color on #E6E6DF background.