COLOR #A6C6BC

HEX: #A6C6BC RGB: (166,198,188)

Color info

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

RGB color model

#A6C6BC color RGB value is (166,198,188).

RGB: (166,198,188) (65%, 78%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 198 of 255 = 78%
B 188 of 255 = 74%

166
198
188

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

Portions of RGB colors in percentages

R + G + B = 166 + 198 + 188 = 552 (100%)
R 166 of 552 ~ 30.07%
G 198 of 552 ~ 35.87%
B 188 of 552 ~ 34.06'%

%30.07
%35.87
%34.06

CMYK color model

#A6C6BC color CMYK value is (16,0,5,22).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 22.35%

CMYK: (16,0,5,22)
C16M0Y5K22 (16%, 0%, 5%, 22%)
(0.16 / 0.00 / 0.05 / 0.22)

CMYK percentages

%16.16
%0
%5.05
%22.35

Codes

Color #A6C6BC in popluar color models

A6 C6 BC
RGB 166 198 188
HSL 161° 21.92% 71.37%
HSB/HSV 161° 16.16% 77.65%
CMYK 16.16% 0.00% 5.05%
22.35%

Color #A6C6BC in popluar number systems.

HEX A6 C6 BC
Decimal 166 198 188
Binary 10100110 11000110 10111100
Octal 246 306 274

Shades and tints

Shades of #A6C6BC

#A6C6BC
(166,198,188)
#97B4AB
(151,180,171)
#88A29A
(136,162,154)
#799089
(121,144,137)
#6A7E78
(106,126,120)
#5B6C67
(91,108,103)
#4C5A56
(76,90,86)
#3D4845
(61,72,69)
#2E3634
(46,54,52)
#1F2423
(31,36,35)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #A6C6BC

#A6C6BC
(166,198,188)
#AECBC2
(174,203,194)
#B6D0C8
(182,208,200)
#BED5CE
(190,213,206)
#C6DAD4
(198,218,212)
#CEDFDA
(206,223,218)
#D6E4E0
(214,228,224)
#DEE9E6
(222,233,230)
#E6EEEC
(230,238,236)
#EEF3F2
(238,243,242)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C6BC color. Also use rgb(166,198,188) instead hex code.

Text Font Color

.myTextColor { color: #A6C6BC; }

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

This text font color is #A6C6BC.

Background Color

.myBgColor { background-color: #A6C6BC; }

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

This div background color is #A6C6BC.

Border color

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

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

This div border color is #A6C6BC.

Opacity

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

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

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

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

This text has shadow with #A6C6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C6BC.

Preview

Color preview on black background

This text has color #A6C6BC on black background.


Color preview on white background

This text has color #A6C6BC on white background.


Black color preview on #A6C6BC background

This text has black color on #A6C6BC background.


White color preview on #A6C6BC background

This text has white color on #A6C6BC background.


Related colors

Complementary color

Complementary color for #hex is #593943.


I love getcolorcode.com

Triadic colors

1 #BCA6C6 and #C6BCA6 with #A6C6BC are triadic colors.

2 #BCC6A6 and #C6A6BC with #A6C6BC are triadic colors.