COLOR #A895B0

HEX: #A895B0
RGB: (168,149,176)

Color info

#A895B0 contains red, green and blue colors in about the same proportion. Web safe color of #A895B0 is #999999 (or #999).

RGB color model

#A895B0 color RGB value is (168,149,176).

  • red value is 168;
  • green value is 149;
  • blue value is 176.
RGB:
(168,149,176)
(66%,58%,69%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 176 of 255 = 69%

168
149
176

R + G + B ~ 64%. #A895B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 149 + 176 = 493 (100%)
R 168 of 493 ~ 34.08%
G 149 of 493 ~ 30.22%
B 176 of 493 ~ 35.7%

%34.08
%30.22
%35.7

CMYK color model

#A895B0 color CMYK value is (5,15,0,31).

  • cyan value is 4.55%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(5,15,0,31)
C5M15Y0K31 
(5%,15%,0%,31%)
(0.05/0.15/0.00/0.31)	

CMYK percentages

%4.55
%15.34
%0
%30.98

Codes

Color #A895B0 in popluar color models

A895B0
RGB168149176
HSL282°14.59%63.73%
HSB/HSV282°15.34%69.02%
CMYK4.55%15.34%0.00%
30.98%

Color #A895B0 in popluar number systems.

HEXA895B0
Decimal168149176
Binary101010001001010110110000
Octal250225260

Shades and tints

Shades of #A895B0

#A895B0
(168,149,176)
#9988A0
(153,136,160)
#8A7B90
(138,123,144)
#7B6E80
(123,110,128)
#6C6170
(108,97,112)
#5D5460
(93,84,96)
#4E4750
(78,71,80)
#3F3A40
(63,58,64)
#302D30
(48,45,48)
#212020
(33,32,32)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #A895B0

#A895B0
(168,149,176)
#AF9EB7
(175,158,183)
#B6A7BE
(182,167,190)
#BDB0C5
(189,176,197)
#C4B9CC
(196,185,204)
#CBC2D3
(203,194,211)
#D2CBDA
(210,203,218)
#D9D4E1
(217,212,225)
#E0DDE8
(224,221,232)
#E7E6EF
(231,230,239)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A895B0 color. Also use rgb(168,149,176) instead hex code.

Text Font Color

.myTextColor { color: #A895B0; }

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

This text font color is #A895B0.


Background Color

.myBgColor { background-color: #A895B0; }

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

This div background color is #A895B0.


Border color

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

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

This div border color is #A895B0.


Opacity

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

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

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

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

This text has shadow with #A895B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A895B0 on black background.


Color preview on white background

This text has color #A895B0 on white background.



Black color preview on #A895B0 background

This text has black color on #A895B0 background.


White color preview on #A895B0 background

This text has white color on #A895B0 background.