COLOR #A9FFB7

HEX: #A9FFB7 RGB: (169,255,183)

Color info

#A9FFB7 contains mainly green color. Web safe color of #A9FFB7 is #99FFCC (or #9FC).

RGB color model

#A9FFB7 color RGB value is (169,255,183).

RGB: (169,255,183) (66%, 100%, 72%)

RGB channels and saturation

R 169 of 255 = 66%
G 255 of 255 = 100%
B 183 of 255 = 72%

169
255
183

R + G + B ~ 79%. #A9FFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 255 + 183 = 607 (100%)
R 169 of 607 ~ 27.84%
G 255 of 607 ~ 42.01%
B 183 of 607 ~ 30.15'%

%27.84
%42.01
%30.15

CMYK color model

#A9FFB7 color CMYK value is (34,0,28,0).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 0.00%

CMYK: (34,0,28,0)
C34M0Y28K0 (34%, 0%, 28%, 0%)
(0.34 / 0.00 / 0.28 / 0.00)

CMYK percentages

%33.73
%0
%28.24
%0

Codes

Color #A9FFB7 in popluar color models

A9 FF B7
RGB 169 255 183
HSL 130° 100.00% 83.14%
HSB/HSV 130° 33.73% 100.00%
CMYK 33.73% 0.00% 28.24%
0.00%

Color #A9FFB7 in popluar number systems.

HEX A9 FF B7
Decimal 169 255 183
Binary 10101001 11111111 10110111
Octal 251 377 267

Shades and tints

Shades of #A9FFB7

#A9FFB7
(169,255,183)
#9AE8A7
(154,232,167)
#8BD197
(139,209,151)
#7CBA87
(124,186,135)
#6DA377
(109,163,119)
#5E8C67
(94,140,103)
#4F7557
(79,117,87)
#405E47
(64,94,71)
#314737
(49,71,55)
#223027
(34,48,39)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #A9FFB7

#A9FFB7
(169,255,183)
#B0FFBD
(176,255,189)
#B7FFC3
(183,255,195)
#BEFFC9
(190,255,201)
#C5FFCF
(197,255,207)
#CCFFD5
(204,255,213)
#D3FFDB
(211,255,219)
#DAFFE1
(218,255,225)
#E1FFE7
(225,255,231)
#E8FFED
(232,255,237)
#EFFFF3
(239,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FFB7 color. Also use rgb(169,255,183) instead hex code.

Text Font Color

.myTextColor { color: #A9FFB7; }

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

This text font color is #A9FFB7.

Background Color

.myBgColor { background-color: #A9FFB7; }

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

This div background color is #A9FFB7.

Border color

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

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

This div border color is #A9FFB7.

Opacity

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

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

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

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

This text has shadow with #A9FFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9FFB7.

Preview

Color preview on black background

This text has color #A9FFB7 on black background.


Color preview on white background

This text has color #A9FFB7 on white background.


Black color preview on #A9FFB7 background

This text has black color on #A9FFB7 background.


White color preview on #A9FFB7 background

This text has white color on #A9FFB7 background.


Related colors

Complementary color

Complementary color for #hex is #560048.


I love getcolorcode.com

Triadic colors

1 #B7A9FF and #FFB7A9 with #A9FFB7 are triadic colors.

2 #B7FFA9 and #FFA9B7 with #A9FFB7 are triadic colors.