COLOR #E6ECDF

HEX: #E6ECDF
RGB: (230,236,223)

Color info

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

RGB color model

#E6ECDF color RGB value is (230,236,223).

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

RGB channels and saturation

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

230
236
223

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

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 223 = 689 (100%)
R 230 of 689 ~ 33.38%
G 236 of 689 ~ 34.25%
B 223 of 689 ~ 32.37%

%33.38
%34.25
%32.37

CMYK color model

#E6ECDF color CMYK value is (3,0,6,7).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 5.51%
  • key color value is 7.45%
CMYK:
(3,0,6,7)
C3M0Y6K7 
(3%,0%,6%,7%)
(0.03/0.00/0.06/0.07)	

CMYK percentages

%2.54
%0
%5.51
%7.45

Codes

Color #E6ECDF in popluar color models

E6ECDF
RGB230236223
HSL88°25.49%90.00%
HSB/HSV88°5.51%92.55%
CMYK2.54%0.00%5.51%
7.45%

Color #E6ECDF in popluar number systems.

HEXE6ECDF
Decimal230236223
Binary111001101110110011011111
Octal346354337

Shades and tints

Shades of #E6ECDF

#E6ECDF
(230,236,223)
#D2D7CB
(210,215,203)
#BEC2B7
(190,194,183)
#AAADA3
(170,173,163)
#96988F
(150,152,143)
#82837B
(130,131,123)
#6E6E67
(110,110,103)
#5A5953
(90,89,83)
#46443F
(70,68,63)
#322F2B
(50,47,43)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6ECDF

#E6ECDF
(230,236,223)
#E8EDE1
(232,237,225)
#EAEEE3
(234,238,227)
#ECEFE5
(236,239,229)
#EEF0E7
(238,240,231)
#F0F1E9
(240,241,233)
#F2F2EB
(242,242,235)
#F4F3ED
(244,243,237)
#F6F4EF
(246,244,239)
#F8F5F1
(248,245,241)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECDF; }

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

This text font color is #E6ECDF.


Background Color

.myBgColor { background-color: #E6ECDF; }

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

This div background color is #E6ECDF.


Border color

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

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

This div border color is #E6ECDF.


Opacity

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

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

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

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

This text has shadow with #E6ECDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECDF on black background.


Color preview on white background

This text has color #E6ECDF on white background.



Black color preview on #E6ECDF background

This text has black color on #E6ECDF background.


White color preview on #E6ECDF background

This text has white color on #E6ECDF background.