COLOR #A999C6

HEX: #A999C6
RGB: (169,153,198)

Color info

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

RGB color model

#A999C6 color RGB value is (169,153,198).

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

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 198 of 255 = 78%

169
153
198

R + G + B ~ 68%. #A999C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 153 + 198 = 520 (100%)
R 169 of 520 ~ 32.5%
G 153 of 520 ~ 29.42%
B 198 of 520 ~ 38.08%

%32.5
%29.42
%38.08

CMYK color model

#A999C6 color CMYK value is (15,23,0,22).

  • cyan value is 14.65%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(15,23,0,22)
C15M23Y0K22 
(15%,23%,0%,22%)
(0.15/0.23/0.00/0.22)	

CMYK percentages

%14.65
%22.73
%0
%22.35

Codes

Color #A999C6 in popluar color models

A999C6
RGB169153198
HSL261°28.30%68.82%
HSB/HSV261°22.73%77.65%
CMYK14.65%22.73%0.00%
22.35%

Color #A999C6 in popluar number systems.

HEXA999C6
Decimal169153198
Binary101010011001100111000110
Octal251231306

Shades and tints

Shades of #A999C6

#A999C6
(169,153,198)
#9A8CB4
(154,140,180)
#8B7FA2
(139,127,162)
#7C7290
(124,114,144)
#6D657E
(109,101,126)
#5E586C
(94,88,108)
#4F4B5A
(79,75,90)
#403E48
(64,62,72)
#313136
(49,49,54)
#222424
(34,36,36)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #A999C6

#A999C6
(169,153,198)
#B0A2CB
(176,162,203)
#B7ABD0
(183,171,208)
#BEB4D5
(190,180,213)
#C5BDDA
(197,189,218)
#CCC6DF
(204,198,223)
#D3CFE4
(211,207,228)
#DAD8E9
(218,216,233)
#E1E1EE
(225,225,238)
#E8EAF3
(232,234,243)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A999C6; }

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

This text font color is #A999C6.


Background Color

.myBgColor { background-color: #A999C6; }

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

This div background color is #A999C6.


Border color

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

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

This div border color is #A999C6.


Opacity

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

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

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

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

This text has shadow with #A999C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A999C6 on black background.


Color preview on white background

This text has color #A999C6 on white background.



Black color preview on #A999C6 background

This text has black color on #A999C6 background.


White color preview on #A999C6 background

This text has white color on #A999C6 background.