COLOR #E6C79D

HEX: #E6C79D RGB: (230,199,157)

Color info

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

RGB color model

#E6C79D color RGB value is (230,199,157).

RGB: (230,199,157) (90%, 78%, 62%)

RGB channels and saturation

R 230 of 255 = 90%
G 199 of 255 = 78%
B 157 of 255 = 62%

230
199
157

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

Portions of RGB colors in percentages

R + G + B = 230 + 199 + 157 = 586 (100%)
R 230 of 586 ~ 39.25%
G 199 of 586 ~ 33.96%
B 157 of 586 ~ 26.79'%

%39.25
%33.96
%26.79

CMYK color model

#E6C79D color CMYK value is (0,13,32,10).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 31.74%
  • key color value is 9.80%
CMYK: (0,13,32,10) C0M13Y32K10 (0%,13%,32%,10%) (0.00/0.13/0.32/0.10) 

CMYK percentages

%0
%13.48
%31.74
%9.8

Codes

Color #E6C79D in popluar color models

E6 C7 9D
RGB 230 199 157
HSL 35° 59.35% 75.88%
HSB/HSV 35° 31.74% 90.20%
CMYK 0.00% 13.48% 31.74%
9.80%

Color #E6C79D in popluar number systems.

HEX E6 C7 9D
Decimal 230 199 157
Binary 11100110 11000111 10011101
Octal 346 307 235

Shades and tints

Shades of #E6C79D

#E6C79D
(230,199,157)
#D2B58F
(210,181,143)
#BEA381
(190,163,129)
#AA9173
(170,145,115)
#967F65
(150,127,101)
#826D57
(130,109,87)
#6E5B49
(110,91,73)
#5A493B
(90,73,59)
#46372D
(70,55,45)
#32251F
(50,37,31)
#1E1311
(30,19,17)
#000000
(0,0,0)

Tints of #E6C79D

#E6C79D
(230,199,157)
#E8CCA5
(232,204,165)
#EAD1AD
(234,209,173)
#ECD6B5
(236,214,181)
#EEDBBD
(238,219,189)
#F0E0C5
(240,224,197)
#F2E5CD
(242,229,205)
#F4EAD5
(244,234,213)
#F6EFDD
(246,239,221)
#F8F4E5
(248,244,229)
#FAF9ED
(250,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C79D color. Also use rgb(230,199,157) instead hex code.

Text Font Color

.myTextColor { color: #E6C79D; }

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

This text font color is #E6C79D.

Background Color

.myBgColor { background-color: #E6C79D; }

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

This div background color is #E6C79D.

Border color

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

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

This div border color is #E6C79D.

Opacity

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

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

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

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

This text has shadow with #E6C79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C79D.

Preview

Color preview on black background

This text has color #E6C79D on black background.


Color preview on white background

This text has color #E6C79D on white background.


Black color preview on #E6C79D background

This text has black color on #E6C79D background.


White color preview on #E6C79D background

This text has white color on #E6C79D background.


Related colors

Complementary color

Complementary color for #hex is #193862.


I love getcolorcode.com

Triadic colors

1 #9DE6C7 and #C79DE6 with #E6C79D are triadic colors.

2 #9DC7E6 and #C7E69D with #E6C79D are triadic colors.