COLOR #A6BD9C

HEX: #A6BD9C
RGB: (166,189,156)

Color info

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

RGB color model

#A6BD9C color RGB value is (166,189,156).

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

RGB channels and saturation

R 166 of 255 = 65%
G 189 of 255 = 74%
B 156 of 255 = 61%

166
189
156

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

Portions of RGB colors in percentages

R + G + B =
166 + 189 + 156 = 511 (100%)
R 166 of 511 ~ 32.49%
G 189 of 511 ~ 36.99%
B 156 of 511 ~ 30.53%

%32.49
%36.99
%30.53

CMYK color model

#A6BD9C color CMYK value is (12,0,17,26).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 25.88%
CMYK:
(12,0,17,26)
C12M0Y17K26 
(12%,0%,17%,26%)
(0.12/0.00/0.17/0.26)	

CMYK percentages

%12.17
%0
%17.46
%25.88

Codes

Color #A6BD9C in popluar color models

A6BD9C
RGB166189156
HSL102°20.00%67.65%
HSB/HSV102°17.46%74.12%
CMYK12.17%0.00%17.46%
25.88%

Color #A6BD9C in popluar number systems.

HEXA6BD9C
Decimal166189156
Binary101001101011110110011100
Octal246275234

Shades and tints

Shades of #A6BD9C

#A6BD9C
(166,189,156)
#97AC8E
(151,172,142)
#889B80
(136,155,128)
#798A72
(121,138,114)
#6A7964
(106,121,100)
#5B6856
(91,104,86)
#4C5748
(76,87,72)
#3D463A
(61,70,58)
#2E352C
(46,53,44)
#1F241E
(31,36,30)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #A6BD9C

#A6BD9C
(166,189,156)
#AEC3A5
(174,195,165)
#B6C9AE
(182,201,174)
#BECFB7
(190,207,183)
#C6D5C0
(198,213,192)
#CEDBC9
(206,219,201)
#D6E1D2
(214,225,210)
#DEE7DB
(222,231,219)
#E6EDE4
(230,237,228)
#EEF3ED
(238,243,237)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BD9C; }

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

This text font color is #A6BD9C.


Background Color

.myBgColor { background-color: #A6BD9C; }

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

This div background color is #A6BD9C.


Border color

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

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

This div border color is #A6BD9C.


Opacity

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

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

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

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

This text has shadow with #A6BD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BD9C on black background.


Color preview on white background

This text has color #A6BD9C on white background.



Black color preview on #A6BD9C background

This text has black color on #A6BD9C background.


White color preview on #A6BD9C background

This text has white color on #A6BD9C background.