COLOR #A6BDA9

HEX: #A6BDA9
RGB: (166,189,169)

Color info

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

RGB color model

#A6BDA9 color RGB value is (166,189,169).

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

RGB channels and saturation

R 166 of 255 = 65%
G 189 of 255 = 74%
B 169 of 255 = 66%

166
189
169

R + G + B ~ 68%. #A6BDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 189 + 169 = 524 (100%)
R 166 of 524 ~ 31.68%
G 189 of 524 ~ 36.07%
B 169 of 524 ~ 32.25%

%31.68
%36.07
%32.25

CMYK color model

#A6BDA9 color CMYK value is (12,0,11,26).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 25.88%
CMYK:
(12,0,11,26)
C12M0Y11K26 
(12%,0%,11%,26%)
(0.12/0.00/0.11/0.26)	

CMYK percentages

%12.17
%0
%10.58
%25.88

Codes

Color #A6BDA9 in popluar color models

A6BDA9
RGB166189169
HSL128°14.84%69.61%
HSB/HSV128°12.17%74.12%
CMYK12.17%0.00%10.58%
25.88%

Color #A6BDA9 in popluar number systems.

HEXA6BDA9
Decimal166189169
Binary101001101011110110101001
Octal246275251

Shades and tints

Shades of #A6BDA9

#A6BDA9
(166,189,169)
#97AC9A
(151,172,154)
#889B8B
(136,155,139)
#798A7C
(121,138,124)
#6A796D
(106,121,109)
#5B685E
(91,104,94)
#4C574F
(76,87,79)
#3D4640
(61,70,64)
#2E3531
(46,53,49)
#1F2422
(31,36,34)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #A6BDA9

#A6BDA9
(166,189,169)
#AEC3B0
(174,195,176)
#B6C9B7
(182,201,183)
#BECFBE
(190,207,190)
#C6D5C5
(198,213,197)
#CEDBCC
(206,219,204)
#D6E1D3
(214,225,211)
#DEE7DA
(222,231,218)
#E6EDE1
(230,237,225)
#EEF3E8
(238,243,232)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BDA9; }

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

This text font color is #A6BDA9.


Background Color

.myBgColor { background-color: #A6BDA9; }

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

This div background color is #A6BDA9.


Border color

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

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

This div border color is #A6BDA9.


Opacity

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

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

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

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

This text has shadow with #A6BDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BDA9 on black background.


Color preview on white background

This text has color #A6BDA9 on white background.



Black color preview on #A6BDA9 background

This text has black color on #A6BDA9 background.


White color preview on #A6BDA9 background

This text has white color on #A6BDA9 background.