COLOR #A6BC9E

HEX: #A6BC9E
RGB: (166,188,158)

Color info

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

RGB color model

#A6BC9E color RGB value is (166,188,158).

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

RGB channels and saturation

R 166 of 255 = 65%
G 188 of 255 = 74%
B 158 of 255 = 62%

166
188
158

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

Portions of RGB colors in percentages

R + G + B =
166 + 188 + 158 = 512 (100%)
R 166 of 512 ~ 32.42%
G 188 of 512 ~ 36.72%
B 158 of 512 ~ 30.86%

%32.42
%36.72
%30.86

CMYK color model

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

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

CMYK percentages

%11.7
%0
%15.96
%26.27

Codes

Color #A6BC9E in popluar color models

A6BC9E
RGB166188158
HSL104°18.29%67.84%
HSB/HSV104°15.96%73.73%
CMYK11.70%0.00%15.96%
26.27%

Color #A6BC9E in popluar number systems.

HEXA6BC9E
Decimal166188158
Binary101001101011110010011110
Octal246274236

Shades and tints

Shades of #A6BC9E

#A6BC9E
(166,188,158)
#97AB90
(151,171,144)
#889A82
(136,154,130)
#798974
(121,137,116)
#6A7866
(106,120,102)
#5B6758
(91,103,88)
#4C564A
(76,86,74)
#3D453C
(61,69,60)
#2E342E
(46,52,46)
#1F2320
(31,35,32)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #A6BC9E

#A6BC9E
(166,188,158)
#AEC2A6
(174,194,166)
#B6C8AE
(182,200,174)
#BECEB6
(190,206,182)
#C6D4BE
(198,212,190)
#CEDAC6
(206,218,198)
#D6E0CE
(214,224,206)
#DEE6D6
(222,230,214)
#E6ECDE
(230,236,222)
#EEF2E6
(238,242,230)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BC9E color. Also use rgb(166,188,158) instead hex code.

Text Font Color

.myTextColor { color: #A6BC9E; }

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

This text font color is #A6BC9E.


Background Color

.myBgColor { background-color: #A6BC9E; }

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

This div background color is #A6BC9E.


Border color

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

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

This div border color is #A6BC9E.


Opacity

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

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

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

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

This text has shadow with #A6BC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BC9E on black background.


Color preview on white background

This text has color #A6BC9E on white background.



Black color preview on #A6BC9E background

This text has black color on #A6BC9E background.


White color preview on #A6BC9E background

This text has white color on #A6BC9E background.