COLOR #A6CF8D

HEX: #A6CF8D RGB: (166,207,141)

Color info

#A6CF8D contains mainly red and green colors. Web safe color of #A6CF8D is #99CC99 (or #9C9).

RGB color model

#A6CF8D color RGB value is (166,207,141).

RGB: (166,207,141) (65%, 81%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 207 of 255 = 81%
B 141 of 255 = 55%

166
207
141

R + G + B ~ 67%. #A6CF8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 207 + 141 = 514 (100%)
R 166 of 514 ~ 32.3%
G 207 of 514 ~ 40.27%
B 141 of 514 ~ 27.43'%

%32.3
%40.27
%27.43

CMYK color model

#A6CF8D color CMYK value is (20,0,32,19).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 31.88%
  • key color value is 18.82%
CMYK: (20,0,32,19) C20M0Y32K19 (20%,0%,32%,19%) (0.20/0.00/0.32/0.19) 

CMYK percentages

%19.81
%0
%31.88
%18.82

Codes

Color #A6CF8D in popluar color models

A6 CF 8D
RGB 166 207 141
HSL 97° 40.74% 68.24%
HSB/HSV 97° 31.88% 81.18%
CMYK 19.81% 0.00% 31.88%
18.82%

Color #A6CF8D in popluar number systems.

HEX A6 CF 8D
Decimal 166 207 141
Binary 10100110 11001111 10001101
Octal 246 317 215

Shades and tints

Shades of #A6CF8D

#A6CF8D
(166,207,141)
#97BD81
(151,189,129)
#88AB75
(136,171,117)
#799969
(121,153,105)
#6A875D
(106,135,93)
#5B7551
(91,117,81)
#4C6345
(76,99,69)
#3D5139
(61,81,57)
#2E3F2D
(46,63,45)
#1F2D21
(31,45,33)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #A6CF8D

#A6CF8D
(166,207,141)
#AED397
(174,211,151)
#B6D7A1
(182,215,161)
#BEDBAB
(190,219,171)
#C6DFB5
(198,223,181)
#CEE3BF
(206,227,191)
#D6E7C9
(214,231,201)
#DEEBD3
(222,235,211)
#E6EFDD
(230,239,221)
#EEF3E7
(238,243,231)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CF8D; }

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

This text font color is #A6CF8D.

Background Color

.myBgColor { background-color: #A6CF8D; }

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

This div background color is #A6CF8D.

Border color

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

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

This div border color is #A6CF8D.

Opacity

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

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

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

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

This text has shadow with #A6CF8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CF8D.

Preview

Color preview on black background

This text has color #A6CF8D on black background.


Color preview on white background

This text has color #A6CF8D on white background.


Black color preview on #A6CF8D background

This text has black color on #A6CF8D background.


White color preview on #A6CF8D background

This text has white color on #A6CF8D background.


Related colors

Complementary color

Complementary color for #hex is #593072.


I love getcolorcode.com

Triadic colors

1 #8DA6CF and #CF8DA6 with #A6CF8D are triadic colors.

2 #8DCFA6 and #CFA68D with #A6CF8D are triadic colors.