COLOR #B5F0A8

HEX: #B5F0A8
RGB: (181,240,168)

Color info

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

RGB color model

#B5F0A8 color RGB value is (181,240,168).

  • red value is 181;
  • green value is 240;
  • blue value is 168.
RGB:
(181,240,168)
(71%,94%,66%)

RGB channels and saturation

R 181 of 255 = 71%
G 240 of 255 = 94%
B 168 of 255 = 66%

181
240
168

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

Portions of RGB colors in percentages

R + G + B =
181 + 240 + 168 = 589 (100%)
R 181 of 589 ~ 30.73%
G 240 of 589 ~ 40.75%
B 168 of 589 ~ 28.52%

%30.73
%40.75
%28.52

CMYK color model

#B5F0A8 color CMYK value is (25,0,30,6).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 5.88%
CMYK:
(25,0,30,6)
C25M0Y30K6 
(25%,0%,30%,6%)
(0.25/0.00/0.30/0.06)	

CMYK percentages

%24.58
%0
%30
%5.88

Codes

Color #B5F0A8 in popluar color models

B5F0A8
RGB181240168
HSL109°70.59%80.00%
HSB/HSV109°30.00%94.12%
CMYK24.58%0.00%30.00%
5.88%

Color #B5F0A8 in popluar number systems.

HEXB5F0A8
Decimal181240168
Binary101101011111000010101000
Octal265360250

Shades and tints

Shades of #B5F0A8

#B5F0A8
(181,240,168)
#A5DB99
(165,219,153)
#95C68A
(149,198,138)
#85B17B
(133,177,123)
#759C6C
(117,156,108)
#65875D
(101,135,93)
#55724E
(85,114,78)
#455D3F
(69,93,63)
#354830
(53,72,48)
#253321
(37,51,33)
#151E12
(21,30,18)
#000000
(0,0,0)

Tints of #B5F0A8

#B5F0A8
(181,240,168)
#BBF1AF
(187,241,175)
#C1F2B6
(193,242,182)
#C7F3BD
(199,243,189)
#CDF4C4
(205,244,196)
#D3F5CB
(211,245,203)
#D9F6D2
(217,246,210)
#DFF7D9
(223,247,217)
#E5F8E0
(229,248,224)
#EBF9E7
(235,249,231)
#F1FAEE
(241,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5F0A8; }

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

This text font color is #B5F0A8.


Background Color

.myBgColor { background-color: #B5F0A8; }

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

This div background color is #B5F0A8.


Border color

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

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

This div border color is #B5F0A8.


Opacity

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

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

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

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

This text has shadow with #B5F0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F0A8 on black background.


Color preview on white background

This text has color #B5F0A8 on white background.



Black color preview on #B5F0A8 background

This text has black color on #B5F0A8 background.


White color preview on #B5F0A8 background

This text has white color on #B5F0A8 background.