COLOR #A988B5

HEX: #A988B5
RGB: (169,136,181)

Color info

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

RGB color model

#A988B5 color RGB value is (169,136,181).

  • red value is 169;
  • green value is 136;
  • blue value is 181.
RGB:
(169,136,181)
(66%,53%,71%)

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 181 of 255 = 71%

169
136
181

R + G + B ~ 63%. #A988B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 181 = 486 (100%)
R 169 of 486 ~ 34.77%
G 136 of 486 ~ 27.98%
B 181 of 486 ~ 37.24%

%34.77
%27.98
%37.24

CMYK color model

#A988B5 color CMYK value is (7,25,0,29).

  • cyan value is 6.63%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(7,25,0,29)
C7M25Y0K29 
(7%,25%,0%,29%)
(0.07/0.25/0.00/0.29)	

CMYK percentages

%6.63
%24.86
%0
%29.02

Codes

Color #A988B5 in popluar color models

A988B5
RGB169136181
HSL284°23.32%62.16%
HSB/HSV284°24.86%70.98%
CMYK6.63%24.86%0.00%
29.02%

Color #A988B5 in popluar number systems.

HEXA988B5
Decimal169136181
Binary101010011000100010110101
Octal251210265

Shades and tints

Shades of #A988B5

#A988B5
(169,136,181)
#9A7CA5
(154,124,165)
#8B7095
(139,112,149)
#7C6485
(124,100,133)
#6D5875
(109,88,117)
#5E4C65
(94,76,101)
#4F4055
(79,64,85)
#403445
(64,52,69)
#312835
(49,40,53)
#221C25
(34,28,37)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #A988B5

#A988B5
(169,136,181)
#B092BB
(176,146,187)
#B79CC1
(183,156,193)
#BEA6C7
(190,166,199)
#C5B0CD
(197,176,205)
#CCBAD3
(204,186,211)
#D3C4D9
(211,196,217)
#DACEDF
(218,206,223)
#E1D8E5
(225,216,229)
#E8E2EB
(232,226,235)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A988B5 color. Also use rgb(169,136,181) instead hex code.

Text Font Color

.myTextColor { color: #A988B5; }

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

This text font color is #A988B5.


Background Color

.myBgColor { background-color: #A988B5; }

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

This div background color is #A988B5.


Border color

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

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

This div border color is #A988B5.


Opacity

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

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

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

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

This text has shadow with #A988B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A988B5 on black background.


Color preview on white background

This text has color #A988B5 on white background.



Black color preview on #A988B5 background

This text has black color on #A988B5 background.


White color preview on #A988B5 background

This text has white color on #A988B5 background.