COLOR #E6DE96

HEX: #E6DE96
RGB: (230,222,150)

Color info

#E6DE96 contains mainly red and green colors. Web safe color of #E6DE96 is #CCCC99 (or #CC9).

RGB color model

#E6DE96 color RGB value is (230,222,150).

  • red value is 230;
  • green value is 222;
  • blue value is 150.
RGB:
(230,222,150)
(90%,87%,59%)

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 150 of 255 = 59%

230
222
150

R + G + B ~ 79%. #E6DE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 222 + 150 = 602 (100%)
R 230 of 602 ~ 38.21%
G 222 of 602 ~ 36.88%
B 150 of 602 ~ 24.92%

%38.21
%36.88
%24.92

CMYK color model

#E6DE96 color CMYK value is (0,3,35,10).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 34.78%
  • key color value is 9.80%
CMYK:
(0,3,35,10)
C0M3Y35K10 
(0%,3%,35%,10%)
(0.00/0.03/0.35/0.10)	

CMYK percentages

%0
%3.48
%34.78
%9.8

Codes

Color #E6DE96 in popluar color models

E6DE96
RGB230222150
HSL54°61.54%74.51%
HSB/HSV54°34.78%90.20%
CMYK0.00%3.48%34.78%
9.80%

Color #E6DE96 in popluar number systems.

HEXE6DE96
Decimal230222150
Binary111001101101111010010110
Octal346336226

Shades and tints

Shades of #E6DE96

#E6DE96
(230,222,150)
#D2CA89
(210,202,137)
#BEB67C
(190,182,124)
#AAA26F
(170,162,111)
#968E62
(150,142,98)
#827A55
(130,122,85)
#6E6648
(110,102,72)
#5A523B
(90,82,59)
#463E2E
(70,62,46)
#322A21
(50,42,33)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #E6DE96

#E6DE96
(230,222,150)
#E8E19F
(232,225,159)
#EAE4A8
(234,228,168)
#ECE7B1
(236,231,177)
#EEEABA
(238,234,186)
#F0EDC3
(240,237,195)
#F2F0CC
(242,240,204)
#F4F3D5
(244,243,213)
#F6F6DE
(246,246,222)
#F8F9E7
(248,249,231)
#FAFCF0
(250,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DE96 color. Also use rgb(230,222,150) instead hex code.

Text Font Color

.myTextColor { color: #E6DE96; }

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

This text font color is #E6DE96.


Background Color

.myBgColor { background-color: #E6DE96; }

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

This div background color is #E6DE96.


Border color

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

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

This div border color is #E6DE96.


Opacity

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

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

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

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

This text has shadow with #E6DE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DE96 on black background.


Color preview on white background

This text has color #E6DE96 on white background.



Black color preview on #E6DE96 background

This text has black color on #E6DE96 background.


White color preview on #E6DE96 background

This text has white color on #E6DE96 background.