COLOR #E6A19F

HEX: #E6A19F RGB: (230,161,159)

Color info

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

RGB color model

#E6A19F color RGB value is (230,161,159).

RGB: (230,161,159) (90%, 63%, 62%)

RGB channels and saturation

R 230 of 255 = 90%
G 161 of 255 = 63%
B 159 of 255 = 62%

230
161
159

R + G + B ~ 72%. #E6A19F is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 161 + 159 = 550 (100%)
R 230 of 550 ~ 41.82%
G 161 of 550 ~ 29.27%
B 159 of 550 ~ 28.91'%

%41.82
%29.27
%28.91

CMYK color model

#E6A19F color CMYK value is (0,30,31,10).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 30.87%
  • key color value is 9.80%
CMYK: (0,30,31,10) C0M30Y31K10 (0%,30%,31%,10%) (0.00/0.30/0.31/0.10) 

CMYK percentages

%0
%30
%30.87
%9.8

Codes

Color #E6A19F in popluar color models

E6 A1 9F
RGB 230 161 159
HSL 58.68% 76.27%
HSB/HSV 30.87% 90.20%
CMYK 0.00% 30.00% 30.87%
9.80%

Color #E6A19F in popluar number systems.

HEX E6 A1 9F
Decimal 230 161 159
Binary 11100110 10100001 10011111
Octal 346 241 237

Shades and tints

Shades of #E6A19F

#E6A19F
(230,161,159)
#D29391
(210,147,145)
#BE8583
(190,133,131)
#AA7775
(170,119,117)
#966967
(150,105,103)
#825B59
(130,91,89)
#6E4D4B
(110,77,75)
#5A3F3D
(90,63,61)
#46312F
(70,49,47)
#322321
(50,35,33)
#1E1513
(30,21,19)
#000000
(0,0,0)

Tints of #E6A19F

#E6A19F
(230,161,159)
#E8A9A7
(232,169,167)
#EAB1AF
(234,177,175)
#ECB9B7
(236,185,183)
#EEC1BF
(238,193,191)
#F0C9C7
(240,201,199)
#F2D1CF
(242,209,207)
#F4D9D7
(244,217,215)
#F6E1DF
(246,225,223)
#F8E9E7
(248,233,231)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A19F color. Also use rgb(230,161,159) instead hex code.

Text Font Color

.myTextColor { color: #E6A19F; }

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

This text font color is #E6A19F.

Background Color

.myBgColor { background-color: #E6A19F; }

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

This div background color is #E6A19F.

Border color

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

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

This div border color is #E6A19F.

Opacity

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

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

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

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

This text has shadow with #E6A19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A19F.

Preview

Color preview on black background

This text has color #E6A19F on black background.


Color preview on white background

This text has color #E6A19F on white background.


Black color preview on #E6A19F background

This text has black color on #E6A19F background.


White color preview on #E6A19F background

This text has white color on #E6A19F background.


Related colors

Complementary color

Complementary color for #hex is #195E60.


I love getcolorcode.com

Triadic colors

1 #9FE6A1 and #A19FE6 with #E6A19F are triadic colors.

2 #9FA1E6 and #A1E69F with #E6A19F are triadic colors.