COLOR #A1C6AD

HEX: #A1C6AD RGB: (161,198,173)

Color info

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

RGB color model

#A1C6AD color RGB value is (161,198,173).

RGB: (161,198,173) (63%, 78%, 68%)

RGB channels and saturation

R 161 of 255 = 63%
G 198 of 255 = 78%
B 173 of 255 = 68%

161
198
173

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

Portions of RGB colors in percentages

R + G + B = 161 + 198 + 173 = 532 (100%)
R 161 of 532 ~ 30.26%
G 198 of 532 ~ 37.22%
B 173 of 532 ~ 32.52'%

%30.26
%37.22
%32.52

CMYK color model

#A1C6AD color CMYK value is (19,0,13,22).

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 22.35%

CMYK: (19,0,13,22)
C19M0Y13K22 (19%, 0%, 13%, 22%)
(0.19 / 0.00 / 0.13 / 0.22)

CMYK percentages

%18.69
%0
%12.63
%22.35

Codes

Color #A1C6AD in popluar color models

A1 C6 AD
RGB 161 198 173
HSL 139° 24.50% 70.39%
HSB/HSV 139° 18.69% 77.65%
CMYK 18.69% 0.00% 12.63%
22.35%

Color #A1C6AD in popluar number systems.

HEX A1 C6 AD
Decimal 161 198 173
Binary 10100001 11000110 10101101
Octal 241 306 255

Shades and tints

Shades of #A1C6AD

#A1C6AD
(161,198,173)
#93B49E
(147,180,158)
#85A28F
(133,162,143)
#779080
(119,144,128)
#697E71
(105,126,113)
#5B6C62
(91,108,98)
#4D5A53
(77,90,83)
#3F4844
(63,72,68)
#313635
(49,54,53)
#232426
(35,36,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #A1C6AD

#A1C6AD
(161,198,173)
#A9CBB4
(169,203,180)
#B1D0BB
(177,208,187)
#B9D5C2
(185,213,194)
#C1DAC9
(193,218,201)
#C9DFD0
(201,223,208)
#D1E4D7
(209,228,215)
#D9E9DE
(217,233,222)
#E1EEE5
(225,238,229)
#E9F3EC
(233,243,236)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C6AD color. Also use rgb(161,198,173) instead hex code.

Text Font Color

.myTextColor { color: #A1C6AD; }

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

This text font color is #A1C6AD.

Background Color

.myBgColor { background-color: #A1C6AD; }

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

This div background color is #A1C6AD.

Border color

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

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

This div border color is #A1C6AD.

Opacity

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

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

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

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

This text has shadow with #A1C6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C6AD.

Preview

Color preview on black background

This text has color #A1C6AD on black background.


Color preview on white background

This text has color #A1C6AD on white background.


Black color preview on #A1C6AD background

This text has black color on #A1C6AD background.


White color preview on #A1C6AD background

This text has white color on #A1C6AD background.


Related colors

Complementary color

Complementary color for #hex is #5E3952.


I love getcolorcode.com

Triadic colors

1 #ADA1C6 and #C6ADA1 with #A1C6AD are triadic colors.

2 #ADC6A1 and #C6A1AD with #A1C6AD are triadic colors.