COLOR #E6C4A3

HEX: #E6C4A3 RGB: (230,196,163)

Color info

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

RGB color model

#E6C4A3 color RGB value is (230,196,163).

RGB: (230,196,163) (90%, 77%, 64%)

RGB channels and saturation

R 230 of 255 = 90%
G 196 of 255 = 77%
B 163 of 255 = 64%

230
196
163

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

Portions of RGB colors in percentages

R + G + B = 230 + 196 + 163 = 589 (100%)
R 230 of 589 ~ 39.05%
G 196 of 589 ~ 33.28%
B 163 of 589 ~ 27.67'%

%39.05
%33.28
%27.67

CMYK color model

#E6C4A3 color CMYK value is (0,15,29,10).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 29.13%
  • key color value is 9.80%

CMYK: (0,15,29,10)
C0M15Y29K10 (0%, 15%, 29%, 10%)
(0.00 / 0.15 / 0.29 / 0.10)

CMYK percentages

%0
%14.78
%29.13
%9.8

Codes

Color #E6C4A3 in popluar color models

E6 C4 A3
RGB 230 196 163
HSL 30° 57.26% 77.06%
HSB/HSV 30° 29.13% 90.20%
CMYK 0.00% 14.78% 29.13%
9.80%

Color #E6C4A3 in popluar number systems.

HEX E6 C4 A3
Decimal 230 196 163
Binary 11100110 11000100 10100011
Octal 346 304 243

Shades and tints

Shades of #E6C4A3

#E6C4A3
(230,196,163)
#D2B395
(210,179,149)
#BEA287
(190,162,135)
#AA9179
(170,145,121)
#96806B
(150,128,107)
#826F5D
(130,111,93)
#6E5E4F
(110,94,79)
#5A4D41
(90,77,65)
#463C33
(70,60,51)
#322B25
(50,43,37)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6C4A3

#E6C4A3
(230,196,163)
#E8C9AB
(232,201,171)
#EACEB3
(234,206,179)
#ECD3BB
(236,211,187)
#EED8C3
(238,216,195)
#F0DDCB
(240,221,203)
#F2E2D3
(242,226,211)
#F4E7DB
(244,231,219)
#F6ECE3
(246,236,227)
#F8F1EB
(248,241,235)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C4A3 color. Also use rgb(230,196,163) instead hex code.

Text Font Color

.myTextColor { color: #E6C4A3; }

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

This text font color is #E6C4A3.

Background Color

.myBgColor { background-color: #E6C4A3; }

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

This div background color is #E6C4A3.

Border color

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

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

This div border color is #E6C4A3.

Opacity

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

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

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

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

This text has shadow with #E6C4A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C4A3.

Preview

Color preview on black background

This text has color #E6C4A3 on black background.


Color preview on white background

This text has color #E6C4A3 on white background.


Black color preview on #E6C4A3 background

This text has black color on #E6C4A3 background.


White color preview on #E6C4A3 background

This text has white color on #E6C4A3 background.


Related colors

Complementary color

Complementary color for #hex is #193B5C.


I love getcolorcode.com

Triadic colors

1 #A3E6C4 and #C4A3E6 with #E6C4A3 are triadic colors.

2 #A3C4E6 and #C4E6A3 with #E6C4A3 are triadic colors.