COLOR #E6EDBA

HEX: #E6EDBA
RGB: (230,237,186)

Color info

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

RGB color model

#E6EDBA color RGB value is (230,237,186).

  • red value is 230;
  • green value is 237;
  • blue value is 186.
RGB:
(230,237,186)
(90%,93%,73%)

RGB channels and saturation

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

230
237
186

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

Portions of RGB colors in percentages

R + G + B =
230 + 237 + 186 = 653 (100%)
R 230 of 653 ~ 35.22%
G 237 of 653 ~ 36.29%
B 186 of 653 ~ 28.48%

%35.22
%36.29
%28.48

CMYK color model

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

  • cyan value is 2.95%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • 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.52
%7.06

Codes

Color #E6EDBA in popluar color models

E6EDBA
RGB230237186
HSL68°58.62%82.94%
HSB/HSV68°21.52%92.94%
CMYK2.95%0.00%21.52%
7.06%

Color #E6EDBA in popluar number systems.

HEXE6EDBA
Decimal230237186
Binary111001101110110110111010
Octal346355272

Shades and tints

Shades of #E6EDBA

#E6EDBA
(230,237,186)
#D2D8AA
(210,216,170)
#BEC39A
(190,195,154)
#AAAE8A
(170,174,138)
#96997A
(150,153,122)
#82846A
(130,132,106)
#6E6F5A
(110,111,90)
#5A5A4A
(90,90,74)
#46453A
(70,69,58)
#32302A
(50,48,42)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #E6EDBA

#E6EDBA
(230,237,186)
#E8EEC0
(232,238,192)
#EAEFC6
(234,239,198)
#ECF0CC
(236,240,204)
#EEF1D2
(238,241,210)
#F0F2D8
(240,242,216)
#F2F3DE
(242,243,222)
#F4F4E4
(244,244,228)
#F6F5EA
(246,245,234)
#F8F6F0
(248,246,240)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDBA; }

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

This text font color is #E6EDBA.


Background Color

.myBgColor { background-color: #E6EDBA; }

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

This div background color is #E6EDBA.


Border color

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

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

This div border color is #E6EDBA.


Opacity

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

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

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

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

This text has shadow with #E6EDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDBA on black background.


Color preview on white background

This text has color #E6EDBA on white background.



Black color preview on #E6EDBA background

This text has black color on #E6EDBA background.


White color preview on #E6EDBA background

This text has white color on #E6EDBA background.