COLOR #A6CAA9

HEX: #A6CAA9 RGB: (166,202,169)

Color info

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

RGB color model

#A6CAA9 color RGB value is (166,202,169).

RGB: (166,202,169) (65%, 79%, 66%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 169 of 255 = 66%

166
202
169

R + G + B ~ 70%. #A6CAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 202 + 169 = 537 (100%)
R 166 of 537 ~ 30.91%
G 202 of 537 ~ 37.62%
B 169 of 537 ~ 31.47'%

%30.91
%37.62
%31.47

CMYK color model

#A6CAA9 color CMYK value is (18,0,16,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 20.78%
CMYK: (18,0,16,21) C18M0Y16K21 (18%,0%,16%,21%) (0.18/0.00/0.16/0.21) 

CMYK percentages

%17.82
%0
%16.34
%20.78

Codes

Color #A6CAA9 in popluar color models

A6 CA A9
RGB 166 202 169
HSL 125° 25.35% 72.16%
HSB/HSV 125° 17.82% 79.22%
CMYK 17.82% 0.00% 16.34%
20.78%

Color #A6CAA9 in popluar number systems.

HEX A6 CA A9
Decimal 166 202 169
Binary 10100110 11001010 10101001
Octal 246 312 251

Shades and tints

Shades of #A6CAA9

#A6CAA9
(166,202,169)
#97B89A
(151,184,154)
#88A68B
(136,166,139)
#79947C
(121,148,124)
#6A826D
(106,130,109)
#5B705E
(91,112,94)
#4C5E4F
(76,94,79)
#3D4C40
(61,76,64)
#2E3A31
(46,58,49)
#1F2822
(31,40,34)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #A6CAA9

#A6CAA9
(166,202,169)
#AECEB0
(174,206,176)
#B6D2B7
(182,210,183)
#BED6BE
(190,214,190)
#C6DAC5
(198,218,197)
#CEDECC
(206,222,204)
#D6E2D3
(214,226,211)
#DEE6DA
(222,230,218)
#E6EAE1
(230,234,225)
#EEEEE8
(238,238,232)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CAA9 color. Also use rgb(166,202,169) instead hex code.

Text Font Color

.myTextColor { color: #A6CAA9; }

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

This text font color is #A6CAA9.

Background Color

.myBgColor { background-color: #A6CAA9; }

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

This div background color is #A6CAA9.

Border color

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

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

This div border color is #A6CAA9.

Opacity

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

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

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

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

This text has shadow with #A6CAA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CAA9.

Preview

Color preview on black background

This text has color #A6CAA9 on black background.


Color preview on white background

This text has color #A6CAA9 on white background.


Black color preview on #A6CAA9 background

This text has black color on #A6CAA9 background.


White color preview on #A6CAA9 background

This text has white color on #A6CAA9 background.


Related colors

Complementary color

Complementary color for #hex is #593556.


I love getcolorcode.com

Triadic colors

1 #A9A6CA and #CAA9A6 with #A6CAA9 are triadic colors.

2 #A9CAA6 and #CAA6A9 with #A6CAA9 are triadic colors.