COLOR #E6DB9E

HEX: #E6DB9E RGB: (230,219,158)

Color info

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

RGB color model

#E6DB9E color RGB value is (230,219,158).

RGB: (230,219,158) (90%, 86%, 62%)

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 158 of 255 = 62%

230
219
158

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

Portions of RGB colors in percentages

R + G + B = 230 + 219 + 158 = 607 (100%)
R 230 of 607 ~ 37.89%
G 219 of 607 ~ 36.08%
B 158 of 607 ~ 26.03'%

%37.89
%36.08
%26.03

CMYK color model

#E6DB9E color CMYK value is (0,5,31,10).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 31.30%
  • key color value is 9.80%

CMYK: (0,5,31,10)
C0M5Y31K10 (0%, 5%, 31%, 10%)
(0.00 / 0.05 / 0.31 / 0.10)

CMYK percentages

%0
%4.78
%31.3
%9.8

Codes

Color #E6DB9E in popluar color models

E6 DB 9E
RGB 230 219 158
HSL 51° 59.02% 76.08%
HSB/HSV 51° 31.30% 90.20%
CMYK 0.00% 4.78% 31.30%
9.80%

Color #E6DB9E in popluar number systems.

HEX E6 DB 9E
Decimal 230 219 158
Binary 11100110 11011011 10011110
Octal 346 333 236

Shades and tints

Shades of #E6DB9E

#E6DB9E
(230,219,158)
#D2C890
(210,200,144)
#BEB582
(190,181,130)
#AAA274
(170,162,116)
#968F66
(150,143,102)
#827C58
(130,124,88)
#6E694A
(110,105,74)
#5A563C
(90,86,60)
#46432E
(70,67,46)
#323020
(50,48,32)
#1E1D12
(30,29,18)
#000000
(0,0,0)

Tints of #E6DB9E

#E6DB9E
(230,219,158)
#E8DEA6
(232,222,166)
#EAE1AE
(234,225,174)
#ECE4B6
(236,228,182)
#EEE7BE
(238,231,190)
#F0EAC6
(240,234,198)
#F2EDCE
(242,237,206)
#F4F0D6
(244,240,214)
#F6F3DE
(246,243,222)
#F8F6E6
(248,246,230)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DB9E color. Also use rgb(230,219,158) instead hex code.

Text Font Color

.myTextColor { color: #E6DB9E; }

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

This text font color is #E6DB9E.

Background Color

.myBgColor { background-color: #E6DB9E; }

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

This div background color is #E6DB9E.

Border color

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

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

This div border color is #E6DB9E.

Opacity

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

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

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

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

This text has shadow with #E6DB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DB9E.

Preview

Color preview on black background

This text has color #E6DB9E on black background.


Color preview on white background

This text has color #E6DB9E on white background.


Black color preview on #E6DB9E background

This text has black color on #E6DB9E background.


White color preview on #E6DB9E background

This text has white color on #E6DB9E background.


Related colors

Complementary color

Complementary color for #hex is #192461.


I love getcolorcode.com

Triadic colors

1 #9EE6DB and #DB9EE6 with #E6DB9E are triadic colors.

2 #9EDBE6 and #DBE69E with #E6DB9E are triadic colors.