COLOR #B5F0AF

HEX: #B5F0AF
RGB: (181,240,175)

Color info

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

RGB color model

#B5F0AF color RGB value is (181,240,175).

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

RGB channels and saturation

R 181 of 255 = 71%
G 240 of 255 = 94%
B 175 of 255 = 69%

181
240
175

R + G + B ~ 78%. #B5F0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 240 + 175 = 596 (100%)
R 181 of 596 ~ 30.37%
G 240 of 596 ~ 40.27%
B 175 of 596 ~ 29.36%

%30.37
%40.27
%29.36

CMYK color model

#B5F0AF color CMYK value is (25,0,27,6).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 5.88%
CMYK:
(25,0,27,6)
C25M0Y27K6 
(25%,0%,27%,6%)
(0.25/0.00/0.27/0.06)	

CMYK percentages

%24.58
%0
%27.08
%5.88

Codes

Color #B5F0AF in popluar color models

B5F0AF
RGB181240175
HSL114°68.42%81.37%
HSB/HSV114°27.08%94.12%
CMYK24.58%0.00%27.08%
5.88%

Color #B5F0AF in popluar number systems.

HEXB5F0AF
Decimal181240175
Binary101101011111000010101111
Octal265360257

Shades and tints

Shades of #B5F0AF

#B5F0AF
(181,240,175)
#A5DBA0
(165,219,160)
#95C691
(149,198,145)
#85B182
(133,177,130)
#759C73
(117,156,115)
#658764
(101,135,100)
#557255
(85,114,85)
#455D46
(69,93,70)
#354837
(53,72,55)
#253328
(37,51,40)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #B5F0AF

#B5F0AF
(181,240,175)
#BBF1B6
(187,241,182)
#C1F2BD
(193,242,189)
#C7F3C4
(199,243,196)
#CDF4CB
(205,244,203)
#D3F5D2
(211,245,210)
#D9F6D9
(217,246,217)
#DFF7E0
(223,247,224)
#E5F8E7
(229,248,231)
#EBF9EE
(235,249,238)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5F0AF; }

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

This text font color is #B5F0AF.


Background Color

.myBgColor { background-color: #B5F0AF; }

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

This div background color is #B5F0AF.


Border color

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

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

This div border color is #B5F0AF.


Opacity

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

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

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

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

This text has shadow with #B5F0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F0AF on black background.


Color preview on white background

This text has color #B5F0AF on white background.



Black color preview on #B5F0AF background

This text has black color on #B5F0AF background.


White color preview on #B5F0AF background

This text has white color on #B5F0AF background.