COLOR #B5F0AB

HEX: #B5F0AB RGB: (181,240,171)

Color info

#B5F0AB contains mainly red and green colors. Web safe color of #B5F0AB is #CCFF99 (or #CF9).

RGB color model

#B5F0AB color RGB value is (181,240,171).

RGB: (181,240,171) (71%, 94%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 240 of 255 = 94%
B 171 of 255 = 67%

181
240
171

R + G + B ~ 77%. #B5F0AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 240 + 171 = 592 (100%)
R 181 of 592 ~ 30.57%
G 240 of 592 ~ 40.54%
B 171 of 592 ~ 28.89'%

%30.57
%40.54
%28.89

CMYK color model

#B5F0AB color CMYK value is (25,0,29,6).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 28.75%
  • key color value is 5.88%

CMYK: (25,0,29,6)
C25M0Y29K6 (25%, 0%, 29%, 6%)
(0.25 / 0.00 / 0.29 / 0.06)

CMYK percentages

%24.58
%0
%28.75
%5.88

Codes

Color #B5F0AB in popluar color models

B5 F0 AB
RGB 181 240 171
HSL 111° 69.70% 80.59%
HSB/HSV 111° 28.75% 94.12%
CMYK 24.58% 0.00% 28.75%
5.88%

Color #B5F0AB in popluar number systems.

HEX B5 F0 AB
Decimal 181 240 171
Binary 10110101 11110000 10101011
Octal 265 360 253

Shades and tints

Shades of #B5F0AB

#B5F0AB
(181,240,171)
#A5DB9C
(165,219,156)
#95C68D
(149,198,141)
#85B17E
(133,177,126)
#759C6F
(117,156,111)
#658760
(101,135,96)
#557251
(85,114,81)
#455D42
(69,93,66)
#354833
(53,72,51)
#253324
(37,51,36)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #B5F0AB

#B5F0AB
(181,240,171)
#BBF1B2
(187,241,178)
#C1F2B9
(193,242,185)
#C7F3C0
(199,243,192)
#CDF4C7
(205,244,199)
#D3F5CE
(211,245,206)
#D9F6D5
(217,246,213)
#DFF7DC
(223,247,220)
#E5F8E3
(229,248,227)
#EBF9EA
(235,249,234)
#F1FAF1
(241,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F0AB color. Also use rgb(181,240,171) instead hex code.

Text Font Color

.myTextColor { color: #B5F0AB; }

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

This text font color is #B5F0AB.

Background Color

.myBgColor { background-color: #B5F0AB; }

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

This div background color is #B5F0AB.

Border color

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

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

This div border color is #B5F0AB.

Opacity

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

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

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

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

This text has shadow with #B5F0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5F0AB.

Preview

Color preview on black background

This text has color #B5F0AB on black background.


Color preview on white background

This text has color #B5F0AB on white background.


Black color preview on #B5F0AB background

This text has black color on #B5F0AB background.


White color preview on #B5F0AB background

This text has white color on #B5F0AB background.


Related colors

Complementary color

Complementary color for #B5F0AB is #4A0F54.


I love getcolorcode.com

Triadic colors

1 #ABB5F0 and #F0ABB5 with #B5F0AB are triadic colors.

2 #ABF0B5 and #F0B5AB with #B5F0AB are triadic colors.