COLOR #E6D3A9

HEX: #E6D3A9 RGB: (230,211,169)

Color info

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

RGB color model

#E6D3A9 color RGB value is (230,211,169).

RGB: (230,211,169) (90%, 83%, 66%)

RGB channels and saturation

R 230 of 255 = 90%
G 211 of 255 = 83%
B 169 of 255 = 66%

230
211
169

R + G + B ~ 80%. #E6D3A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 211 + 169 = 610 (100%)
R 230 of 610 ~ 37.7%
G 211 of 610 ~ 34.59%
B 169 of 610 ~ 27.7'%

%37.7
%34.59
%27.7

CMYK color model

#E6D3A9 color CMYK value is (0,8,27,10).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 26.52%
  • key color value is 9.80%

CMYK: (0,8,27,10)
C0M8Y27K10 (0%, 8%, 27%, 10%)
(0.00 / 0.08 / 0.27 / 0.10)

CMYK percentages

%0
%8.26
%26.52
%9.8

Codes

Color #E6D3A9 in popluar color models

E6 D3 A9
RGB 230 211 169
HSL 41° 54.95% 78.24%
HSB/HSV 41° 26.52% 90.20%
CMYK 0.00% 8.26% 26.52%
9.80%

Color #E6D3A9 in popluar number systems.

HEX E6 D3 A9
Decimal 230 211 169
Binary 11100110 11010011 10101001
Octal 346 323 251

Shades and tints

Shades of #E6D3A9

#E6D3A9
(230,211,169)
#D2C09A
(210,192,154)
#BEAD8B
(190,173,139)
#AA9A7C
(170,154,124)
#96876D
(150,135,109)
#82745E
(130,116,94)
#6E614F
(110,97,79)
#5A4E40
(90,78,64)
#463B31
(70,59,49)
#322822
(50,40,34)
#1E1513
(30,21,19)
#000000
(0,0,0)

Tints of #E6D3A9

#E6D3A9
(230,211,169)
#E8D7B0
(232,215,176)
#EADBB7
(234,219,183)
#ECDFBE
(236,223,190)
#EEE3C5
(238,227,197)
#F0E7CC
(240,231,204)
#F2EBD3
(242,235,211)
#F4EFDA
(244,239,218)
#F6F3E1
(246,243,225)
#F8F7E8
(248,247,232)
#FAFBEF
(250,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D3A9 color. Also use rgb(230,211,169) instead hex code.

Text Font Color

.myTextColor { color: #E6D3A9; }

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

This text font color is #E6D3A9.

Background Color

.myBgColor { background-color: #E6D3A9; }

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

This div background color is #E6D3A9.

Border color

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

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

This div border color is #E6D3A9.

Opacity

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

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

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

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

This text has shadow with #E6D3A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D3A9.

Preview

Color preview on black background

This text has color #E6D3A9 on black background.


Color preview on white background

This text has color #E6D3A9 on white background.


Black color preview on #E6D3A9 background

This text has black color on #E6D3A9 background.


White color preview on #E6D3A9 background

This text has white color on #E6D3A9 background.


Related colors

Complementary color

Complementary color for #hex is #192C56.


I love getcolorcode.com

Triadic colors

1 #A9E6D3 and #D3A9E6 with #E6D3A9 are triadic colors.

2 #A9D3E6 and #D3E6A9 with #E6D3A9 are triadic colors.