COLOR #A895B5

HEX: #A895B5 RGB: (168,149,181)

Color info

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

RGB color model

#A895B5 color RGB value is (168,149,181).

RGB: (168,149,181) (66%, 58%, 71%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 181 of 255 = 71%

168
149
181

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

Portions of RGB colors in percentages

R + G + B = 168 + 149 + 181 = 498 (100%)
R 168 of 498 ~ 33.73%
G 149 of 498 ~ 29.92%
B 181 of 498 ~ 36.35'%

%33.73
%29.92
%36.35

CMYK color model

#A895B5 color CMYK value is (7,18,0,29).

  • cyan value is 7.18%
  • magenta value is 17.68%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (7,18,0,29)
C7M18Y0K29 (7%, 18%, 0%, 29%)
(0.07 / 0.18 / 0.00 / 0.29)

CMYK percentages

%7.18
%17.68
%0
%29.02

Codes

Color #A895B5 in popluar color models

A8 95 B5
RGB 168 149 181
HSL 276° 17.78% 64.71%
HSB/HSV 276° 17.68% 70.98%
CMYK 7.18% 17.68% 0.00%
29.02%

Color #A895B5 in popluar number systems.

HEX A8 95 B5
Decimal 168 149 181
Binary 10101000 10010101 10110101
Octal 250 225 265

Shades and tints

Shades of #A895B5

#A895B5
(168,149,181)
#9988A5
(153,136,165)
#8A7B95
(138,123,149)
#7B6E85
(123,110,133)
#6C6175
(108,97,117)
#5D5465
(93,84,101)
#4E4755
(78,71,85)
#3F3A45
(63,58,69)
#302D35
(48,45,53)
#212025
(33,32,37)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #A895B5

#A895B5
(168,149,181)
#AF9EBB
(175,158,187)
#B6A7C1
(182,167,193)
#BDB0C7
(189,176,199)
#C4B9CD
(196,185,205)
#CBC2D3
(203,194,211)
#D2CBD9
(210,203,217)
#D9D4DF
(217,212,223)
#E0DDE5
(224,221,229)
#E7E6EB
(231,230,235)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A895B5; }

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

This text font color is #A895B5.

Background Color

.myBgColor { background-color: #A895B5; }

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

This div background color is #A895B5.

Border color

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

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

This div border color is #A895B5.

Opacity

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

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

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

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

This text has shadow with #A895B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A895B5.

Preview

Color preview on black background

This text has color #A895B5 on black background.


Color preview on white background

This text has color #A895B5 on white background.


Black color preview on #A895B5 background

This text has black color on #A895B5 background.


White color preview on #A895B5 background

This text has white color on #A895B5 background.


Related colors

Complementary color

Complementary color for #hex is #576A4A.


I love getcolorcode.com

Triadic colors

1 #B5A895 and #95B5A8 with #A895B5 are triadic colors.

2 #B595A8 and #95A8B5 with #A895B5 are triadic colors.