COLOR #A9BCC3

HEX: #A9BCC3
RGB: (169,188,195)

Color info

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

RGB color model

#A9BCC3 color RGB value is (169,188,195).

  • red value is 169;
  • green value is 188;
  • blue value is 195.
RGB:
(169,188,195)
(66%,74%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 195 of 255 = 76%

169
188
195

R + G + B ~ 72%. #A9BCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 188 + 195 = 552 (100%)
R 169 of 552 ~ 30.62%
G 188 of 552 ~ 34.06%
B 195 of 552 ~ 35.33%

%30.62
%34.06
%35.33

CMYK color model

#A9BCC3 color CMYK value is (13,4,0,24).

  • cyan value is 13.33%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(13,4,0,24)
C13M4Y0K24 
(13%,4%,0%,24%)
(0.13/0.04/0.00/0.24)	

CMYK percentages

%13.33
%3.59
%0
%23.53

Codes

Color #A9BCC3 in popluar color models

A9BCC3
RGB169188195
HSL196°17.81%71.37%
HSB/HSV196°13.33%76.47%
CMYK13.33%3.59%0.00%
23.53%

Color #A9BCC3 in popluar number systems.

HEXA9BCC3
Decimal169188195
Binary101010011011110011000011
Octal251274303

Shades and tints

Shades of #A9BCC3

#A9BCC3
(169,188,195)
#9AABB2
(154,171,178)
#8B9AA1
(139,154,161)
#7C8990
(124,137,144)
#6D787F
(109,120,127)
#5E676E
(94,103,110)
#4F565D
(79,86,93)
#40454C
(64,69,76)
#31343B
(49,52,59)
#22232A
(34,35,42)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #A9BCC3

#A9BCC3
(169,188,195)
#B0C2C8
(176,194,200)
#B7C8CD
(183,200,205)
#BECED2
(190,206,210)
#C5D4D7
(197,212,215)
#CCDADC
(204,218,220)
#D3E0E1
(211,224,225)
#DAE6E6
(218,230,230)
#E1ECEB
(225,236,235)
#E8F2F0
(232,242,240)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BCC3 color. Also use rgb(169,188,195) instead hex code.

Text Font Color

.myTextColor { color: #A9BCC3; }

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

This text font color is #A9BCC3.


Background Color

.myBgColor { background-color: #A9BCC3; }

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

This div background color is #A9BCC3.


Border color

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

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

This div border color is #A9BCC3.


Opacity

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

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

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

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

This text has shadow with #A9BCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BCC3 on black background.


Color preview on white background

This text has color #A9BCC3 on white background.



Black color preview on #A9BCC3 background

This text has black color on #A9BCC3 background.


White color preview on #A9BCC3 background

This text has white color on #A9BCC3 background.