COLOR #A989CB

HEX: #A989CB
RGB: (169,137,203)

Color info

#A989CB contains mainly red and blue colors. Web safe color of #A989CB is #9999CC (or #99C).

RGB color model

#A989CB color RGB value is (169,137,203).

  • red value is 169;
  • green value is 137;
  • blue value is 203.
RGB:
(169,137,203)
(66%,54%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 203 of 255 = 80%

169
137
203

R + G + B ~ 67%. #A989CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 137 + 203 = 509 (100%)
R 169 of 509 ~ 33.2%
G 137 of 509 ~ 26.92%
B 203 of 509 ~ 39.88%

%33.2
%26.92
%39.88

CMYK color model

#A989CB color CMYK value is (17,33,0,20).

  • cyan value is 16.75%
  • magenta value is 32.51%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,33,0,20)
C17M33Y0K20 
(17%,33%,0%,20%)
(0.17/0.33/0.00/0.20)	

CMYK percentages

%16.75
%32.51
%0
%20.39

Codes

Color #A989CB in popluar color models

A989CB
RGB169137203
HSL269°38.82%66.67%
HSB/HSV269°32.51%79.61%
CMYK16.75%32.51%0.00%
20.39%

Color #A989CB in popluar number systems.

HEXA989CB
Decimal169137203
Binary101010011000100111001011
Octal251211313

Shades and tints

Shades of #A989CB

#A989CB
(169,137,203)
#9A7DB9
(154,125,185)
#8B71A7
(139,113,167)
#7C6595
(124,101,149)
#6D5983
(109,89,131)
#5E4D71
(94,77,113)
#4F415F
(79,65,95)
#40354D
(64,53,77)
#31293B
(49,41,59)
#221D29
(34,29,41)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #A989CB

#A989CB
(169,137,203)
#B093CF
(176,147,207)
#B79DD3
(183,157,211)
#BEA7D7
(190,167,215)
#C5B1DB
(197,177,219)
#CCBBDF
(204,187,223)
#D3C5E3
(211,197,227)
#DACFE7
(218,207,231)
#E1D9EB
(225,217,235)
#E8E3EF
(232,227,239)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A989CB color. Also use rgb(169,137,203) instead hex code.

Text Font Color

.myTextColor { color: #A989CB; }

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

This text font color is #A989CB.


Background Color

.myBgColor { background-color: #A989CB; }

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

This div background color is #A989CB.


Border color

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

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

This div border color is #A989CB.


Opacity

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

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

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

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

This text has shadow with #A989CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A989CB on black background.


Color preview on white background

This text has color #A989CB on white background.



Black color preview on #A989CB background

This text has black color on #A989CB background.


White color preview on #A989CB background

This text has white color on #A989CB background.