COLOR #E6DDAA

HEX: #E6DDAA RGB: (230,221,170)

Color info

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

RGB color model

#E6DDAA color RGB value is (230,221,170).

RGB: (230,221,170) (90%, 87%, 67%)

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 170 of 255 = 67%

230
221
170

R + G + B ~ 81%. #E6DDAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 221 + 170 = 621 (100%)
R 230 of 621 ~ 37.04%
G 221 of 621 ~ 35.59%
B 170 of 621 ~ 27.38'%

%37.04
%35.59
%27.38

CMYK color model

#E6DDAA color CMYK value is (0,4,26,10).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 26.09%
  • key color value is 9.80%
CMYK: (0,4,26,10) C0M4Y26K10 (0%,4%,26%,10%) (0.00/0.04/0.26/0.10) 

CMYK percentages

%0
%3.91
%26.09
%9.8

Codes

Color #E6DDAA in popluar color models

E6 DD AA
RGB 230 221 170
HSL 51° 54.55% 78.43%
HSB/HSV 51° 26.09% 90.20%
CMYK 0.00% 3.91% 26.09%
9.80%

Color #E6DDAA in popluar number systems.

HEX E6 DD AA
Decimal 230 221 170
Binary 11100110 11011101 10101010
Octal 346 335 252

Shades and tints

Shades of #E6DDAA

#E6DDAA
(230,221,170)
#D2C99B
(210,201,155)
#BEB58C
(190,181,140)
#AAA17D
(170,161,125)
#968D6E
(150,141,110)
#82795F
(130,121,95)
#6E6550
(110,101,80)
#5A5141
(90,81,65)
#463D32
(70,61,50)
#322923
(50,41,35)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #E6DDAA

#E6DDAA
(230,221,170)
#E8E0B1
(232,224,177)
#EAE3B8
(234,227,184)
#ECE6BF
(236,230,191)
#EEE9C6
(238,233,198)
#F0ECCD
(240,236,205)
#F2EFD4
(242,239,212)
#F4F2DB
(244,242,219)
#F6F5E2
(246,245,226)
#F8F8E9
(248,248,233)
#FAFBF0
(250,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DDAA color. Also use rgb(230,221,170) instead hex code.

Text Font Color

.myTextColor { color: #E6DDAA; }

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

This text font color is #E6DDAA.

Background Color

.myBgColor { background-color: #E6DDAA; }

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

This div background color is #E6DDAA.

Border color

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

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

This div border color is #E6DDAA.

Opacity

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

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

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

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

This text has shadow with #E6DDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DDAA.

Preview

Color preview on black background

This text has color #E6DDAA on black background.


Color preview on white background

This text has color #E6DDAA on white background.


Black color preview on #E6DDAA background

This text has black color on #E6DDAA background.


White color preview on #E6DDAA background

This text has white color on #E6DDAA background.


Related colors

Complementary color

Complementary color for #hex is #192255.


I love getcolorcode.com

Triadic colors

1 #AAE6DD and #DDAAE6 with #E6DDAA are triadic colors.

2 #AADDE6 and #DDE6AA with #E6DDAA are triadic colors.