COLOR #A6C9BD

HEX: #A6C9BD RGB: (166,201,189)

Color info

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

RGB color model

#A6C9BD color RGB value is (166,201,189).

RGB: (166,201,189) (65%, 79%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 201 of 255 = 79%
B 189 of 255 = 74%

166
201
189

R + G + B ~ 73%. #A6C9BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 201 + 189 = 556 (100%)
R 166 of 556 ~ 29.86%
G 201 of 556 ~ 36.15%
B 189 of 556 ~ 33.99'%

%29.86
%36.15
%33.99

CMYK color model

#A6C9BD color CMYK value is (17,0,6,21).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%

CMYK: (17,0,6,21)
C17M0Y6K21 (17%, 0%, 6%, 21%)
(0.17 / 0.00 / 0.06 / 0.21)

CMYK percentages

%17.41
%0
%5.97
%21.18

Codes

Color #A6C9BD in popluar color models

A6 C9 BD
RGB 166 201 189
HSL 159° 24.48% 71.96%
HSB/HSV 159° 17.41% 78.82%
CMYK 17.41% 0.00% 5.97%
21.18%

Color #A6C9BD in popluar number systems.

HEX A6 C9 BD
Decimal 166 201 189
Binary 10100110 11001001 10111101
Octal 246 311 275

Shades and tints

Shades of #A6C9BD

#A6C9BD
(166,201,189)
#97B7AC
(151,183,172)
#88A59B
(136,165,155)
#79938A
(121,147,138)
#6A8179
(106,129,121)
#5B6F68
(91,111,104)
#4C5D57
(76,93,87)
#3D4B46
(61,75,70)
#2E3935
(46,57,53)
#1F2724
(31,39,36)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #A6C9BD

#A6C9BD
(166,201,189)
#AECDC3
(174,205,195)
#B6D1C9
(182,209,201)
#BED5CF
(190,213,207)
#C6D9D5
(198,217,213)
#CEDDDB
(206,221,219)
#D6E1E1
(214,225,225)
#DEE5E7
(222,229,231)
#E6E9ED
(230,233,237)
#EEEDF3
(238,237,243)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C9BD; }

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

This text font color is #A6C9BD.

Background Color

.myBgColor { background-color: #A6C9BD; }

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

This div background color is #A6C9BD.

Border color

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

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

This div border color is #A6C9BD.

Opacity

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

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

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

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

This text has shadow with #A6C9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C9BD.

Preview

Color preview on black background

This text has color #A6C9BD on black background.


Color preview on white background

This text has color #A6C9BD on white background.


Black color preview on #A6C9BD background

This text has black color on #A6C9BD background.


White color preview on #A6C9BD background

This text has white color on #A6C9BD background.


Related colors

Complementary color

Complementary color for #hex is #593642.


I love getcolorcode.com

Triadic colors

1 #BDA6C9 and #C9BDA6 with #A6C9BD are triadic colors.

2 #BDC9A6 and #C9A6BD with #A6C9BD are triadic colors.