COLOR #E6A596

HEX: #E6A596 RGB: (230,165,150)

Color info

#E6A596 contains mainly red color. Web safe color of #E6A596 is #CC9999 (or #C99).

RGB color model

#E6A596 color RGB value is (230,165,150).

RGB: (230,165,150) (90%, 65%, 59%)

RGB channels and saturation

R 230 of 255 = 90%
G 165 of 255 = 65%
B 150 of 255 = 59%

230
165
150

R + G + B ~ 71%. #E6A596 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 165 + 150 = 545 (100%)
R 230 of 545 ~ 42.2%
G 165 of 545 ~ 30.28%
B 150 of 545 ~ 27.52'%

%42.2
%30.28
%27.52

CMYK color model

#E6A596 color CMYK value is (0,28,35,10).

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

CMYK: (0,28,35,10)
C0M28Y35K10 (0%, 28%, 35%, 10%)
(0.00 / 0.28 / 0.35 / 0.10)

CMYK percentages

%0
%28.26
%34.78
%9.8

Codes

Color #E6A596 in popluar color models

E6 A5 96
RGB 230 165 150
HSL 11° 61.54% 74.51%
HSB/HSV 11° 34.78% 90.20%
CMYK 0.00% 28.26% 34.78%
9.80%

Color #E6A596 in popluar number systems.

HEX E6 A5 96
Decimal 230 165 150
Binary 11100110 10100101 10010110
Octal 346 245 226

Shades and tints

Shades of #E6A596

#E6A596
(230,165,150)
#D29689
(210,150,137)
#BE877C
(190,135,124)
#AA786F
(170,120,111)
#966962
(150,105,98)
#825A55
(130,90,85)
#6E4B48
(110,75,72)
#5A3C3B
(90,60,59)
#462D2E
(70,45,46)
#321E21
(50,30,33)
#1E0F14
(30,15,20)
#000000
(0,0,0)

Tints of #E6A596

#E6A596
(230,165,150)
#E8AD9F
(232,173,159)
#EAB5A8
(234,181,168)
#ECBDB1
(236,189,177)
#EEC5BA
(238,197,186)
#F0CDC3
(240,205,195)
#F2D5CC
(242,213,204)
#F4DDD5
(244,221,213)
#F6E5DE
(246,229,222)
#F8EDE7
(248,237,231)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A596; }

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

This text font color is #E6A596.

Background Color

.myBgColor { background-color: #E6A596; }

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

This div background color is #E6A596.

Border color

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

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

This div border color is #E6A596.

Opacity

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

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

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

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

This text has shadow with #E6A596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A596.

Preview

Color preview on black background

This text has color #E6A596 on black background.


Color preview on white background

This text has color #E6A596 on white background.


Black color preview on #E6A596 background

This text has black color on #E6A596 background.


White color preview on #E6A596 background

This text has white color on #E6A596 background.


Related colors

Complementary color

Complementary color for #hex is #195A69.


I love getcolorcode.com

Triadic colors

1 #96E6A5 and #A596E6 with #E6A596 are triadic colors.

2 #96A5E6 and #A5E696 with #E6A596 are triadic colors.