COLOR #E6EFDF

HEX: #E6EFDF RGB: (230,239,223)

Color info

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

RGB color model

#E6EFDF color RGB value is (230,239,223).

RGB: (230,239,223) (90%, 94%, 87%)

RGB channels and saturation

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

230
239
223

R + G + B ~ 90%. #E6EFDF is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 239 + 223 = 692 (100%)
R 230 of 692 ~ 33.24%
G 239 of 692 ~ 34.54%
B 223 of 692 ~ 32.23'%

%33.24
%34.54
%32.23

CMYK color model

#E6EFDF color CMYK value is (4,0,7,6).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 6.69%
  • key color value is 6.27%

CMYK: (4,0,7,6)
C4M0Y7K6 (4%, 0%, 7%, 6%)
(0.04 / 0.00 / 0.07 / 0.06)

CMYK percentages

%3.77
%0
%6.69
%6.27

Codes

Color #E6EFDF in popluar color models

E6 EF DF
RGB 230 239 223
HSL 94° 33.33% 90.59%
HSB/HSV 94° 6.69% 93.73%
CMYK 3.77% 0.00% 6.69%
6.27%

Color #E6EFDF in popluar number systems.

HEX E6 EF DF
Decimal 230 239 223
Binary 11100110 11101111 11011111
Octal 346 357 337

Shades and tints

Shades of #E6EFDF

#E6EFDF
(230,239,223)
#D2DACB
(210,218,203)
#BEC5B7
(190,197,183)
#AAB0A3
(170,176,163)
#969B8F
(150,155,143)
#82867B
(130,134,123)
#6E7167
(110,113,103)
#5A5C53
(90,92,83)
#46473F
(70,71,63)
#32322B
(50,50,43)
#1E1D17
(30,29,23)
#000000
(0,0,0)

Tints of #E6EFDF

#E6EFDF
(230,239,223)
#E8F0E1
(232,240,225)
#EAF1E3
(234,241,227)
#ECF2E5
(236,242,229)
#EEF3E7
(238,243,231)
#F0F4E9
(240,244,233)
#F2F5EB
(242,245,235)
#F4F6ED
(244,246,237)
#F6F7EF
(246,247,239)
#F8F8F1
(248,248,241)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFDF; }

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

This text font color is #E6EFDF.

Background Color

.myBgColor { background-color: #E6EFDF; }

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

This div background color is #E6EFDF.

Border color

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

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

This div border color is #E6EFDF.

Opacity

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

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

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

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

This text has shadow with #E6EFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EFDF.

Preview

Color preview on black background

This text has color #E6EFDF on black background.


Color preview on white background

This text has color #E6EFDF on white background.


Black color preview on #E6EFDF background

This text has black color on #E6EFDF background.


White color preview on #E6EFDF background

This text has white color on #E6EFDF background.


Related colors

Complementary color

Complementary color for #hex is #191020.


I love getcolorcode.com

Triadic colors

1 #DFE6EF and #EFDFE6 with #E6EFDF are triadic colors.

2 #DFEFE6 and #EFE6DF with #E6EFDF are triadic colors.