COLOR #A6BD9A

HEX: #A6BD9A RGB: (166,189,154)

Color info

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

RGB color model

#A6BD9A color RGB value is (166,189,154).

RGB: (166,189,154) (65%, 74%, 60%)

RGB channels and saturation

R 166 of 255 = 65%
G 189 of 255 = 74%
B 154 of 255 = 60%

166
189
154

R + G + B ~ 66%. #A6BD9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 189 + 154 = 509 (100%)
R 166 of 509 ~ 32.61%
G 189 of 509 ~ 37.13%
B 154 of 509 ~ 30.26'%

%32.61
%37.13
%30.26

CMYK color model

#A6BD9A color CMYK value is (12,0,19,26).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 25.88%

CMYK: (12,0,19,26)
C12M0Y19K26 (12%, 0%, 19%, 26%)
(0.12 / 0.00 / 0.19 / 0.26)

CMYK percentages

%12.17
%0
%18.52
%25.88

Codes

Color #A6BD9A in popluar color models

A6 BD 9A
RGB 166 189 154
HSL 99° 20.96% 67.25%
HSB/HSV 99° 18.52% 74.12%
CMYK 12.17% 0.00% 18.52%
25.88%

Color #A6BD9A in popluar number systems.

HEX A6 BD 9A
Decimal 166 189 154
Binary 10100110 10111101 10011010
Octal 246 275 232

Shades and tints

Shades of #A6BD9A

#A6BD9A
(166,189,154)
#97AC8C
(151,172,140)
#889B7E
(136,155,126)
#798A70
(121,138,112)
#6A7962
(106,121,98)
#5B6854
(91,104,84)
#4C5746
(76,87,70)
#3D4638
(61,70,56)
#2E352A
(46,53,42)
#1F241C
(31,36,28)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #A6BD9A

#A6BD9A
(166,189,154)
#AEC3A3
(174,195,163)
#B6C9AC
(182,201,172)
#BECFB5
(190,207,181)
#C6D5BE
(198,213,190)
#CEDBC7
(206,219,199)
#D6E1D0
(214,225,208)
#DEE7D9
(222,231,217)
#E6EDE2
(230,237,226)
#EEF3EB
(238,243,235)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BD9A color. Also use rgb(166,189,154) instead hex code.

Text Font Color

.myTextColor { color: #A6BD9A; }

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

This text font color is #A6BD9A.

Background Color

.myBgColor { background-color: #A6BD9A; }

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

This div background color is #A6BD9A.

Border color

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

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

This div border color is #A6BD9A.

Opacity

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

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

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

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

This text has shadow with #A6BD9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BD9A.

Preview

Color preview on black background

This text has color #A6BD9A on black background.


Color preview on white background

This text has color #A6BD9A on white background.


Black color preview on #A6BD9A background

This text has black color on #A6BD9A background.


White color preview on #A6BD9A background

This text has white color on #A6BD9A background.


Related colors

Complementary color

Complementary color for #hex is #594265.


I love getcolorcode.com

Triadic colors

1 #9AA6BD and #BD9AA6 with #A6BD9A are triadic colors.

2 #9ABDA6 and #BDA69A with #A6BD9A are triadic colors.