COLOR #A6C0B9

HEX: #A6C0B9
RGB: (166,192,185)

Color info

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

RGB color model

#A6C0B9 color RGB value is (166,192,185).

  • red value is 166;
  • green value is 192;
  • blue value is 185.
RGB:
(166,192,185)
(65%,75%,73%)

RGB channels and saturation

R 166 of 255 = 65%
G 192 of 255 = 75%
B 185 of 255 = 73%

166
192
185

R + G + B ~ 71%. #A6C0B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 192 + 185 = 543 (100%)
R 166 of 543 ~ 30.57%
G 192 of 543 ~ 35.36%
B 185 of 543 ~ 34.07%

%30.57
%35.36
%34.07

CMYK color model

#A6C0B9 color CMYK value is (14,0,4,25).

  • cyan value is 13.54%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 24.71%
CMYK:
(14,0,4,25)
C14M0Y4K25 
(14%,0%,4%,25%)
(0.14/0.00/0.04/0.25)	

CMYK percentages

%13.54
%0
%3.65
%24.71

Codes

Color #A6C0B9 in popluar color models

A6C0B9
RGB166192185
HSL164°17.11%70.20%
HSB/HSV164°13.54%75.29%
CMYK13.54%0.00%3.65%
24.71%

Color #A6C0B9 in popluar number systems.

HEXA6C0B9
Decimal166192185
Binary101001101100000010111001
Octal246300271

Shades and tints

Shades of #A6C0B9

#A6C0B9
(166,192,185)
#97AFA9
(151,175,169)
#889E99
(136,158,153)
#798D89
(121,141,137)
#6A7C79
(106,124,121)
#5B6B69
(91,107,105)
#4C5A59
(76,90,89)
#3D4949
(61,73,73)
#2E3839
(46,56,57)
#1F2729
(31,39,41)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #A6C0B9

#A6C0B9
(166,192,185)
#AEC5BF
(174,197,191)
#B6CAC5
(182,202,197)
#BECFCB
(190,207,203)
#C6D4D1
(198,212,209)
#CED9D7
(206,217,215)
#D6DEDD
(214,222,221)
#DEE3E3
(222,227,227)
#E6E8E9
(230,232,233)
#EEEDEF
(238,237,239)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C0B9 color. Also use rgb(166,192,185) instead hex code.

Text Font Color

.myTextColor { color: #A6C0B9; }

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

This text font color is #A6C0B9.


Background Color

.myBgColor { background-color: #A6C0B9; }

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

This div background color is #A6C0B9.


Border color

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

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

This div border color is #A6C0B9.


Opacity

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

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

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

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

This text has shadow with #A6C0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C0B9 on black background.


Color preview on white background

This text has color #A6C0B9 on white background.



Black color preview on #A6C0B9 background

This text has black color on #A6C0B9 background.


White color preview on #A6C0B9 background

This text has white color on #A6C0B9 background.