COLOR #A6C1BF

HEX: #A6C1BF
RGB: (166,193,191)

Color info

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

RGB color model

#A6C1BF color RGB value is (166,193,191).

  • red value is 166;
  • green value is 193;
  • blue value is 191.
RGB:
(166,193,191)
(65%,76%,75%)

RGB channels and saturation

R 166 of 255 = 65%
G 193 of 255 = 76%
B 191 of 255 = 75%

166
193
191

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

Portions of RGB colors in percentages

R + G + B =
166 + 193 + 191 = 550 (100%)
R 166 of 550 ~ 30.18%
G 193 of 550 ~ 35.09%
B 191 of 550 ~ 34.73%

%30.18
%35.09
%34.73

CMYK color model

#A6C1BF color CMYK value is (14,0,1,24).

  • cyan value is 13.99%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 24.31%
CMYK:
(14,0,1,24)
C14M0Y1K24 
(14%,0%,1%,24%)
(0.14/0.00/0.01/0.24)	

CMYK percentages

%13.99
%0
%1.04
%24.31

Codes

Color #A6C1BF in popluar color models

A6C1BF
RGB166193191
HSL176°17.88%70.39%
HSB/HSV176°13.99%75.69%
CMYK13.99%0.00%1.04%
24.31%

Color #A6C1BF in popluar number systems.

HEXA6C1BF
Decimal166193191
Binary101001101100000110111111
Octal246301277

Shades and tints

Shades of #A6C1BF

#A6C1BF
(166,193,191)
#97B0AE
(151,176,174)
#889F9D
(136,159,157)
#798E8C
(121,142,140)
#6A7D7B
(106,125,123)
#5B6C6A
(91,108,106)
#4C5B59
(76,91,89)
#3D4A48
(61,74,72)
#2E3937
(46,57,55)
#1F2826
(31,40,38)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #A6C1BF

#A6C1BF
(166,193,191)
#AEC6C4
(174,198,196)
#B6CBC9
(182,203,201)
#BED0CE
(190,208,206)
#C6D5D3
(198,213,211)
#CEDAD8
(206,218,216)
#D6DFDD
(214,223,221)
#DEE4E2
(222,228,226)
#E6E9E7
(230,233,231)
#EEEEEC
(238,238,236)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C1BF color. Also use rgb(166,193,191) instead hex code.

Text Font Color

.myTextColor { color: #A6C1BF; }

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

This text font color is #A6C1BF.


Background Color

.myBgColor { background-color: #A6C1BF; }

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

This div background color is #A6C1BF.


Border color

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

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

This div border color is #A6C1BF.


Opacity

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

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

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

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

This text has shadow with #A6C1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C1BF on black background.


Color preview on white background

This text has color #A6C1BF on white background.



Black color preview on #A6C1BF background

This text has black color on #A6C1BF background.


White color preview on #A6C1BF background

This text has white color on #A6C1BF background.