COLOR #A6C8BD

HEX: #A6C8BD RGB: (166,200,189)

Color info

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

RGB color model

#A6C8BD color RGB value is (166,200,189).

RGB: (166,200,189) (65%, 78%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 200 of 255 = 78%
B 189 of 255 = 74%

166
200
189

R + G + B ~ 72%. #A6C8BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 200 + 189 = 555 (100%)
R 166 of 555 ~ 29.91%
G 200 of 555 ~ 36.04%
B 189 of 555 ~ 34.05'%

%29.91
%36.04
%34.05

CMYK color model

#A6C8BD color CMYK value is (17,0,5,22).

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 21.57%
CMYK: (17,0,5,22) C17M0Y5K22 (17%,0%,5%,22%) (0.17/0.00/0.05/0.22) 

CMYK percentages

%17
%0
%5.5
%21.57

Codes

Color #A6C8BD in popluar color models

A6 C8 BD
RGB 166 200 189
HSL 161° 23.61% 71.76%
HSB/HSV 161° 17.00% 78.43%
CMYK 17.00% 0.00% 5.50%
21.57%

Color #A6C8BD in popluar number systems.

HEX A6 C8 BD
Decimal 166 200 189
Binary 10100110 11001000 10111101
Octal 246 310 275

Shades and tints

Shades of #A6C8BD

#A6C8BD
(166,200,189)
#97B6AC
(151,182,172)
#88A49B
(136,164,155)
#79928A
(121,146,138)
#6A8079
(106,128,121)
#5B6E68
(91,110,104)
#4C5C57
(76,92,87)
#3D4A46
(61,74,70)
#2E3835
(46,56,53)
#1F2624
(31,38,36)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #A6C8BD

#A6C8BD
(166,200,189)
#AECDC3
(174,205,195)
#B6D2C9
(182,210,201)
#BED7CF
(190,215,207)
#C6DCD5
(198,220,213)
#CEE1DB
(206,225,219)
#D6E6E1
(214,230,225)
#DEEBE7
(222,235,231)
#E6F0ED
(230,240,237)
#EEF5F3
(238,245,243)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C8BD; }

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

This text font color is #A6C8BD.

Background Color

.myBgColor { background-color: #A6C8BD; }

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

This div background color is #A6C8BD.

Border color

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

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

This div border color is #A6C8BD.

Opacity

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

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

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

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

This text has shadow with #A6C8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C8BD.

Preview

Color preview on black background

This text has color #A6C8BD on black background.


Color preview on white background

This text has color #A6C8BD on white background.


Black color preview on #A6C8BD background

This text has black color on #A6C8BD background.


White color preview on #A6C8BD background

This text has white color on #A6C8BD background.


Related colors

Complementary color

Complementary color for #hex is #593742.


I love getcolorcode.com

Triadic colors

1 #BDA6C8 and #C8BDA6 with #A6C8BD are triadic colors.

2 #BDC8A6 and #C8A6BD with #A6C8BD are triadic colors.