COLOR #A99BCD

HEX: #A99BCD
RGB: (169,155,205)

Color info

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

RGB color model

#A99BCD color RGB value is (169,155,205).

  • red value is 169;
  • green value is 155;
  • blue value is 205.
RGB:
(169,155,205)
(66%,61%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 205 of 255 = 80%

169
155
205

R + G + B ~ 69%. #A99BCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 155 + 205 = 529 (100%)
R 169 of 529 ~ 31.95%
G 155 of 529 ~ 29.3%
B 205 of 529 ~ 38.75%

%31.95
%29.3
%38.75

CMYK color model

#A99BCD color CMYK value is (18,24,0,20).

  • cyan value is 17.56%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,24,0,20)
C18M24Y0K20 
(18%,24%,0%,20%)
(0.18/0.24/0.00/0.20)	

CMYK percentages

%17.56
%24.39
%0
%19.61

Codes

Color #A99BCD in popluar color models

A99BCD
RGB169155205
HSL257°33.33%70.59%
HSB/HSV257°24.39%80.39%
CMYK17.56%24.39%0.00%
19.61%

Color #A99BCD in popluar number systems.

HEXA99BCD
Decimal169155205
Binary101010011001101111001101
Octal251233315

Shades and tints

Shades of #A99BCD

#A99BCD
(169,155,205)
#9A8DBB
(154,141,187)
#8B7FA9
(139,127,169)
#7C7197
(124,113,151)
#6D6385
(109,99,133)
#5E5573
(94,85,115)
#4F4761
(79,71,97)
#40394F
(64,57,79)
#312B3D
(49,43,61)
#221D2B
(34,29,43)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #A99BCD

#A99BCD
(169,155,205)
#B0A4D1
(176,164,209)
#B7ADD5
(183,173,213)
#BEB6D9
(190,182,217)
#C5BFDD
(197,191,221)
#CCC8E1
(204,200,225)
#D3D1E5
(211,209,229)
#DADAE9
(218,218,233)
#E1E3ED
(225,227,237)
#E8ECF1
(232,236,241)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99BCD color. Also use rgb(169,155,205) instead hex code.

Text Font Color

.myTextColor { color: #A99BCD; }

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

This text font color is #A99BCD.


Background Color

.myBgColor { background-color: #A99BCD; }

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

This div background color is #A99BCD.


Border color

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

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

This div border color is #A99BCD.


Opacity

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

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

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

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

This text has shadow with #A99BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99BCD on black background.


Color preview on white background

This text has color #A99BCD on white background.



Black color preview on #A99BCD background

This text has black color on #A99BCD background.


White color preview on #A99BCD background

This text has white color on #A99BCD background.