COLOR #E6A3A8

HEX: #E6A3A8
RGB: (230,163,168)

Color info

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

RGB color model

#E6A3A8 color RGB value is (230,163,168).

  • red value is 230;
  • green value is 163;
  • blue value is 168.
RGB:
(230,163,168)
(90%,64%,66%)

RGB channels and saturation

R 230 of 255 = 90%
G 163 of 255 = 64%
B 168 of 255 = 66%

230
163
168

R + G + B ~ 73%. #E6A3A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 163 + 168 = 561 (100%)
R 230 of 561 ~ 41%
G 163 of 561 ~ 29.06%
B 168 of 561 ~ 29.95%

%41
%29.06
%29.95

CMYK color model

#E6A3A8 color CMYK value is (0,29,27,10).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 26.96%
  • key color value is 9.80%
CMYK:
(0,29,27,10)
C0M29Y27K10 
(0%,29%,27%,10%)
(0.00/0.29/0.27/0.10)	

CMYK percentages

%0
%29.13
%26.96
%9.8

Codes

Color #E6A3A8 in popluar color models

E6A3A8
RGB230163168
HSL356°57.26%77.06%
HSB/HSV356°29.13%90.20%
CMYK0.00%29.13%26.96%
9.80%

Color #E6A3A8 in popluar number systems.

HEXE6A3A8
Decimal230163168
Binary111001101010001110101000
Octal346243250

Shades and tints

Shades of #E6A3A8

#E6A3A8
(230,163,168)
#D29599
(210,149,153)
#BE878A
(190,135,138)
#AA797B
(170,121,123)
#966B6C
(150,107,108)
#825D5D
(130,93,93)
#6E4F4E
(110,79,78)
#5A413F
(90,65,63)
#463330
(70,51,48)
#322521
(50,37,33)
#1E1712
(30,23,18)
#000000
(0,0,0)

Tints of #E6A3A8

#E6A3A8
(230,163,168)
#E8ABAF
(232,171,175)
#EAB3B6
(234,179,182)
#ECBBBD
(236,187,189)
#EEC3C4
(238,195,196)
#F0CBCB
(240,203,203)
#F2D3D2
(242,211,210)
#F4DBD9
(244,219,217)
#F6E3E0
(246,227,224)
#F8EBE7
(248,235,231)
#FAF3EE
(250,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A3A8; }

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

This text font color is #E6A3A8.


Background Color

.myBgColor { background-color: #E6A3A8; }

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

This div background color is #E6A3A8.


Border color

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

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

This div border color is #E6A3A8.


Opacity

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

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

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

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

This text has shadow with #E6A3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A3A8 on black background.


Color preview on white background

This text has color #E6A3A8 on white background.



Black color preview on #E6A3A8 background

This text has black color on #E6A3A8 background.


White color preview on #E6A3A8 background

This text has white color on #E6A3A8 background.