COLOR #A6BD9F

HEX: #A6BD9F
RGB: (166,189,159)

Color info

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

RGB color model

#A6BD9F color RGB value is (166,189,159).

  • red value is 166;
  • green value is 189;
  • blue value is 159.
RGB:
(166,189,159)
(65%,74%,62%)

RGB channels and saturation

R 166 of 255 = 65%
G 189 of 255 = 74%
B 159 of 255 = 62%

166
189
159

R + G + B ~ 67%. #A6BD9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 189 + 159 = 514 (100%)
R 166 of 514 ~ 32.3%
G 189 of 514 ~ 36.77%
B 159 of 514 ~ 30.93%

%32.3
%36.77
%30.93

CMYK color model

#A6BD9F color CMYK value is (12,0,16,26).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 25.88%
CMYK:
(12,0,16,26)
C12M0Y16K26 
(12%,0%,16%,26%)
(0.12/0.00/0.16/0.26)	

CMYK percentages

%12.17
%0
%15.87
%25.88

Codes

Color #A6BD9F in popluar color models

A6BD9F
RGB166189159
HSL106°18.52%68.24%
HSB/HSV106°15.87%74.12%
CMYK12.17%0.00%15.87%
25.88%

Color #A6BD9F in popluar number systems.

HEXA6BD9F
Decimal166189159
Binary101001101011110110011111
Octal246275237

Shades and tints

Shades of #A6BD9F

#A6BD9F
(166,189,159)
#97AC91
(151,172,145)
#889B83
(136,155,131)
#798A75
(121,138,117)
#6A7967
(106,121,103)
#5B6859
(91,104,89)
#4C574B
(76,87,75)
#3D463D
(61,70,61)
#2E352F
(46,53,47)
#1F2421
(31,36,33)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #A6BD9F

#A6BD9F
(166,189,159)
#AEC3A7
(174,195,167)
#B6C9AF
(182,201,175)
#BECFB7
(190,207,183)
#C6D5BF
(198,213,191)
#CEDBC7
(206,219,199)
#D6E1CF
(214,225,207)
#DEE7D7
(222,231,215)
#E6EDDF
(230,237,223)
#EEF3E7
(238,243,231)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BD9F; }

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

This text font color is #A6BD9F.


Background Color

.myBgColor { background-color: #A6BD9F; }

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

This div background color is #A6BD9F.


Border color

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

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

This div border color is #A6BD9F.


Opacity

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

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

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

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

This text has shadow with #A6BD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BD9F on black background.


Color preview on white background

This text has color #A6BD9F on white background.



Black color preview on #A6BD9F background

This text has black color on #A6BD9F background.


White color preview on #A6BD9F background

This text has white color on #A6BD9F background.