COLOR #E6EDB5

HEX: #E6EDB5
RGB: (230,237,181)

Color info

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

RGB color model

#E6EDB5 color RGB value is (230,237,181).

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

RGB channels and saturation

R 230 of 255 = 90%
G 237 of 255 = 93%
B 181 of 255 = 71%

230
237
181

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

Portions of RGB colors in percentages

R + G + B =
230 + 237 + 181 = 648 (100%)
R 230 of 648 ~ 35.49%
G 237 of 648 ~ 36.57%
B 181 of 648 ~ 27.93%

%35.49
%36.57
%27.93

CMYK color model

#E6EDB5 color CMYK value is (3,0,24,7).

  • cyan value is 2.95%
  • magenta value is 0.00%
  • yellow value is 23.63%
  • key color value is 7.06%
CMYK:
(3,0,24,7)
C3M0Y24K7 
(3%,0%,24%,7%)
(0.03/0.00/0.24/0.07)	

CMYK percentages

%2.95
%0
%23.63
%7.06

Codes

Color #E6EDB5 in popluar color models

E6EDB5
RGB230237181
HSL68°60.87%81.96%
HSB/HSV68°23.63%92.94%
CMYK2.95%0.00%23.63%
7.06%

Color #E6EDB5 in popluar number systems.

HEXE6EDB5
Decimal230237181
Binary111001101110110110110101
Octal346355265

Shades and tints

Shades of #E6EDB5

#E6EDB5
(230,237,181)
#D2D8A5
(210,216,165)
#BEC395
(190,195,149)
#AAAE85
(170,174,133)
#969975
(150,153,117)
#828465
(130,132,101)
#6E6F55
(110,111,85)
#5A5A45
(90,90,69)
#464535
(70,69,53)
#323025
(50,48,37)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #E6EDB5

#E6EDB5
(230,237,181)
#E8EEBB
(232,238,187)
#EAEFC1
(234,239,193)
#ECF0C7
(236,240,199)
#EEF1CD
(238,241,205)
#F0F2D3
(240,242,211)
#F2F3D9
(242,243,217)
#F4F4DF
(244,244,223)
#F6F5E5
(246,245,229)
#F8F6EB
(248,246,235)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDB5; }

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

This text font color is #E6EDB5.


Background Color

.myBgColor { background-color: #E6EDB5; }

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

This div background color is #E6EDB5.


Border color

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

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

This div border color is #E6EDB5.


Opacity

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

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

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

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

This text has shadow with #E6EDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDB5 on black background.


Color preview on white background

This text has color #E6EDB5 on white background.



Black color preview on #E6EDB5 background

This text has black color on #E6EDB5 background.


White color preview on #E6EDB5 background

This text has white color on #E6EDB5 background.