COLOR #B5F5BF

HEX: #B5F5BF
RGB: (181,245,191)

Color info

#B5F5BF contains mainly green and blue colors. Web safe color of #B5F5BF is #CCFFCC (or #CFC).

RGB color model

#B5F5BF color RGB value is (181,245,191).

  • red value is 181;
  • green value is 245;
  • blue value is 191.
RGB:
(181,245,191)
(71%,96%,75%)

RGB channels and saturation

R 181 of 255 = 71%
G 245 of 255 = 96%
B 191 of 255 = 75%

181
245
191

R + G + B ~ 81%. #B5F5BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 245 + 191 = 617 (100%)
R 181 of 617 ~ 29.34%
G 245 of 617 ~ 39.71%
B 191 of 617 ~ 30.96%

%29.34
%39.71
%30.96

CMYK color model

#B5F5BF color CMYK value is (26,0,22,4).

  • cyan value is 26.12%
  • magenta value is 0.00%
  • yellow value is 22.04%
  • key color value is 3.92%
CMYK:
(26,0,22,4)
C26M0Y22K4 
(26%,0%,22%,4%)
(0.26/0.00/0.22/0.04)	

CMYK percentages

%26.12
%0
%22.04
%3.92

Codes

Color #B5F5BF in popluar color models

B5F5BF
RGB181245191
HSL129°76.19%83.53%
HSB/HSV129°26.12%96.08%
CMYK26.12%0.00%22.04%
3.92%

Color #B5F5BF in popluar number systems.

HEXB5F5BF
Decimal181245191
Binary101101011111010110111111
Octal265365277

Shades and tints

Shades of #B5F5BF

#B5F5BF
(181,245,191)
#A5DFAE
(165,223,174)
#95C99D
(149,201,157)
#85B38C
(133,179,140)
#759D7B
(117,157,123)
#65876A
(101,135,106)
#557159
(85,113,89)
#455B48
(69,91,72)
#354537
(53,69,55)
#252F26
(37,47,38)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #B5F5BF

#B5F5BF
(181,245,191)
#BBF5C4
(187,245,196)
#C1F5C9
(193,245,201)
#C7F5CE
(199,245,206)
#CDF5D3
(205,245,211)
#D3F5D8
(211,245,216)
#D9F5DD
(217,245,221)
#DFF5E2
(223,245,226)
#E5F5E7
(229,245,231)
#EBF5EC
(235,245,236)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F5BF color. Also use rgb(181,245,191) instead hex code.

Text Font Color

.myTextColor { color: #B5F5BF; }

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

This text font color is #B5F5BF.


Background Color

.myBgColor { background-color: #B5F5BF; }

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

This div background color is #B5F5BF.


Border color

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

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

This div border color is #B5F5BF.


Opacity

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

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

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

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

This text has shadow with #B5F5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F5BF on black background.


Color preview on white background

This text has color #B5F5BF on white background.



Black color preview on #B5F5BF background

This text has black color on #B5F5BF background.


White color preview on #B5F5BF background

This text has white color on #B5F5BF background.