COLOR #A9CCB3

HEX: #A9CCB3
RGB: (169,204,179)

Color info

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

RGB color model

#A9CCB3 color RGB value is (169,204,179).

  • red value is 169;
  • green value is 204;
  • blue value is 179.
RGB:
(169,204,179)
(66%,80%,70%)

RGB channels and saturation

R 169 of 255 = 66%
G 204 of 255 = 80%
B 179 of 255 = 70%

169
204
179

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

Portions of RGB colors in percentages

R + G + B =
169 + 204 + 179 = 552 (100%)
R 169 of 552 ~ 30.62%
G 204 of 552 ~ 36.96%
B 179 of 552 ~ 32.43%

%30.62
%36.96
%32.43

CMYK color model

#A9CCB3 color CMYK value is (17,0,12,20).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 12.25%
  • key color value is 20.00%
CMYK:
(17,0,12,20)
C17M0Y12K20 
(17%,0%,12%,20%)
(0.17/0.00/0.12/0.20)	

CMYK percentages

%17.16
%0
%12.25
%20

Codes

Color #A9CCB3 in popluar color models

A9CCB3
RGB169204179
HSL137°25.55%73.14%
HSB/HSV137°17.16%80.00%
CMYK17.16%0.00%12.25%
20.00%

Color #A9CCB3 in popluar number systems.

HEXA9CCB3
Decimal169204179
Binary101010011100110010110011
Octal251314263

Shades and tints

Shades of #A9CCB3

#A9CCB3
(169,204,179)
#9ABAA3
(154,186,163)
#8BA893
(139,168,147)
#7C9683
(124,150,131)
#6D8473
(109,132,115)
#5E7263
(94,114,99)
#4F6053
(79,96,83)
#404E43
(64,78,67)
#313C33
(49,60,51)
#222A23
(34,42,35)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #A9CCB3

#A9CCB3
(169,204,179)
#B0D0B9
(176,208,185)
#B7D4BF
(183,212,191)
#BED8C5
(190,216,197)
#C5DCCB
(197,220,203)
#CCE0D1
(204,224,209)
#D3E4D7
(211,228,215)
#DAE8DD
(218,232,221)
#E1ECE3
(225,236,227)
#E8F0E9
(232,240,233)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CCB3 color. Also use rgb(169,204,179) instead hex code.

Text Font Color

.myTextColor { color: #A9CCB3; }

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

This text font color is #A9CCB3.


Background Color

.myBgColor { background-color: #A9CCB3; }

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

This div background color is #A9CCB3.


Border color

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

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

This div border color is #A9CCB3.


Opacity

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

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

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

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

This text has shadow with #A9CCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CCB3 on black background.


Color preview on white background

This text has color #A9CCB3 on white background.



Black color preview on #A9CCB3 background

This text has black color on #A9CCB3 background.


White color preview on #A9CCB3 background

This text has white color on #A9CCB3 background.