COLOR #B9F7AA

HEX: #B9F7AA RGB: (185,247,170)

Color info

#B9F7AA contains mainly green color. Web safe color of #B9F7AA is #CCFF99 (or #CF9).

RGB color model

#B9F7AA color RGB value is (185,247,170).

RGB: (185,247,170) (73%, 97%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 247 of 255 = 97%
B 170 of 255 = 67%

185
247
170

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

Portions of RGB colors in percentages

R + G + B = 185 + 247 + 170 = 602 (100%)
R 185 of 602 ~ 30.73%
G 247 of 602 ~ 41.03%
B 170 of 602 ~ 28.24'%

%30.73
%41.03
%28.24

CMYK color model

#B9F7AA color CMYK value is (25,0,31,3).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 3.14%

CMYK: (25,0,31,3)
C25M0Y31K3 (25%, 0%, 31%, 3%)
(0.25 / 0.00 / 0.31 / 0.03)

CMYK percentages

%25.1
%0
%31.17
%3.14

Codes

Color #B9F7AA in popluar color models

B9 F7 AA
RGB 185 247 170
HSL 108° 82.80% 81.76%
HSB/HSV 108° 31.17% 96.86%
CMYK 25.10% 0.00% 31.17%
3.14%

Color #B9F7AA in popluar number systems.

HEX B9 F7 AA
Decimal 185 247 170
Binary 10111001 11110111 10101010
Octal 271 367 252

Shades and tints

Shades of #B9F7AA

#B9F7AA
(185,247,170)
#A9E19B
(169,225,155)
#99CB8C
(153,203,140)
#89B57D
(137,181,125)
#799F6E
(121,159,110)
#69895F
(105,137,95)
#597350
(89,115,80)
#495D41
(73,93,65)
#394732
(57,71,50)
#293123
(41,49,35)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #B9F7AA

#B9F7AA
(185,247,170)
#BFF7B1
(191,247,177)
#C5F7B8
(197,247,184)
#CBF7BF
(203,247,191)
#D1F7C6
(209,247,198)
#D7F7CD
(215,247,205)
#DDF7D4
(221,247,212)
#E3F7DB
(227,247,219)
#E9F7E2
(233,247,226)
#EFF7E9
(239,247,233)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F7AA color. Also use rgb(185,247,170) instead hex code.

Text Font Color

.myTextColor { color: #B9F7AA; }

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

This text font color is #B9F7AA.

Background Color

.myBgColor { background-color: #B9F7AA; }

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

This div background color is #B9F7AA.

Border color

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

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

This div border color is #B9F7AA.

Opacity

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

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

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

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

This text has shadow with #B9F7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9F7AA.

Preview

Color preview on black background

This text has color #B9F7AA on black background.


Color preview on white background

This text has color #B9F7AA on white background.


Black color preview on #B9F7AA background

This text has black color on #B9F7AA background.


White color preview on #B9F7AA background

This text has white color on #B9F7AA background.


Related colors

Complementary color

Complementary color for #hex is #460855.


I love getcolorcode.com

Triadic colors

1 #AAB9F7 and #F7AAB9 with #B9F7AA are triadic colors.

2 #AAF7B9 and #F7B9AA with #B9F7AA are triadic colors.