COLOR #E6ECDB

HEX: #E6ECDB
RGB: (230,236,219)

Color info

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

RGB color model

#E6ECDB color RGB value is (230,236,219).

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

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 219 of 255 = 86%

230
236
219

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

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 219 = 685 (100%)
R 230 of 685 ~ 33.58%
G 236 of 685 ~ 34.45%
B 219 of 685 ~ 31.97%

%33.58
%34.45
%31.97

CMYK color model

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

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 7.45%
CMYK:
(3,0,7,7)
C3M0Y7K7 
(3%,0%,7%,7%)
(0.03/0.00/0.07/0.07)	

CMYK percentages

%2.54
%0
%7.2
%7.45

Codes

Color #E6ECDB in popluar color models

E6ECDB
RGB230236219
HSL81°30.91%89.22%
HSB/HSV81°7.20%92.55%
CMYK2.54%0.00%7.20%
7.45%

Color #E6ECDB in popluar number systems.

HEXE6ECDB
Decimal230236219
Binary111001101110110011011011
Octal346354333

Shades and tints

Shades of #E6ECDB

#E6ECDB
(230,236,219)
#D2D7C8
(210,215,200)
#BEC2B5
(190,194,181)
#AAADA2
(170,173,162)
#96988F
(150,152,143)
#82837C
(130,131,124)
#6E6E69
(110,110,105)
#5A5956
(90,89,86)
#464443
(70,68,67)
#322F30
(50,47,48)
#1E1A1D
(30,26,29)
#000000
(0,0,0)

Tints of #E6ECDB

#E6ECDB
(230,236,219)
#E8EDDE
(232,237,222)
#EAEEE1
(234,238,225)
#ECEFE4
(236,239,228)
#EEF0E7
(238,240,231)
#F0F1EA
(240,241,234)
#F2F2ED
(242,242,237)
#F4F3F0
(244,243,240)
#F6F4F3
(246,244,243)
#F8F5F6
(248,245,246)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECDB; }

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

This text font color is #E6ECDB.


Background Color

.myBgColor { background-color: #E6ECDB; }

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

This div background color is #E6ECDB.


Border color

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

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

This div border color is #E6ECDB.


Opacity

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

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

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

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

This text has shadow with #E6ECDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECDB on black background.


Color preview on white background

This text has color #E6ECDB on white background.



Black color preview on #E6ECDB background

This text has black color on #E6ECDB background.


White color preview on #E6ECDB background

This text has white color on #E6ECDB background.