COLOR #E6EDB9

HEX: #E6EDB9 RGB: (230,237,185)

Color info

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

RGB color model

#E6EDB9 color RGB value is (230,237,185).

RGB: (230,237,185) (90%, 93%, 73%)

RGB channels and saturation

R 230 of 255 = 90%
G 237 of 255 = 93%
B 185 of 255 = 73%

230
237
185

R + G + B ~ 85%. #E6EDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 237 + 185 = 652 (100%)
R 230 of 652 ~ 35.28%
G 237 of 652 ~ 36.35%
B 185 of 652 ~ 28.37'%

%35.28
%36.35
%28.37

CMYK color model

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

  • cyan value is 2.95%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 7.06%

CMYK: (3,0,22,7)
C3M0Y22K7 (3%, 0%, 22%, 7%)
(0.03 / 0.00 / 0.22 / 0.07)

CMYK percentages

%2.95
%0
%21.94
%7.06

Codes

Color #E6EDB9 in popluar color models

E6 ED B9
RGB 230 237 185
HSL 68° 59.09% 82.75%
HSB/HSV 68° 21.94% 92.94%
CMYK 2.95% 0.00% 21.94%
7.06%

Color #E6EDB9 in popluar number systems.

HEX E6 ED B9
Decimal 230 237 185
Binary 11100110 11101101 10111001
Octal 346 355 271

Shades and tints

Shades of #E6EDB9

#E6EDB9
(230,237,185)
#D2D8A9
(210,216,169)
#BEC399
(190,195,153)
#AAAE89
(170,174,137)
#969979
(150,153,121)
#828469
(130,132,105)
#6E6F59
(110,111,89)
#5A5A49
(90,90,73)
#464539
(70,69,57)
#323029
(50,48,41)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #E6EDB9

#E6EDB9
(230,237,185)
#E8EEBF
(232,238,191)
#EAEFC5
(234,239,197)
#ECF0CB
(236,240,203)
#EEF1D1
(238,241,209)
#F0F2D7
(240,242,215)
#F2F3DD
(242,243,221)
#F4F4E3
(244,244,227)
#F6F5E9
(246,245,233)
#F8F6EF
(248,246,239)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EDB9 color. Also use rgb(230,237,185) instead hex code.

Text Font Color

.myTextColor { color: #E6EDB9; }

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

This text font color is #E6EDB9.

Background Color

.myBgColor { background-color: #E6EDB9; }

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

This div background color is #E6EDB9.

Border color

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

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

This div border color is #E6EDB9.

Opacity

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

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

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

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

This text has shadow with #E6EDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EDB9.

Preview

Color preview on black background

This text has color #E6EDB9 on black background.


Color preview on white background

This text has color #E6EDB9 on white background.


Black color preview on #E6EDB9 background

This text has black color on #E6EDB9 background.


White color preview on #E6EDB9 background

This text has white color on #E6EDB9 background.


Related colors

Complementary color

Complementary color for #hex is #191246.


I love getcolorcode.com

Triadic colors

1 #B9E6ED and #EDB9E6 with #E6EDB9 are triadic colors.

2 #B9EDE6 and #EDE6B9 with #E6EDB9 are triadic colors.