COLOR #A6CAAD

HEX: #A6CAAD
RGB: (166,202,173)

Color info

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

RGB color model

#A6CAAD color RGB value is (166,202,173).

  • red value is 166;
  • green value is 202;
  • blue value is 173.
RGB:
(166,202,173)
(65%,79%,68%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 173 of 255 = 68%

166
202
173

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

Portions of RGB colors in percentages

R + G + B =
166 + 202 + 173 = 541 (100%)
R 166 of 541 ~ 30.68%
G 202 of 541 ~ 37.34%
B 173 of 541 ~ 31.98%

%30.68
%37.34
%31.98

CMYK color model

#A6CAAD color CMYK value is (18,0,14,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 20.78%
CMYK:
(18,0,14,21)
C18M0Y14K21 
(18%,0%,14%,21%)
(0.18/0.00/0.14/0.21)	

CMYK percentages

%17.82
%0
%14.36
%20.78

Codes

Color #A6CAAD in popluar color models

A6CAAD
RGB166202173
HSL132°25.35%72.16%
HSB/HSV132°17.82%79.22%
CMYK17.82%0.00%14.36%
20.78%

Color #A6CAAD in popluar number systems.

HEXA6CAAD
Decimal166202173
Binary101001101100101010101101
Octal246312255

Shades and tints

Shades of #A6CAAD

#A6CAAD
(166,202,173)
#97B89E
(151,184,158)
#88A68F
(136,166,143)
#799480
(121,148,128)
#6A8271
(106,130,113)
#5B7062
(91,112,98)
#4C5E53
(76,94,83)
#3D4C44
(61,76,68)
#2E3A35
(46,58,53)
#1F2826
(31,40,38)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A6CAAD

#A6CAAD
(166,202,173)
#AECEB4
(174,206,180)
#B6D2BB
(182,210,187)
#BED6C2
(190,214,194)
#C6DAC9
(198,218,201)
#CEDED0
(206,222,208)
#D6E2D7
(214,226,215)
#DEE6DE
(222,230,222)
#E6EAE5
(230,234,229)
#EEEEEC
(238,238,236)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CAAD color. Also use rgb(166,202,173) instead hex code.

Text Font Color

.myTextColor { color: #A6CAAD; }

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

This text font color is #A6CAAD.


Background Color

.myBgColor { background-color: #A6CAAD; }

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

This div background color is #A6CAAD.


Border color

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

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

This div border color is #A6CAAD.


Opacity

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

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

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

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

This text has shadow with #A6CAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CAAD on black background.


Color preview on white background

This text has color #A6CAAD on white background.



Black color preview on #A6CAAD background

This text has black color on #A6CAAD background.


White color preview on #A6CAAD background

This text has white color on #A6CAAD background.