COLOR #E6ECD3

HEX: #E6ECD3
RGB: (230,236,211)

Color info

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

RGB color model

#E6ECD3 color RGB value is (230,236,211).

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

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 211 of 255 = 83%

230
236
211

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

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 211 = 677 (100%)
R 230 of 677 ~ 33.97%
G 236 of 677 ~ 34.86%
B 211 of 677 ~ 31.17%

%33.97
%34.86
%31.17

CMYK color model

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

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 7.45%
CMYK:
(3,0,11,7)
C3M0Y11K7 
(3%,0%,11%,7%)
(0.03/0.00/0.11/0.07)	

CMYK percentages

%2.54
%0
%10.59
%7.45

Codes

Color #E6ECD3 in popluar color models

E6ECD3
RGB230236211
HSL74°39.68%87.65%
HSB/HSV74°10.59%92.55%
CMYK2.54%0.00%10.59%
7.45%

Color #E6ECD3 in popluar number systems.

HEXE6ECD3
Decimal230236211
Binary111001101110110011010011
Octal346354323

Shades and tints

Shades of #E6ECD3

#E6ECD3
(230,236,211)
#D2D7C0
(210,215,192)
#BEC2AD
(190,194,173)
#AAAD9A
(170,173,154)
#969887
(150,152,135)
#828374
(130,131,116)
#6E6E61
(110,110,97)
#5A594E
(90,89,78)
#46443B
(70,68,59)
#322F28
(50,47,40)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #E6ECD3

#E6ECD3
(230,236,211)
#E8EDD7
(232,237,215)
#EAEEDB
(234,238,219)
#ECEFDF
(236,239,223)
#EEF0E3
(238,240,227)
#F0F1E7
(240,241,231)
#F2F2EB
(242,242,235)
#F4F3EF
(244,243,239)
#F6F4F3
(246,244,243)
#F8F5F7
(248,245,247)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECD3; }

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

This text font color is #E6ECD3.


Background Color

.myBgColor { background-color: #E6ECD3; }

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

This div background color is #E6ECD3.


Border color

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

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

This div border color is #E6ECD3.


Opacity

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

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

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

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

This text has shadow with #E6ECD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECD3 on black background.


Color preview on white background

This text has color #E6ECD3 on white background.



Black color preview on #E6ECD3 background

This text has black color on #E6ECD3 background.


White color preview on #E6ECD3 background

This text has white color on #E6ECD3 background.