COLOR #A6D89B

HEX: #A6D89B RGB: (166,216,155)

Color info

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

RGB color model

#A6D89B color RGB value is (166,216,155).

RGB: (166,216,155) (65%, 85%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 216 of 255 = 85%
B 155 of 255 = 61%

166
216
155

R + G + B ~ 70%. #A6D89B is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 216 + 155 = 537 (100%)
R 166 of 537 ~ 30.91%
G 216 of 537 ~ 40.22%
B 155 of 537 ~ 28.86'%

%30.91
%40.22
%28.86

CMYK color model

#A6D89B color CMYK value is (23,0,28,15).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 15.29%

CMYK: (23,0,28,15)
C23M0Y28K15 (23%, 0%, 28%, 15%)
(0.23 / 0.00 / 0.28 / 0.15)

CMYK percentages

%23.15
%0
%28.24
%15.29

Codes

Color #A6D89B in popluar color models

A6 D8 9B
RGB 166 216 155
HSL 109° 43.88% 72.75%
HSB/HSV 109° 28.24% 84.71%
CMYK 23.15% 0.00% 28.24%
15.29%

Color #A6D89B in popluar number systems.

HEX A6 D8 9B
Decimal 166 216 155
Binary 10100110 11011000 10011011
Octal 246 330 233

Shades and tints

Shades of #A6D89B

#A6D89B
(166,216,155)
#97C58D
(151,197,141)
#88B27F
(136,178,127)
#799F71
(121,159,113)
#6A8C63
(106,140,99)
#5B7955
(91,121,85)
#4C6647
(76,102,71)
#3D5339
(61,83,57)
#2E402B
(46,64,43)
#1F2D1D
(31,45,29)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #A6D89B

#A6D89B
(166,216,155)
#AEDBA4
(174,219,164)
#B6DEAD
(182,222,173)
#BEE1B6
(190,225,182)
#C6E4BF
(198,228,191)
#CEE7C8
(206,231,200)
#D6EAD1
(214,234,209)
#DEEDDA
(222,237,218)
#E6F0E3
(230,240,227)
#EEF3EC
(238,243,236)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D89B color. Also use rgb(166,216,155) instead hex code.

Text Font Color

.myTextColor { color: #A6D89B; }

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

This text font color is #A6D89B.

Background Color

.myBgColor { background-color: #A6D89B; }

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

This div background color is #A6D89B.

Border color

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

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

This div border color is #A6D89B.

Opacity

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

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

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

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

This text has shadow with #A6D89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D89B.

Preview

Color preview on black background

This text has color #A6D89B on black background.


Color preview on white background

This text has color #A6D89B on white background.


Black color preview on #A6D89B background

This text has black color on #A6D89B background.


White color preview on #A6D89B background

This text has white color on #A6D89B background.


Related colors

Complementary color

Complementary color for #hex is #592764.


I love getcolorcode.com

Triadic colors

1 #9BA6D8 and #D89BA6 with #A6D89B are triadic colors.

2 #9BD8A6 and #D8A69B with #A6D89B are triadic colors.