COLOR #E6C89F

HEX: #E6C89F RGB: (230,200,159)

Color info

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

RGB color model

#E6C89F color RGB value is (230,200,159).

RGB: (230,200,159) (90%, 78%, 62%)

RGB channels and saturation

R 230 of 255 = 90%
G 200 of 255 = 78%
B 159 of 255 = 62%

230
200
159

R + G + B ~ 77%. #E6C89F is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 200 + 159 = 589 (100%)
R 230 of 589 ~ 39.05%
G 200 of 589 ~ 33.96%
B 159 of 589 ~ 26.99'%

%39.05
%33.96
%26.99

CMYK color model

#E6C89F color CMYK value is (0,13,31,10).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 30.87%
  • key color value is 9.80%

CMYK: (0,13,31,10)
C0M13Y31K10 (0%, 13%, 31%, 10%)
(0.00 / 0.13 / 0.31 / 0.10)

CMYK percentages

%0
%13.04
%30.87
%9.8

Codes

Color #E6C89F in popluar color models

E6 C8 9F
RGB 230 200 159
HSL 35° 58.68% 76.27%
HSB/HSV 35° 30.87% 90.20%
CMYK 0.00% 13.04% 30.87%
9.80%

Color #E6C89F in popluar number systems.

HEX E6 C8 9F
Decimal 230 200 159
Binary 11100110 11001000 10011111
Octal 346 310 237

Shades and tints

Shades of #E6C89F

#E6C89F
(230,200,159)
#D2B691
(210,182,145)
#BEA483
(190,164,131)
#AA9275
(170,146,117)
#968067
(150,128,103)
#826E59
(130,110,89)
#6E5C4B
(110,92,75)
#5A4A3D
(90,74,61)
#46382F
(70,56,47)
#322621
(50,38,33)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #E6C89F

#E6C89F
(230,200,159)
#E8CDA7
(232,205,167)
#EAD2AF
(234,210,175)
#ECD7B7
(236,215,183)
#EEDCBF
(238,220,191)
#F0E1C7
(240,225,199)
#F2E6CF
(242,230,207)
#F4EBD7
(244,235,215)
#F6F0DF
(246,240,223)
#F8F5E7
(248,245,231)
#FAFAEF
(250,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C89F color. Also use rgb(230,200,159) instead hex code.

Text Font Color

.myTextColor { color: #E6C89F; }

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

This text font color is #E6C89F.

Background Color

.myBgColor { background-color: #E6C89F; }

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

This div background color is #E6C89F.

Border color

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

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

This div border color is #E6C89F.

Opacity

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

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

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

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

This text has shadow with #E6C89F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C89F.

Preview

Color preview on black background

This text has color #E6C89F on black background.


Color preview on white background

This text has color #E6C89F on white background.


Black color preview on #E6C89F background

This text has black color on #E6C89F background.


White color preview on #E6C89F background

This text has white color on #E6C89F background.


Related colors

Complementary color

Complementary color for #hex is #193760.


I love getcolorcode.com

Triadic colors

1 #9FE6C8 and #C89FE6 with #E6C89F are triadic colors.

2 #9FC8E6 and #C8E69F with #E6C89F are triadic colors.