COLOR #E6EED3

HEX: #E6EED3
RGB: (230,238,211)

Color info

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

RGB color model

#E6EED3 color RGB value is (230,238,211).

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

RGB channels and saturation

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

230
238
211

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

Portions of RGB colors in percentages

R + G + B =
230 + 238 + 211 = 679 (100%)
R 230 of 679 ~ 33.87%
G 238 of 679 ~ 35.05%
B 211 of 679 ~ 31.08%

%33.87
%35.05
%31.08

CMYK color model

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

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

CMYK percentages

%3.36
%0
%11.34
%6.67

Codes

Color #E6EED3 in popluar color models

E6EED3
RGB230238211
HSL78°44.26%88.04%
HSB/HSV78°11.34%93.33%
CMYK3.36%0.00%11.34%
6.67%

Color #E6EED3 in popluar number systems.

HEXE6EED3
Decimal230238211
Binary111001101110111011010011
Octal346356323

Shades and tints

Shades of #E6EED3

#E6EED3
(230,238,211)
#D2D9C0
(210,217,192)
#BEC4AD
(190,196,173)
#AAAF9A
(170,175,154)
#969A87
(150,154,135)
#828574
(130,133,116)
#6E7061
(110,112,97)
#5A5B4E
(90,91,78)
#46463B
(70,70,59)
#323128
(50,49,40)
#1E1C15
(30,28,21)
#000000
(0,0,0)

Tints of #E6EED3

#E6EED3
(230,238,211)
#E8EFD7
(232,239,215)
#EAF0DB
(234,240,219)
#ECF1DF
(236,241,223)
#EEF2E3
(238,242,227)
#F0F3E7
(240,243,231)
#F2F4EB
(242,244,235)
#F4F5EF
(244,245,239)
#F6F6F3
(246,246,243)
#F8F7F7
(248,247,247)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EED3; }

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

This text font color is #E6EED3.


Background Color

.myBgColor { background-color: #E6EED3; }

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

This div background color is #E6EED3.


Border color

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

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

This div border color is #E6EED3.


Opacity

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

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

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

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

This text has shadow with #E6EED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EED3 on black background.


Color preview on white background

This text has color #E6EED3 on white background.



Black color preview on #E6EED3 background

This text has black color on #E6EED3 background.


White color preview on #E6EED3 background

This text has white color on #E6EED3 background.