COLOR #A6BDAD

HEX: #A6BDAD
RGB: (166,189,173)

Color info

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

RGB color model

#A6BDAD color RGB value is (166,189,173).

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

RGB channels and saturation

R 166 of 255 = 65%
G 189 of 255 = 74%
B 173 of 255 = 68%

166
189
173

R + G + B ~ 69%. #A6BDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 189 + 173 = 528 (100%)
R 166 of 528 ~ 31.44%
G 189 of 528 ~ 35.8%
B 173 of 528 ~ 32.77%

%31.44
%35.8
%32.77

CMYK color model

#A6BDAD color CMYK value is (12,0,8,26).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 25.88%
CMYK:
(12,0,8,26)
C12M0Y8K26 
(12%,0%,8%,26%)
(0.12/0.00/0.08/0.26)	

CMYK percentages

%12.17
%0
%8.47
%25.88

Codes

Color #A6BDAD in popluar color models

A6BDAD
RGB166189173
HSL138°14.84%69.61%
HSB/HSV138°12.17%74.12%
CMYK12.17%0.00%8.47%
25.88%

Color #A6BDAD in popluar number systems.

HEXA6BDAD
Decimal166189173
Binary101001101011110110101101
Octal246275255

Shades and tints

Shades of #A6BDAD

#A6BDAD
(166,189,173)
#97AC9E
(151,172,158)
#889B8F
(136,155,143)
#798A80
(121,138,128)
#6A7971
(106,121,113)
#5B6862
(91,104,98)
#4C5753
(76,87,83)
#3D4644
(61,70,68)
#2E3535
(46,53,53)
#1F2426
(31,36,38)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #A6BDAD

#A6BDAD
(166,189,173)
#AEC3B4
(174,195,180)
#B6C9BB
(182,201,187)
#BECFC2
(190,207,194)
#C6D5C9
(198,213,201)
#CEDBD0
(206,219,208)
#D6E1D7
(214,225,215)
#DEE7DE
(222,231,222)
#E6EDE5
(230,237,229)
#EEF3EC
(238,243,236)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BDAD; }

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

This text font color is #A6BDAD.


Background Color

.myBgColor { background-color: #A6BDAD; }

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

This div background color is #A6BDAD.


Border color

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

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

This div border color is #A6BDAD.


Opacity

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

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

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

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

This text has shadow with #A6BDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BDAD on black background.


Color preview on white background

This text has color #A6BDAD on white background.



Black color preview on #A6BDAD background

This text has black color on #A6BDAD background.


White color preview on #A6BDAD background

This text has white color on #A6BDAD background.