COLOR #A98BBB

HEX: #A98BBB
RGB: (169,139,187)

Color info

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

RGB color model

#A98BBB color RGB value is (169,139,187).

  • red value is 169;
  • green value is 139;
  • blue value is 187.
RGB:
(169,139,187)
(66%,55%,73%)

RGB channels and saturation

R 169 of 255 = 66%
G 139 of 255 = 55%
B 187 of 255 = 73%

169
139
187

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

Portions of RGB colors in percentages

R + G + B =
169 + 139 + 187 = 495 (100%)
R 169 of 495 ~ 34.14%
G 139 of 495 ~ 28.08%
B 187 of 495 ~ 37.78%

%34.14
%28.08
%37.78

CMYK color model

#A98BBB color CMYK value is (10,26,0,27).

  • cyan value is 9.63%
  • magenta value is 25.67%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,26,0,27)
C10M26Y0K27 
(10%,26%,0%,27%)
(0.10/0.26/0.00/0.27)	

CMYK percentages

%9.63
%25.67
%0
%26.67

Codes

Color #A98BBB in popluar color models

A98BBB
RGB169139187
HSL278°26.09%63.92%
HSB/HSV278°25.67%73.33%
CMYK9.63%25.67%0.00%
26.67%

Color #A98BBB in popluar number systems.

HEXA98BBB
Decimal169139187
Binary101010011000101110111011
Octal251213273

Shades and tints

Shades of #A98BBB

#A98BBB
(169,139,187)
#9A7FAA
(154,127,170)
#8B7399
(139,115,153)
#7C6788
(124,103,136)
#6D5B77
(109,91,119)
#5E4F66
(94,79,102)
#4F4355
(79,67,85)
#403744
(64,55,68)
#312B33
(49,43,51)
#221F22
(34,31,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #A98BBB

#A98BBB
(169,139,187)
#B095C1
(176,149,193)
#B79FC7
(183,159,199)
#BEA9CD
(190,169,205)
#C5B3D3
(197,179,211)
#CCBDD9
(204,189,217)
#D3C7DF
(211,199,223)
#DAD1E5
(218,209,229)
#E1DBEB
(225,219,235)
#E8E5F1
(232,229,241)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98BBB color. Also use rgb(169,139,187) instead hex code.

Text Font Color

.myTextColor { color: #A98BBB; }

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

This text font color is #A98BBB.


Background Color

.myBgColor { background-color: #A98BBB; }

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

This div background color is #A98BBB.


Border color

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

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

This div border color is #A98BBB.


Opacity

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

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

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

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

This text has shadow with #A98BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98BBB on black background.


Color preview on white background

This text has color #A98BBB on white background.



Black color preview on #A98BBB background

This text has black color on #A98BBB background.


White color preview on #A98BBB background

This text has white color on #A98BBB background.