COLOR #A6C8AD

HEX: #A6C8AD RGB: (166,200,173)

Color info

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

RGB color model

#A6C8AD color RGB value is (166,200,173).

RGB: (166,200,173) (65%, 78%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 200 of 255 = 78%
B 173 of 255 = 68%

166
200
173

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

Portions of RGB colors in percentages

R + G + B = 166 + 200 + 173 = 539 (100%)
R 166 of 539 ~ 30.8%
G 200 of 539 ~ 37.11%
B 173 of 539 ~ 32.1'%

%30.8
%37.11
%32.1

CMYK color model

#A6C8AD color CMYK value is (17,0,14,22).

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 21.57%

CMYK: (17,0,14,22)
C17M0Y14K22 (17%, 0%, 14%, 22%)
(0.17 / 0.00 / 0.14 / 0.22)

CMYK percentages

%17
%0
%13.5
%21.57

Codes

Color #A6C8AD in popluar color models

A6 C8 AD
RGB 166 200 173
HSL 132° 23.61% 71.76%
HSB/HSV 132° 17.00% 78.43%
CMYK 17.00% 0.00% 13.50%
21.57%

Color #A6C8AD in popluar number systems.

HEX A6 C8 AD
Decimal 166 200 173
Binary 10100110 11001000 10101101
Octal 246 310 255

Shades and tints

Shades of #A6C8AD

#A6C8AD
(166,200,173)
#97B69E
(151,182,158)
#88A48F
(136,164,143)
#799280
(121,146,128)
#6A8071
(106,128,113)
#5B6E62
(91,110,98)
#4C5C53
(76,92,83)
#3D4A44
(61,74,68)
#2E3835
(46,56,53)
#1F2626
(31,38,38)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #A6C8AD

#A6C8AD
(166,200,173)
#AECDB4
(174,205,180)
#B6D2BB
(182,210,187)
#BED7C2
(190,215,194)
#C6DCC9
(198,220,201)
#CEE1D0
(206,225,208)
#D6E6D7
(214,230,215)
#DEEBDE
(222,235,222)
#E6F0E5
(230,240,229)
#EEF5EC
(238,245,236)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C8AD color. Also use rgb(166,200,173) instead hex code.

Text Font Color

.myTextColor { color: #A6C8AD; }

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

This text font color is #A6C8AD.

Background Color

.myBgColor { background-color: #A6C8AD; }

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

This div background color is #A6C8AD.

Border color

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

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

This div border color is #A6C8AD.

Opacity

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

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

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

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

This text has shadow with #A6C8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C8AD.

Preview

Color preview on black background

This text has color #A6C8AD on black background.


Color preview on white background

This text has color #A6C8AD on white background.


Black color preview on #A6C8AD background

This text has black color on #A6C8AD background.


White color preview on #A6C8AD background

This text has white color on #A6C8AD background.


Related colors

Complementary color

Complementary color for #hex is #593752.


I love getcolorcode.com

Triadic colors

1 #ADA6C8 and #C8ADA6 with #A6C8AD are triadic colors.

2 #ADC8A6 and #C8A6AD with #A6C8AD are triadic colors.