COLOR #A6CCB9

HEX: #A6CCB9
RGB: (166,204,185)

Color info

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

RGB color model

#A6CCB9 color RGB value is (166,204,185).

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

RGB channels and saturation

R 166 of 255 = 65%
G 204 of 255 = 80%
B 185 of 255 = 73%

166
204
185

R + G + B ~ 73%. #A6CCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 204 + 185 = 555 (100%)
R 166 of 555 ~ 29.91%
G 204 of 555 ~ 36.76%
B 185 of 555 ~ 33.33%

%29.91
%36.76
%33.33

CMYK color model

#A6CCB9 color CMYK value is (19,0,9,20).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK:
(19,0,9,20)
C19M0Y9K20 
(19%,0%,9%,20%)
(0.19/0.00/0.09/0.20)	

CMYK percentages

%18.63
%0
%9.31
%20

Codes

Color #A6CCB9 in popluar color models

A6CCB9
RGB166204185
HSL150°27.14%72.55%
HSB/HSV150°18.63%80.00%
CMYK18.63%0.00%9.31%
20.00%

Color #A6CCB9 in popluar number systems.

HEXA6CCB9
Decimal166204185
Binary101001101100110010111001
Octal246314271

Shades and tints

Shades of #A6CCB9

#A6CCB9
(166,204,185)
#97BAA9
(151,186,169)
#88A899
(136,168,153)
#799689
(121,150,137)
#6A8479
(106,132,121)
#5B7269
(91,114,105)
#4C6059
(76,96,89)
#3D4E49
(61,78,73)
#2E3C39
(46,60,57)
#1F2A29
(31,42,41)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #A6CCB9

#A6CCB9
(166,204,185)
#AED0BF
(174,208,191)
#B6D4C5
(182,212,197)
#BED8CB
(190,216,203)
#C6DCD1
(198,220,209)
#CEE0D7
(206,224,215)
#D6E4DD
(214,228,221)
#DEE8E3
(222,232,227)
#E6ECE9
(230,236,233)
#EEF0EF
(238,240,239)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CCB9; }

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

This text font color is #A6CCB9.


Background Color

.myBgColor { background-color: #A6CCB9; }

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

This div background color is #A6CCB9.


Border color

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

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

This div border color is #A6CCB9.


Opacity

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

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

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

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

This text has shadow with #A6CCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CCB9 on black background.


Color preview on white background

This text has color #A6CCB9 on white background.



Black color preview on #A6CCB9 background

This text has black color on #A6CCB9 background.


White color preview on #A6CCB9 background

This text has white color on #A6CCB9 background.