COLOR #A899BB

HEX: #A899BB
RGB: (168,153,187)

Color info

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

RGB color model

#A899BB color RGB value is (168,153,187).

  • red value is 168;
  • green value is 153;
  • blue value is 187.
RGB:
(168,153,187)
(66%,60%,73%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 187 of 255 = 73%

168
153
187

R + G + B ~ 66%. #A899BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 187 = 508 (100%)
R 168 of 508 ~ 33.07%
G 153 of 508 ~ 30.12%
B 187 of 508 ~ 36.81%

%33.07
%30.12
%36.81

CMYK color model

#A899BB color CMYK value is (10,18,0,27).

  • cyan value is 10.16%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,18,0,27)
C10M18Y0K27 
(10%,18%,0%,27%)
(0.10/0.18/0.00/0.27)	

CMYK percentages

%10.16
%18.18
%0
%26.67

Codes

Color #A899BB in popluar color models

A899BB
RGB168153187
HSL266°20.00%66.67%
HSB/HSV266°18.18%73.33%
CMYK10.16%18.18%0.00%
26.67%

Color #A899BB in popluar number systems.

HEXA899BB
Decimal168153187
Binary101010001001100110111011
Octal250231273

Shades and tints

Shades of #A899BB

#A899BB
(168,153,187)
#998CAA
(153,140,170)
#8A7F99
(138,127,153)
#7B7288
(123,114,136)
#6C6577
(108,101,119)
#5D5866
(93,88,102)
#4E4B55
(78,75,85)
#3F3E44
(63,62,68)
#303133
(48,49,51)
#212422
(33,36,34)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #A899BB

#A899BB
(168,153,187)
#AFA2C1
(175,162,193)
#B6ABC7
(182,171,199)
#BDB4CD
(189,180,205)
#C4BDD3
(196,189,211)
#CBC6D9
(203,198,217)
#D2CFDF
(210,207,223)
#D9D8E5
(217,216,229)
#E0E1EB
(224,225,235)
#E7EAF1
(231,234,241)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A899BB color. Also use rgb(168,153,187) instead hex code.

Text Font Color

.myTextColor { color: #A899BB; }

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

This text font color is #A899BB.


Background Color

.myBgColor { background-color: #A899BB; }

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

This div background color is #A899BB.


Border color

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

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

This div border color is #A899BB.


Opacity

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

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

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

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

This text has shadow with #A899BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A899BB on black background.


Color preview on white background

This text has color #A899BB on white background.



Black color preview on #A899BB background

This text has black color on #A899BB background.


White color preview on #A899BB background

This text has white color on #A899BB background.