COLOR #A6BDAE

HEX: #A6BDAE RGB: (166,189,174)

Color info

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

RGB color model

#A6BDAE color RGB value is (166,189,174).

RGB: (166,189,174) (65%, 74%, 68%)

RGB channels and saturation

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

166
189
174

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

Portions of RGB colors in percentages

R + G + B = 166 + 189 + 174 = 529 (100%)
R 166 of 529 ~ 31.38%
G 189 of 529 ~ 35.73%
B 174 of 529 ~ 32.89'%

%31.38
%35.73
%32.89

CMYK color model

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

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • 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
%7.94
%25.88

Codes

Color #A6BDAE in popluar color models

A6 BD AE
RGB 166 189 174
HSL 141° 14.84% 69.61%
HSB/HSV 141° 12.17% 74.12%
CMYK 12.17% 0.00% 7.94%
25.88%

Color #A6BDAE in popluar number systems.

HEX A6 BD AE
Decimal 166 189 174
Binary 10100110 10111101 10101110
Octal 246 275 256

Shades and tints

Shades of #A6BDAE

#A6BDAE
(166,189,174)
#97AC9F
(151,172,159)
#889B90
(136,155,144)
#798A81
(121,138,129)
#6A7972
(106,121,114)
#5B6863
(91,104,99)
#4C5754
(76,87,84)
#3D4645
(61,70,69)
#2E3536
(46,53,54)
#1F2427
(31,36,39)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #A6BDAE

#A6BDAE
(166,189,174)
#AEC3B5
(174,195,181)
#B6C9BC
(182,201,188)
#BECFC3
(190,207,195)
#C6D5CA
(198,213,202)
#CEDBD1
(206,219,209)
#D6E1D8
(214,225,216)
#DEE7DF
(222,231,223)
#E6EDE6
(230,237,230)
#EEF3ED
(238,243,237)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BDAE; }

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

This text font color is #A6BDAE.

Background Color

.myBgColor { background-color: #A6BDAE; }

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

This div background color is #A6BDAE.

Border color

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

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

This div border color is #A6BDAE.

Opacity

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

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

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

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

This text has shadow with #A6BDAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BDAE.

Preview

Color preview on black background

This text has color #A6BDAE on black background.


Color preview on white background

This text has color #A6BDAE on white background.


Black color preview on #A6BDAE background

This text has black color on #A6BDAE background.


White color preview on #A6BDAE background

This text has white color on #A6BDAE background.


Related colors

Complementary color

Complementary color for #hex is #594251.


I love getcolorcode.com

Triadic colors

1 #AEA6BD and #BDAEA6 with #A6BDAE are triadic colors.

2 #AEBDA6 and #BDA6AE with #A6BDAE are triadic colors.