COLOR #A6C7BC

HEX: #A6C7BC
RGB: (166,199,188)

Color info

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

RGB color model

#A6C7BC color RGB value is (166,199,188).

  • red value is 166;
  • green value is 199;
  • blue value is 188.
RGB:
(166,199,188)
(65%,78%,74%)

RGB channels and saturation

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

166
199
188

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

Portions of RGB colors in percentages

R + G + B =
166 + 199 + 188 = 553 (100%)
R 166 of 553 ~ 30.02%
G 199 of 553 ~ 35.99%
B 188 of 553 ~ 34%

%30.02
%35.99
%34

CMYK color model

#A6C7BC color CMYK value is (17,0,6,22).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 21.96%
CMYK:
(17,0,6,22)
C17M0Y6K22 
(17%,0%,6%,22%)
(0.17/0.00/0.06/0.22)	

CMYK percentages

%16.58
%0
%5.53
%21.96

Codes

Color #A6C7BC in popluar color models

A6C7BC
RGB166199188
HSL160°22.76%71.57%
HSB/HSV160°16.58%78.04%
CMYK16.58%0.00%5.53%
21.96%

Color #A6C7BC in popluar number systems.

HEXA6C7BC
Decimal166199188
Binary101001101100011110111100
Octal246307274

Shades and tints

Shades of #A6C7BC

#A6C7BC
(166,199,188)
#97B5AB
(151,181,171)
#88A39A
(136,163,154)
#799189
(121,145,137)
#6A7F78
(106,127,120)
#5B6D67
(91,109,103)
#4C5B56
(76,91,86)
#3D4945
(61,73,69)
#2E3734
(46,55,52)
#1F2523
(31,37,35)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #A6C7BC

#A6C7BC
(166,199,188)
#AECCC2
(174,204,194)
#B6D1C8
(182,209,200)
#BED6CE
(190,214,206)
#C6DBD4
(198,219,212)
#CEE0DA
(206,224,218)
#D6E5E0
(214,229,224)
#DEEAE6
(222,234,230)
#E6EFEC
(230,239,236)
#EEF4F2
(238,244,242)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C7BC; }

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

This text font color is #A6C7BC.


Background Color

.myBgColor { background-color: #A6C7BC; }

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

This div background color is #A6C7BC.


Border color

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

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

This div border color is #A6C7BC.


Opacity

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

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

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

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

This text has shadow with #A6C7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C7BC on black background.


Color preview on white background

This text has color #A6C7BC on white background.



Black color preview on #A6C7BC background

This text has black color on #A6C7BC background.


White color preview on #A6C7BC background

This text has white color on #A6C7BC background.