COLOR #A893B9

HEX: #A893B9
RGB: (168,147,185)

Color info

#A893B9 contains red, green and blue colors in about the same proportion. Web safe color of #A893B9 is #9999CC (or #99C).

RGB color model

#A893B9 color RGB value is (168,147,185).

  • red value is 168;
  • green value is 147;
  • blue value is 185.
RGB:
(168,147,185)
(66%,58%,73%)

RGB channels and saturation

R 168 of 255 = 66%
G 147 of 255 = 58%
B 185 of 255 = 73%

168
147
185

R + G + B ~ 66%. #A893B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 147 + 185 = 500 (100%)
R 168 of 500 ~ 33.6%
G 147 of 500 ~ 29.4%
B 185 of 500 ~ 37%

%33.6
%29.4
%37

CMYK color model

#A893B9 color CMYK value is (9,21,0,27).

  • cyan value is 9.19%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(9,21,0,27)
C9M21Y0K27 
(9%,21%,0%,27%)
(0.09/0.21/0.00/0.27)	

CMYK percentages

%9.19
%20.54
%0
%27.45

Codes

Color #A893B9 in popluar color models

A893B9
RGB168147185
HSL273°21.35%65.10%
HSB/HSV273°20.54%72.55%
CMYK9.19%20.54%0.00%
27.45%

Color #A893B9 in popluar number systems.

HEXA893B9
Decimal168147185
Binary101010001001001110111001
Octal250223271

Shades and tints

Shades of #A893B9

#A893B9
(168,147,185)
#9986A9
(153,134,169)
#8A7999
(138,121,153)
#7B6C89
(123,108,137)
#6C5F79
(108,95,121)
#5D5269
(93,82,105)
#4E4559
(78,69,89)
#3F3849
(63,56,73)
#302B39
(48,43,57)
#211E29
(33,30,41)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #A893B9

#A893B9
(168,147,185)
#AF9CBF
(175,156,191)
#B6A5C5
(182,165,197)
#BDAECB
(189,174,203)
#C4B7D1
(196,183,209)
#CBC0D7
(203,192,215)
#D2C9DD
(210,201,221)
#D9D2E3
(217,210,227)
#E0DBE9
(224,219,233)
#E7E4EF
(231,228,239)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A893B9 color. Also use rgb(168,147,185) instead hex code.

Text Font Color

.myTextColor { color: #A893B9; }

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

This text font color is #A893B9.


Background Color

.myBgColor { background-color: #A893B9; }

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

This div background color is #A893B9.


Border color

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

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

This div border color is #A893B9.


Opacity

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

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

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

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

This text has shadow with #A893B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A893B9 on black background.


Color preview on white background

This text has color #A893B9 on white background.



Black color preview on #A893B9 background

This text has black color on #A893B9 background.


White color preview on #A893B9 background

This text has white color on #A893B9 background.