COLOR #A6CCAF

HEX: #A6CCAF
RGB: (166,204,175)

Color info

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

RGB color model

#A6CCAF color RGB value is (166,204,175).

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

RGB channels and saturation

R 166 of 255 = 65%
G 204 of 255 = 80%
B 175 of 255 = 69%

166
204
175

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

Portions of RGB colors in percentages

R + G + B =
166 + 204 + 175 = 545 (100%)
R 166 of 545 ~ 30.46%
G 204 of 545 ~ 37.43%
B 175 of 545 ~ 32.11%

%30.46
%37.43
%32.11

CMYK color model

#A6CCAF color CMYK value is (19,0,14,20).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 20.00%
CMYK:
(19,0,14,20)
C19M0Y14K20 
(19%,0%,14%,20%)
(0.19/0.00/0.14/0.20)	

CMYK percentages

%18.63
%0
%14.22
%20

Codes

Color #A6CCAF in popluar color models

A6CCAF
RGB166204175
HSL134°27.14%72.55%
HSB/HSV134°18.63%80.00%
CMYK18.63%0.00%14.22%
20.00%

Color #A6CCAF in popluar number systems.

HEXA6CCAF
Decimal166204175
Binary101001101100110010101111
Octal246314257

Shades and tints

Shades of #A6CCAF

#A6CCAF
(166,204,175)
#97BAA0
(151,186,160)
#88A891
(136,168,145)
#799682
(121,150,130)
#6A8473
(106,132,115)
#5B7264
(91,114,100)
#4C6055
(76,96,85)
#3D4E46
(61,78,70)
#2E3C37
(46,60,55)
#1F2A28
(31,42,40)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #A6CCAF

#A6CCAF
(166,204,175)
#AED0B6
(174,208,182)
#B6D4BD
(182,212,189)
#BED8C4
(190,216,196)
#C6DCCB
(198,220,203)
#CEE0D2
(206,224,210)
#D6E4D9
(214,228,217)
#DEE8E0
(222,232,224)
#E6ECE7
(230,236,231)
#EEF0EE
(238,240,238)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CCAF; }

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

This text font color is #A6CCAF.


Background Color

.myBgColor { background-color: #A6CCAF; }

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

This div background color is #A6CCAF.


Border color

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

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

This div border color is #A6CCAF.


Opacity

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

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

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

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

This text has shadow with #A6CCAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CCAF on black background.


Color preview on white background

This text has color #A6CCAF on white background.



Black color preview on #A6CCAF background

This text has black color on #A6CCAF background.


White color preview on #A6CCAF background

This text has white color on #A6CCAF background.