COLOR #A98CBB

HEX: #A98CBB
RGB: (169,140,187)

Color info

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

RGB color model

#A98CBB color RGB value is (169,140,187).

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

RGB channels and saturation

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

169
140
187

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

Portions of RGB colors in percentages

R + G + B =
169 + 140 + 187 = 496 (100%)
R 169 of 496 ~ 34.07%
G 140 of 496 ~ 28.23%
B 187 of 496 ~ 37.7%

%34.07
%28.23
%37.7

CMYK color model

#A98CBB color CMYK value is (10,25,0,27).

  • cyan value is 9.63%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,25,0,27)
C10M25Y0K27 
(10%,25%,0%,27%)
(0.10/0.25/0.00/0.27)	

CMYK percentages

%9.63
%25.13
%0
%26.67

Codes

Color #A98CBB in popluar color models

A98CBB
RGB169140187
HSL277°25.68%64.12%
HSB/HSV277°25.13%73.33%
CMYK9.63%25.13%0.00%
26.67%

Color #A98CBB in popluar number systems.

HEXA98CBB
Decimal169140187
Binary101010011000110010111011
Octal251214273

Shades and tints

Shades of #A98CBB

#A98CBB
(169,140,187)
#9A80AA
(154,128,170)
#8B7499
(139,116,153)
#7C6888
(124,104,136)
#6D5C77
(109,92,119)
#5E5066
(94,80,102)
#4F4455
(79,68,85)
#403844
(64,56,68)
#312C33
(49,44,51)
#222022
(34,32,34)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A98CBB

#A98CBB
(169,140,187)
#B096C1
(176,150,193)
#B7A0C7
(183,160,199)
#BEAACD
(190,170,205)
#C5B4D3
(197,180,211)
#CCBED9
(204,190,217)
#D3C8DF
(211,200,223)
#DAD2E5
(218,210,229)
#E1DCEB
(225,220,235)
#E8E6F1
(232,230,241)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98CBB; }

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

This text font color is #A98CBB.


Background Color

.myBgColor { background-color: #A98CBB; }

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

This div background color is #A98CBB.


Border color

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

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

This div border color is #A98CBB.


Opacity

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

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

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

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

This text has shadow with #A98CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98CBB on black background.


Color preview on white background

This text has color #A98CBB on white background.



Black color preview on #A98CBB background

This text has black color on #A98CBB background.


White color preview on #A98CBB background

This text has white color on #A98CBB background.