COLOR #E6C997

HEX: #E6C997 RGB: (230,201,151)

Color info

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

RGB color model

#E6C997 color RGB value is (230,201,151).

RGB: (230,201,151) (90%, 79%, 59%)

RGB channels and saturation

R 230 of 255 = 90%
G 201 of 255 = 79%
B 151 of 255 = 59%

230
201
151

R + G + B ~ 76%. #E6C997 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 201 + 151 = 582 (100%)
R 230 of 582 ~ 39.52%
G 201 of 582 ~ 34.54%
B 151 of 582 ~ 25.95'%

%39.52
%34.54
%25.95

CMYK color model

#E6C997 color CMYK value is (0,13,34,10).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 34.35%
  • key color value is 9.80%
CMYK: (0,13,34,10) C0M13Y34K10 (0%,13%,34%,10%) (0.00/0.13/0.34/0.10) 

CMYK percentages

%0
%12.61
%34.35
%9.8

Codes

Color #E6C997 in popluar color models

E6 C9 97
RGB 230 201 151
HSL 38° 61.24% 74.71%
HSB/HSV 38° 34.35% 90.20%
CMYK 0.00% 12.61% 34.35%
9.80%

Color #E6C997 in popluar number systems.

HEX E6 C9 97
Decimal 230 201 151
Binary 11100110 11001001 10010111
Octal 346 311 227

Shades and tints

Shades of #E6C997

#E6C997
(230,201,151)
#D2B78A
(210,183,138)
#BEA57D
(190,165,125)
#AA9370
(170,147,112)
#968163
(150,129,99)
#826F56
(130,111,86)
#6E5D49
(110,93,73)
#5A4B3C
(90,75,60)
#46392F
(70,57,47)
#322722
(50,39,34)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #E6C997

#E6C997
(230,201,151)
#E8CDA0
(232,205,160)
#EAD1A9
(234,209,169)
#ECD5B2
(236,213,178)
#EED9BB
(238,217,187)
#F0DDC4
(240,221,196)
#F2E1CD
(242,225,205)
#F4E5D6
(244,229,214)
#F6E9DF
(246,233,223)
#F8EDE8
(248,237,232)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C997 color. Also use rgb(230,201,151) instead hex code.

Text Font Color

.myTextColor { color: #E6C997; }

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

This text font color is #E6C997.

Background Color

.myBgColor { background-color: #E6C997; }

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

This div background color is #E6C997.

Border color

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

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

This div border color is #E6C997.

Opacity

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

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

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

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

This text has shadow with #E6C997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C997.

Preview

Color preview on black background

This text has color #E6C997 on black background.


Color preview on white background

This text has color #E6C997 on white background.


Black color preview on #E6C997 background

This text has black color on #E6C997 background.


White color preview on #E6C997 background

This text has white color on #E6C997 background.


Related colors

Complementary color

Complementary color for #hex is #193668.


I love getcolorcode.com

Triadic colors

1 #97E6C9 and #C997E6 with #E6C997 are triadic colors.

2 #97C9E6 and #C9E697 with #E6C997 are triadic colors.