COLOR #A899BA

HEX: #A899BA
RGB: (168,153,186)

Color info

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

RGB color model

#A899BA color RGB value is (168,153,186).

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

RGB channels and saturation

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

168
153
186

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

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 186 = 507 (100%)
R 168 of 507 ~ 33.14%
G 153 of 507 ~ 30.18%
B 186 of 507 ~ 36.69%

%33.14
%30.18
%36.69

CMYK color model

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

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

CMYK percentages

%9.68
%17.74
%0
%27.06

Codes

Color #A899BA in popluar color models

A899BA
RGB168153186
HSL267°19.30%66.47%
HSB/HSV267°17.74%72.94%
CMYK9.68%17.74%0.00%
27.06%

Color #A899BA in popluar number systems.

HEXA899BA
Decimal168153186
Binary101010001001100110111010
Octal250231272

Shades and tints

Shades of #A899BA

#A899BA
(168,153,186)
#998CAA
(153,140,170)
#8A7F9A
(138,127,154)
#7B728A
(123,114,138)
#6C657A
(108,101,122)
#5D586A
(93,88,106)
#4E4B5A
(78,75,90)
#3F3E4A
(63,62,74)
#30313A
(48,49,58)
#21242A
(33,36,42)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #A899BA

#A899BA
(168,153,186)
#AFA2C0
(175,162,192)
#B6ABC6
(182,171,198)
#BDB4CC
(189,180,204)
#C4BDD2
(196,189,210)
#CBC6D8
(203,198,216)
#D2CFDE
(210,207,222)
#D9D8E4
(217,216,228)
#E0E1EA
(224,225,234)
#E7EAF0
(231,234,240)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A899BA; }

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

This text font color is #A899BA.


Background Color

.myBgColor { background-color: #A899BA; }

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

This div background color is #A899BA.


Border color

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

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

This div border color is #A899BA.


Opacity

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

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

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

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

This text has shadow with #A899BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A899BA on black background.


Color preview on white background

This text has color #A899BA on white background.



Black color preview on #A899BA background

This text has black color on #A899BA background.


White color preview on #A899BA background

This text has white color on #A899BA background.