COLOR #E6D89C

HEX: #E6D89C RGB: (230,216,156)

Color info

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

RGB color model

#E6D89C color RGB value is (230,216,156).

RGB: (230,216,156) (90%, 85%, 61%)

RGB channels and saturation

R 230 of 255 = 90%
G 216 of 255 = 85%
B 156 of 255 = 61%

230
216
156

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

Portions of RGB colors in percentages

R + G + B = 230 + 216 + 156 = 602 (100%)
R 230 of 602 ~ 38.21%
G 216 of 602 ~ 35.88%
B 156 of 602 ~ 25.91'%

%38.21
%35.88
%25.91

CMYK color model

#E6D89C color CMYK value is (0,6,32,10).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 32.17%
  • key color value is 9.80%

CMYK: (0,6,32,10)
C0M6Y32K10 (0%, 6%, 32%, 10%)
(0.00 / 0.06 / 0.32 / 0.10)

CMYK percentages

%0
%6.09
%32.17
%9.8

Codes

Color #E6D89C in popluar color models

E6 D8 9C
RGB 230 216 156
HSL 49° 59.68% 75.69%
HSB/HSV 49° 32.17% 90.20%
CMYK 0.00% 6.09% 32.17%
9.80%

Color #E6D89C in popluar number systems.

HEX E6 D8 9C
Decimal 230 216 156
Binary 11100110 11011000 10011100
Octal 346 330 234

Shades and tints

Shades of #E6D89C

#E6D89C
(230,216,156)
#D2C58E
(210,197,142)
#BEB280
(190,178,128)
#AA9F72
(170,159,114)
#968C64
(150,140,100)
#827956
(130,121,86)
#6E6648
(110,102,72)
#5A533A
(90,83,58)
#46402C
(70,64,44)
#322D1E
(50,45,30)
#1E1A10
(30,26,16)
#000000
(0,0,0)

Tints of #E6D89C

#E6D89C
(230,216,156)
#E8DBA5
(232,219,165)
#EADEAE
(234,222,174)
#ECE1B7
(236,225,183)
#EEE4C0
(238,228,192)
#F0E7C9
(240,231,201)
#F2EAD2
(242,234,210)
#F4EDDB
(244,237,219)
#F6F0E4
(246,240,228)
#F8F3ED
(248,243,237)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D89C color. Also use rgb(230,216,156) instead hex code.

Text Font Color

.myTextColor { color: #E6D89C; }

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

This text font color is #E6D89C.

Background Color

.myBgColor { background-color: #E6D89C; }

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

This div background color is #E6D89C.

Border color

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

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

This div border color is #E6D89C.

Opacity

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

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

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

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

This text has shadow with #E6D89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D89C.

Preview

Color preview on black background

This text has color #E6D89C on black background.


Color preview on white background

This text has color #E6D89C on white background.


Black color preview on #E6D89C background

This text has black color on #E6D89C background.


White color preview on #E6D89C background

This text has white color on #E6D89C background.


Related colors

Complementary color

Complementary color for #hex is #192763.


I love getcolorcode.com

Triadic colors

1 #9CE6D8 and #D89CE6 with #E6D89C are triadic colors.

2 #9CD8E6 and #D8E69C with #E6D89C are triadic colors.