COLOR #E6E9DF

HEX: #E6E9DF
RGB: (230,233,223)

Color info

#E6E9DF contains red, green and blue colors in about the same proportion. Web safe color of #E6E9DF is #CCFFCC (or #CFC).

RGB color model

#E6E9DF color RGB value is (230,233,223).

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

RGB channels and saturation

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

230
233
223

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

Portions of RGB colors in percentages

R + G + B =
230 + 233 + 223 = 686 (100%)
R 230 of 686 ~ 33.53%
G 233 of 686 ~ 33.97%
B 223 of 686 ~ 32.51%

%33.53
%33.97
%32.51

CMYK color model

#E6E9DF color CMYK value is (1,0,4,9).

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 8.63%
CMYK:
(1,0,4,9)
C1M0Y4K9 
(1%,0%,4%,9%)
(0.01/0.00/0.04/0.09)	

CMYK percentages

%1.29
%0
%4.29
%8.63

Codes

Color #E6E9DF in popluar color models

E6E9DF
RGB230233223
HSL78°18.52%89.41%
HSB/HSV78°4.29%91.37%
CMYK1.29%0.00%4.29%
8.63%

Color #E6E9DF in popluar number systems.

HEXE6E9DF
Decimal230233223
Binary111001101110100111011111
Octal346351337

Shades and tints

Shades of #E6E9DF

#E6E9DF
(230,233,223)
#D2D4CB
(210,212,203)
#BEBFB7
(190,191,183)
#AAAAA3
(170,170,163)
#96958F
(150,149,143)
#82807B
(130,128,123)
#6E6B67
(110,107,103)
#5A5653
(90,86,83)
#46413F
(70,65,63)
#322C2B
(50,44,43)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6E9DF

#E6E9DF
(230,233,223)
#E8EBE1
(232,235,225)
#EAEDE3
(234,237,227)
#ECEFE5
(236,239,229)
#EEF1E7
(238,241,231)
#F0F3E9
(240,243,233)
#F2F5EB
(242,245,235)
#F4F7ED
(244,247,237)
#F6F9EF
(246,249,239)
#F8FBF1
(248,251,241)
#FAFDF3
(250,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E9DF; }

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

This text font color is #E6E9DF.


Background Color

.myBgColor { background-color: #E6E9DF; }

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

This div background color is #E6E9DF.


Border color

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

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

This div border color is #E6E9DF.


Opacity

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

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

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

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

This text has shadow with #E6E9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E9DF on black background.


Color preview on white background

This text has color #E6E9DF on white background.



Black color preview on #E6E9DF background

This text has black color on #E6E9DF background.


White color preview on #E6E9DF background

This text has white color on #E6E9DF background.