COLOR #E6EED0

HEX: #E6EED0
RGB: (230,238,208)

Color info

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

RGB color model

#E6EED0 color RGB value is (230,238,208).

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

RGB channels and saturation

R 230 of 255 = 90%
G 238 of 255 = 93%
B 208 of 255 = 82%

230
238
208

R + G + B ~ 88%. #E6EED0 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 238 + 208 = 676 (100%)
R 230 of 676 ~ 34.02%
G 238 of 676 ~ 35.21%
B 208 of 676 ~ 30.77%

%34.02
%35.21
%30.77

CMYK color model

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

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(3,0,13,7)
C3M0Y13K7 
(3%,0%,13%,7%)
(0.03/0.00/0.13/0.07)	

CMYK percentages

%3.36
%0
%12.61
%6.67

Codes

Color #E6EED0 in popluar color models

E6EED0
RGB230238208
HSL76°46.88%87.45%
HSB/HSV76°12.61%93.33%
CMYK3.36%0.00%12.61%
6.67%

Color #E6EED0 in popluar number systems.

HEXE6EED0
Decimal230238208
Binary111001101110111011010000
Octal346356320

Shades and tints

Shades of #E6EED0

#E6EED0
(230,238,208)
#D2D9BE
(210,217,190)
#BEC4AC
(190,196,172)
#AAAF9A
(170,175,154)
#969A88
(150,154,136)
#828576
(130,133,118)
#6E7064
(110,112,100)
#5A5B52
(90,91,82)
#464640
(70,70,64)
#32312E
(50,49,46)
#1E1C1C
(30,28,28)
#000000
(0,0,0)

Tints of #E6EED0

#E6EED0
(230,238,208)
#E8EFD4
(232,239,212)
#EAF0D8
(234,240,216)
#ECF1DC
(236,241,220)
#EEF2E0
(238,242,224)
#F0F3E4
(240,243,228)
#F2F4E8
(242,244,232)
#F4F5EC
(244,245,236)
#F6F6F0
(246,246,240)
#F8F7F4
(248,247,244)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EED0; }

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

This text font color is #E6EED0.


Background Color

.myBgColor { background-color: #E6EED0; }

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

This div background color is #E6EED0.


Border color

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

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

This div border color is #E6EED0.


Opacity

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

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

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

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

This text has shadow with #E6EED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EED0 on black background.


Color preview on white background

This text has color #E6EED0 on white background.



Black color preview on #E6EED0 background

This text has black color on #E6EED0 background.


White color preview on #E6EED0 background

This text has white color on #E6EED0 background.