COLOR #E6DAB9

HEX: #E6DAB9 RGB: (230,218,185)

Color info

#E6DAB9 contains red, green and blue colors in about the same proportion. Web safe color of #E6DAB9 is #CCCCCC (or #CCC).

RGB color model

#E6DAB9 color RGB value is (230,218,185).

RGB: (230,218,185) (90%, 85%, 73%)

RGB channels and saturation

R 230 of 255 = 90%
G 218 of 255 = 85%
B 185 of 255 = 73%

230
218
185

R + G + B ~ 83%. #E6DAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 218 + 185 = 633 (100%)
R 230 of 633 ~ 36.33%
G 218 of 633 ~ 34.44%
B 185 of 633 ~ 29.23'%

%36.33
%34.44
%29.23

CMYK color model

#E6DAB9 color CMYK value is (0,5,20,10).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 19.57%
  • key color value is 9.80%

CMYK: (0,5,20,10)
C0M5Y20K10 (0%, 5%, 20%, 10%)
(0.00 / 0.05 / 0.20 / 0.10)

CMYK percentages

%0
%5.22
%19.57
%9.8

Codes

Color #E6DAB9 in popluar color models

E6 DA B9
RGB 230 218 185
HSL 44° 47.37% 81.37%
HSB/HSV 44° 19.57% 90.20%
CMYK 0.00% 5.22% 19.57%
9.80%

Color #E6DAB9 in popluar number systems.

HEX E6 DA B9
Decimal 230 218 185
Binary 11100110 11011010 10111001
Octal 346 332 271

Shades and tints

Shades of #E6DAB9

#E6DAB9
(230,218,185)
#D2C7A9
(210,199,169)
#BEB499
(190,180,153)
#AAA189
(170,161,137)
#968E79
(150,142,121)
#827B69
(130,123,105)
#6E6859
(110,104,89)
#5A5549
(90,85,73)
#464239
(70,66,57)
#322F29
(50,47,41)
#1E1C19
(30,28,25)
#000000
(0,0,0)

Tints of #E6DAB9

#E6DAB9
(230,218,185)
#E8DDBF
(232,221,191)
#EAE0C5
(234,224,197)
#ECE3CB
(236,227,203)
#EEE6D1
(238,230,209)
#F0E9D7
(240,233,215)
#F2ECDD
(242,236,221)
#F4EFE3
(244,239,227)
#F6F2E9
(246,242,233)
#F8F5EF
(248,245,239)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DAB9 color. Also use rgb(230,218,185) instead hex code.

Text Font Color

.myTextColor { color: #E6DAB9; }

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

This text font color is #E6DAB9.

Background Color

.myBgColor { background-color: #E6DAB9; }

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

This div background color is #E6DAB9.

Border color

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

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

This div border color is #E6DAB9.

Opacity

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

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

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

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

This text has shadow with #E6DAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DAB9.

Preview

Color preview on black background

This text has color #E6DAB9 on black background.


Color preview on white background

This text has color #E6DAB9 on white background.


Black color preview on #E6DAB9 background

This text has black color on #E6DAB9 background.


White color preview on #E6DAB9 background

This text has white color on #E6DAB9 background.


Related colors

Complementary color

Complementary color for #hex is #192546.


I love getcolorcode.com

Triadic colors

1 #B9E6DA and #DAB9E6 with #E6DAB9 are triadic colors.

2 #B9DAE6 and #DAE6B9 with #E6DAB9 are triadic colors.