COLOR #A999CD

HEX: #A999CD
RGB: (169,153,205)

Color info

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

RGB color model

#A999CD color RGB value is (169,153,205).

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

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 205 of 255 = 80%

169
153
205

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

Portions of RGB colors in percentages

R + G + B =
169 + 153 + 205 = 527 (100%)
R 169 of 527 ~ 32.07%
G 153 of 527 ~ 29.03%
B 205 of 527 ~ 38.9%

%32.07
%29.03
%38.9

CMYK color model

#A999CD color CMYK value is (18,25,0,20).

  • cyan value is 17.56%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,25,0,20)
C18M25Y0K20 
(18%,25%,0%,20%)
(0.18/0.25/0.00/0.20)	

CMYK percentages

%17.56
%25.37
%0
%19.61

Codes

Color #A999CD in popluar color models

A999CD
RGB169153205
HSL258°34.21%70.20%
HSB/HSV258°25.37%80.39%
CMYK17.56%25.37%0.00%
19.61%

Color #A999CD in popluar number systems.

HEXA999CD
Decimal169153205
Binary101010011001100111001101
Octal251231315

Shades and tints

Shades of #A999CD

#A999CD
(169,153,205)
#9A8CBB
(154,140,187)
#8B7FA9
(139,127,169)
#7C7297
(124,114,151)
#6D6585
(109,101,133)
#5E5873
(94,88,115)
#4F4B61
(79,75,97)
#403E4F
(64,62,79)
#31313D
(49,49,61)
#22242B
(34,36,43)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #A999CD

#A999CD
(169,153,205)
#B0A2D1
(176,162,209)
#B7ABD5
(183,171,213)
#BEB4D9
(190,180,217)
#C5BDDD
(197,189,221)
#CCC6E1
(204,198,225)
#D3CFE5
(211,207,229)
#DAD8E9
(218,216,233)
#E1E1ED
(225,225,237)
#E8EAF1
(232,234,241)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A999CD; }

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

This text font color is #A999CD.


Background Color

.myBgColor { background-color: #A999CD; }

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

This div background color is #A999CD.


Border color

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

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

This div border color is #A999CD.


Opacity

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

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

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

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

This text has shadow with #A999CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A999CD on black background.


Color preview on white background

This text has color #A999CD on white background.



Black color preview on #A999CD background

This text has black color on #A999CD background.


White color preview on #A999CD background

This text has white color on #A999CD background.