COLOR #A6C1AF

HEX: #A6C1AF
RGB: (166,193,175)

Color info

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

RGB color model

#A6C1AF color RGB value is (166,193,175).

  • red value is 166;
  • green value is 193;
  • blue value is 175.
RGB:
(166,193,175)
(65%,76%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 193 of 255 = 76%
B 175 of 255 = 69%

166
193
175

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

Portions of RGB colors in percentages

R + G + B =
166 + 193 + 175 = 534 (100%)
R 166 of 534 ~ 31.09%
G 193 of 534 ~ 36.14%
B 175 of 534 ~ 32.77%

%31.09
%36.14
%32.77

CMYK color model

#A6C1AF color CMYK value is (14,0,9,24).

  • cyan value is 13.99%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 24.31%
CMYK:
(14,0,9,24)
C14M0Y9K24 
(14%,0%,9%,24%)
(0.14/0.00/0.09/0.24)	

CMYK percentages

%13.99
%0
%9.33
%24.31

Codes

Color #A6C1AF in popluar color models

A6C1AF
RGB166193175
HSL140°17.88%70.39%
HSB/HSV140°13.99%75.69%
CMYK13.99%0.00%9.33%
24.31%

Color #A6C1AF in popluar number systems.

HEXA6C1AF
Decimal166193175
Binary101001101100000110101111
Octal246301257

Shades and tints

Shades of #A6C1AF

#A6C1AF
(166,193,175)
#97B0A0
(151,176,160)
#889F91
(136,159,145)
#798E82
(121,142,130)
#6A7D73
(106,125,115)
#5B6C64
(91,108,100)
#4C5B55
(76,91,85)
#3D4A46
(61,74,70)
#2E3937
(46,57,55)
#1F2828
(31,40,40)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #A6C1AF

#A6C1AF
(166,193,175)
#AEC6B6
(174,198,182)
#B6CBBD
(182,203,189)
#BED0C4
(190,208,196)
#C6D5CB
(198,213,203)
#CEDAD2
(206,218,210)
#D6DFD9
(214,223,217)
#DEE4E0
(222,228,224)
#E6E9E7
(230,233,231)
#EEEEEE
(238,238,238)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C1AF color. Also use rgb(166,193,175) instead hex code.

Text Font Color

.myTextColor { color: #A6C1AF; }

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

This text font color is #A6C1AF.


Background Color

.myBgColor { background-color: #A6C1AF; }

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

This div background color is #A6C1AF.


Border color

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

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

This div border color is #A6C1AF.


Opacity

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

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

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

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

This text has shadow with #A6C1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C1AF on black background.


Color preview on white background

This text has color #A6C1AF on white background.



Black color preview on #A6C1AF background

This text has black color on #A6C1AF background.


White color preview on #A6C1AF background

This text has white color on #A6C1AF background.