COLOR #E6C6A5

HEX: #E6C6A5 RGB: (230,198,165)

Color info

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

RGB color model

#E6C6A5 color RGB value is (230,198,165).

RGB: (230,198,165) (90%, 78%, 65%)

RGB channels and saturation

R 230 of 255 = 90%
G 198 of 255 = 78%
B 165 of 255 = 65%

230
198
165

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

Portions of RGB colors in percentages

R + G + B = 230 + 198 + 165 = 593 (100%)
R 230 of 593 ~ 38.79%
G 198 of 593 ~ 33.39%
B 165 of 593 ~ 27.82'%

%38.79
%33.39
%27.82

CMYK color model

#E6C6A5 color CMYK value is (0,14,28,10).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 28.26%
  • key color value is 9.80%

CMYK: (0,14,28,10)
C0M14Y28K10 (0%, 14%, 28%, 10%)
(0.00 / 0.14 / 0.28 / 0.10)

CMYK percentages

%0
%13.91
%28.26
%9.8

Codes

Color #E6C6A5 in popluar color models

E6 C6 A5
RGB 230 198 165
HSL 30° 56.52% 77.45%
HSB/HSV 30° 28.26% 90.20%
CMYK 0.00% 13.91% 28.26%
9.80%

Color #E6C6A5 in popluar number systems.

HEX E6 C6 A5
Decimal 230 198 165
Binary 11100110 11000110 10100101
Octal 346 306 245

Shades and tints

Shades of #E6C6A5

#E6C6A5
(230,198,165)
#D2B496
(210,180,150)
#BEA287
(190,162,135)
#AA9078
(170,144,120)
#967E69
(150,126,105)
#826C5A
(130,108,90)
#6E5A4B
(110,90,75)
#5A483C
(90,72,60)
#46362D
(70,54,45)
#32241E
(50,36,30)
#1E120F
(30,18,15)
#000000
(0,0,0)

Tints of #E6C6A5

#E6C6A5
(230,198,165)
#E8CBAD
(232,203,173)
#EAD0B5
(234,208,181)
#ECD5BD
(236,213,189)
#EEDAC5
(238,218,197)
#F0DFCD
(240,223,205)
#F2E4D5
(242,228,213)
#F4E9DD
(244,233,221)
#F6EEE5
(246,238,229)
#F8F3ED
(248,243,237)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C6A5 color. Also use rgb(230,198,165) instead hex code.

Text Font Color

.myTextColor { color: #E6C6A5; }

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

This text font color is #E6C6A5.

Background Color

.myBgColor { background-color: #E6C6A5; }

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

This div background color is #E6C6A5.

Border color

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

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

This div border color is #E6C6A5.

Opacity

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

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

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

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

This text has shadow with #E6C6A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C6A5.

Preview

Color preview on black background

This text has color #E6C6A5 on black background.


Color preview on white background

This text has color #E6C6A5 on white background.


Black color preview on #E6C6A5 background

This text has black color on #E6C6A5 background.


White color preview on #E6C6A5 background

This text has white color on #E6C6A5 background.


Related colors

Complementary color

Complementary color for #hex is #19395A.


I love getcolorcode.com

Triadic colors

1 #A5E6C6 and #C6A5E6 with #E6C6A5 are triadic colors.

2 #A5C6E6 and #C6E6A5 with #E6C6A5 are triadic colors.