COLOR #A6CF9F

HEX: #A6CF9F
RGB: (166,207,159)

Color info

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

RGB color model

#A6CF9F color RGB value is (166,207,159).

  • red value is 166;
  • green value is 207;
  • blue value is 159.
RGB:
(166,207,159)
(65%,81%,62%)

RGB channels and saturation

R 166 of 255 = 65%
G 207 of 255 = 81%
B 159 of 255 = 62%

166
207
159

R + G + B ~ 69%. #A6CF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 207 + 159 = 532 (100%)
R 166 of 532 ~ 31.2%
G 207 of 532 ~ 38.91%
B 159 of 532 ~ 29.89%

%31.2
%38.91
%29.89

CMYK color model

#A6CF9F color CMYK value is (20,0,23,19).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 23.19%
  • key color value is 18.82%
CMYK:
(20,0,23,19)
C20M0Y23K19 
(20%,0%,23%,19%)
(0.20/0.00/0.23/0.19)	

CMYK percentages

%19.81
%0
%23.19
%18.82

Codes

Color #A6CF9F in popluar color models

A6CF9F
RGB166207159
HSL111°33.33%71.76%
HSB/HSV111°23.19%81.18%
CMYK19.81%0.00%23.19%
18.82%

Color #A6CF9F in popluar number systems.

HEXA6CF9F
Decimal166207159
Binary101001101100111110011111
Octal246317237

Shades and tints

Shades of #A6CF9F

#A6CF9F
(166,207,159)
#97BD91
(151,189,145)
#88AB83
(136,171,131)
#799975
(121,153,117)
#6A8767
(106,135,103)
#5B7559
(91,117,89)
#4C634B
(76,99,75)
#3D513D
(61,81,61)
#2E3F2F
(46,63,47)
#1F2D21
(31,45,33)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #A6CF9F

#A6CF9F
(166,207,159)
#AED3A7
(174,211,167)
#B6D7AF
(182,215,175)
#BEDBB7
(190,219,183)
#C6DFBF
(198,223,191)
#CEE3C7
(206,227,199)
#D6E7CF
(214,231,207)
#DEEBD7
(222,235,215)
#E6EFDF
(230,239,223)
#EEF3E7
(238,243,231)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CF9F color. Also use rgb(166,207,159) instead hex code.

Text Font Color

.myTextColor { color: #A6CF9F; }

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

This text font color is #A6CF9F.


Background Color

.myBgColor { background-color: #A6CF9F; }

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

This div background color is #A6CF9F.


Border color

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

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

This div border color is #A6CF9F.


Opacity

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

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

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

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

This text has shadow with #A6CF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CF9F on black background.


Color preview on white background

This text has color #A6CF9F on white background.



Black color preview on #A6CF9F background

This text has black color on #A6CF9F background.


White color preview on #A6CF9F background

This text has white color on #A6CF9F background.