COLOR #A6CAA7

HEX: #A6CAA7 RGB: (166,202,167)

Color info

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

RGB color model

#A6CAA7 color RGB value is (166,202,167).

RGB: (166,202,167) (65%, 79%, 65%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 167 of 255 = 65%

166
202
167

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

Portions of RGB colors in percentages

R + G + B = 166 + 202 + 167 = 535 (100%)
R 166 of 535 ~ 31.03%
G 202 of 535 ~ 37.76%
B 167 of 535 ~ 31.21'%

%31.03
%37.76
%31.21

CMYK color model

#A6CAA7 color CMYK value is (18,0,17,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 20.78%
CMYK: (18,0,17,21) C18M0Y17K21 (18%,0%,17%,21%) (0.18/0.00/0.17/0.21) 

CMYK percentages

%17.82
%0
%17.33
%20.78

Codes

Color #A6CAA7 in popluar color models

A6 CA A7
RGB 166 202 167
HSL 122° 25.35% 72.16%
HSB/HSV 122° 17.82% 79.22%
CMYK 17.82% 0.00% 17.33%
20.78%

Color #A6CAA7 in popluar number systems.

HEX A6 CA A7
Decimal 166 202 167
Binary 10100110 11001010 10100111
Octal 246 312 247

Shades and tints

Shades of #A6CAA7

#A6CAA7
(166,202,167)
#97B898
(151,184,152)
#88A689
(136,166,137)
#79947A
(121,148,122)
#6A826B
(106,130,107)
#5B705C
(91,112,92)
#4C5E4D
(76,94,77)
#3D4C3E
(61,76,62)
#2E3A2F
(46,58,47)
#1F2820
(31,40,32)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #A6CAA7

#A6CAA7
(166,202,167)
#AECEAF
(174,206,175)
#B6D2B7
(182,210,183)
#BED6BF
(190,214,191)
#C6DAC7
(198,218,199)
#CEDECF
(206,222,207)
#D6E2D7
(214,226,215)
#DEE6DF
(222,230,223)
#E6EAE7
(230,234,231)
#EEEEEF
(238,238,239)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CAA7; }

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

This text font color is #A6CAA7.

Background Color

.myBgColor { background-color: #A6CAA7; }

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

This div background color is #A6CAA7.

Border color

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

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

This div border color is #A6CAA7.

Opacity

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

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

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

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

This text has shadow with #A6CAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CAA7.

Preview

Color preview on black background

This text has color #A6CAA7 on black background.


Color preview on white background

This text has color #A6CAA7 on white background.


Black color preview on #A6CAA7 background

This text has black color on #A6CAA7 background.


White color preview on #A6CAA7 background

This text has white color on #A6CAA7 background.


Related colors

Complementary color

Complementary color for #hex is #593558.


I love getcolorcode.com

Triadic colors

1 #A7A6CA and #CAA7A6 with #A6CAA7 are triadic colors.

2 #A7CAA6 and #CAA6A7 with #A6CAA7 are triadic colors.