COLOR #A98ABC

HEX: #A98ABC
RGB: (169,138,188)

Color info

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

RGB color model

#A98ABC color RGB value is (169,138,188).

  • red value is 169;
  • green value is 138;
  • blue value is 188.
RGB:
(169,138,188)
(66%,54%,74%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 188 of 255 = 74%

169
138
188

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

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 188 = 495 (100%)
R 169 of 495 ~ 34.14%
G 138 of 495 ~ 27.88%
B 188 of 495 ~ 37.98%

%34.14
%27.88
%37.98

CMYK color model

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

  • cyan value is 10.11%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(10,27,0,26)
C10M27Y0K26 
(10%,27%,0%,26%)
(0.10/0.27/0.00/0.26)	

CMYK percentages

%10.11
%26.6
%0
%26.27

Codes

Color #A98ABC in popluar color models

A98ABC
RGB169138188
HSL277°27.17%63.92%
HSB/HSV277°26.60%73.73%
CMYK10.11%26.60%0.00%
26.27%

Color #A98ABC in popluar number systems.

HEXA98ABC
Decimal169138188
Binary101010011000101010111100
Octal251212274

Shades and tints

Shades of #A98ABC

#A98ABC
(169,138,188)
#9A7EAB
(154,126,171)
#8B729A
(139,114,154)
#7C6689
(124,102,137)
#6D5A78
(109,90,120)
#5E4E67
(94,78,103)
#4F4256
(79,66,86)
#403645
(64,54,69)
#312A34
(49,42,52)
#221E23
(34,30,35)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A98ABC

#A98ABC
(169,138,188)
#B094C2
(176,148,194)
#B79EC8
(183,158,200)
#BEA8CE
(190,168,206)
#C5B2D4
(197,178,212)
#CCBCDA
(204,188,218)
#D3C6E0
(211,198,224)
#DAD0E6
(218,208,230)
#E1DAEC
(225,218,236)
#E8E4F2
(232,228,242)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98ABC color. Also use rgb(169,138,188) instead hex code.

Text Font Color

.myTextColor { color: #A98ABC; }

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

This text font color is #A98ABC.


Background Color

.myBgColor { background-color: #A98ABC; }

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

This div background color is #A98ABC.


Border color

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

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

This div border color is #A98ABC.


Opacity

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

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

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

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

This text has shadow with #A98ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98ABC on black background.


Color preview on white background

This text has color #A98ABC on white background.



Black color preview on #A98ABC background

This text has black color on #A98ABC background.


White color preview on #A98ABC background

This text has white color on #A98ABC background.