COLOR #E6D79C

HEX: #E6D79C RGB: (230,215,156)

Color info

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

RGB color model

#E6D79C color RGB value is (230,215,156).

RGB: (230,215,156) (90%, 84%, 61%)

RGB channels and saturation

R 230 of 255 = 90%
G 215 of 255 = 84%
B 156 of 255 = 61%

230
215
156

R + G + B ~ 78%. #E6D79C is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 215 + 156 = 601 (100%)
R 230 of 601 ~ 38.27%
G 215 of 601 ~ 35.77%
B 156 of 601 ~ 25.96'%

%38.27
%35.77
%25.96

CMYK color model

#E6D79C color CMYK value is (0,7,32,10).

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

CMYK: (0,7,32,10)
C0M7Y32K10 (0%, 7%, 32%, 10%)
(0.00 / 0.07 / 0.32 / 0.10)

CMYK percentages

%0
%6.52
%32.17
%9.8

Codes

Color #E6D79C in popluar color models

E6 D7 9C
RGB 230 215 156
HSL 48° 59.68% 75.69%
HSB/HSV 48° 32.17% 90.20%
CMYK 0.00% 6.52% 32.17%
9.80%

Color #E6D79C in popluar number systems.

HEX E6 D7 9C
Decimal 230 215 156
Binary 11100110 11010111 10011100
Octal 346 327 234

Shades and tints

Shades of #E6D79C

#E6D79C
(230,215,156)
#D2C48E
(210,196,142)
#BEB180
(190,177,128)
#AA9E72
(170,158,114)
#968B64
(150,139,100)
#827856
(130,120,86)
#6E6548
(110,101,72)
#5A523A
(90,82,58)
#463F2C
(70,63,44)
#322C1E
(50,44,30)
#1E1910
(30,25,16)
#000000
(0,0,0)

Tints of #E6D79C

#E6D79C
(230,215,156)
#E8DAA5
(232,218,165)
#EADDAE
(234,221,174)
#ECE0B7
(236,224,183)
#EEE3C0
(238,227,192)
#F0E6C9
(240,230,201)
#F2E9D2
(242,233,210)
#F4ECDB
(244,236,219)
#F6EFE4
(246,239,228)
#F8F2ED
(248,242,237)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D79C; }

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

This text font color is #E6D79C.

Background Color

.myBgColor { background-color: #E6D79C; }

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

This div background color is #E6D79C.

Border color

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

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

This div border color is #E6D79C.

Opacity

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

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

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

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

This text has shadow with #E6D79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D79C.

Preview

Color preview on black background

This text has color #E6D79C on black background.


Color preview on white background

This text has color #E6D79C on white background.


Black color preview on #E6D79C background

This text has black color on #E6D79C background.


White color preview on #E6D79C background

This text has white color on #E6D79C background.


Related colors

Complementary color

Complementary color for #hex is #192863.


I love getcolorcode.com

Triadic colors

1 #9CE6D7 and #D79CE6 with #E6D79C are triadic colors.

2 #9CD7E6 and #D7E69C with #E6D79C are triadic colors.