COLOR #A895B8

HEX: #A895B8 RGB: (168,149,184)

Color info

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

RGB color model

#A895B8 color RGB value is (168,149,184).

RGB: (168,149,184) (66%, 58%, 72%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 184 of 255 = 72%

168
149
184

R + G + B ~ 65%. #A895B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 149 + 184 = 501 (100%)
R 168 of 501 ~ 33.53%
G 149 of 501 ~ 29.74%
B 184 of 501 ~ 36.73'%

%33.53
%29.74
%36.73

CMYK color model

#A895B8 color CMYK value is (9,19,0,28).

  • cyan value is 8.70%
  • magenta value is 19.02%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (9,19,0,28)
C9M19Y0K28 (9%, 19%, 0%, 28%)
(0.09 / 0.19 / 0.00 / 0.28)

CMYK percentages

%8.7
%19.02
%0
%27.84

Codes

Color #A895B8 in popluar color models

A8 95 B8
RGB 168 149 184
HSL 273° 19.77% 65.29%
HSB/HSV 273° 19.02% 72.16%
CMYK 8.70% 19.02% 0.00%
27.84%

Color #A895B8 in popluar number systems.

HEX A8 95 B8
Decimal 168 149 184
Binary 10101000 10010101 10111000
Octal 250 225 270

Shades and tints

Shades of #A895B8

#A895B8
(168,149,184)
#9988A8
(153,136,168)
#8A7B98
(138,123,152)
#7B6E88
(123,110,136)
#6C6178
(108,97,120)
#5D5468
(93,84,104)
#4E4758
(78,71,88)
#3F3A48
(63,58,72)
#302D38
(48,45,56)
#212028
(33,32,40)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #A895B8

#A895B8
(168,149,184)
#AF9EBE
(175,158,190)
#B6A7C4
(182,167,196)
#BDB0CA
(189,176,202)
#C4B9D0
(196,185,208)
#CBC2D6
(203,194,214)
#D2CBDC
(210,203,220)
#D9D4E2
(217,212,226)
#E0DDE8
(224,221,232)
#E7E6EE
(231,230,238)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A895B8; }

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

This text font color is #A895B8.

Background Color

.myBgColor { background-color: #A895B8; }

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

This div background color is #A895B8.

Border color

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

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

This div border color is #A895B8.

Opacity

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

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

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

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

This text has shadow with #A895B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A895B8.

Preview

Color preview on black background

This text has color #A895B8 on black background.


Color preview on white background

This text has color #A895B8 on white background.


Black color preview on #A895B8 background

This text has black color on #A895B8 background.


White color preview on #A895B8 background

This text has white color on #A895B8 background.


Related colors

Complementary color

Complementary color for #hex is #576A47.


I love getcolorcode.com

Triadic colors

1 #B8A895 and #95B8A8 with #A895B8 are triadic colors.

2 #B895A8 and #95A8B8 with #A895B8 are triadic colors.