COLOR #B5FBC5

HEX: #B5FBC5
RGB: (181,251,197)

Color info

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

RGB color model

#B5FBC5 color RGB value is (181,251,197).

  • red value is 181;
  • green value is 251;
  • blue value is 197.
RGB:
(181,251,197)
(71%,98%,77%)

RGB channels and saturation

R 181 of 255 = 71%
G 251 of 255 = 98%
B 197 of 255 = 77%

181
251
197

R + G + B ~ 82%. #B5FBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 251 + 197 = 629 (100%)
R 181 of 629 ~ 28.78%
G 251 of 629 ~ 39.9%
B 197 of 629 ~ 31.32%

%28.78
%39.9
%31.32

CMYK color model

#B5FBC5 color CMYK value is (28,0,22,2).

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 21.51%
  • key color value is 1.57%
CMYK:
(28,0,22,2)
C28M0Y22K2 
(28%,0%,22%,2%)
(0.28/0.00/0.22/0.02)	

CMYK percentages

%27.89
%0
%21.51
%1.57

Codes

Color #B5FBC5 in popluar color models

B5FBC5
RGB181251197
HSL134°89.74%84.71%
HSB/HSV134°27.89%98.43%
CMYK27.89%0.00%21.51%
1.57%

Color #B5FBC5 in popluar number systems.

HEXB5FBC5
Decimal181251197
Binary101101011111101111000101
Octal265373305

Shades and tints

Shades of #B5FBC5

#B5FBC5
(181,251,197)
#A5E5B4
(165,229,180)
#95CFA3
(149,207,163)
#85B992
(133,185,146)
#75A381
(117,163,129)
#658D70
(101,141,112)
#55775F
(85,119,95)
#45614E
(69,97,78)
#354B3D
(53,75,61)
#25352C
(37,53,44)
#151F1B
(21,31,27)
#000000
(0,0,0)

Tints of #B5FBC5

#B5FBC5
(181,251,197)
#BBFBCA
(187,251,202)
#C1FBCF
(193,251,207)
#C7FBD4
(199,251,212)
#CDFBD9
(205,251,217)
#D3FBDE
(211,251,222)
#D9FBE3
(217,251,227)
#DFFBE8
(223,251,232)
#E5FBED
(229,251,237)
#EBFBF2
(235,251,242)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5FBC5 color. Also use rgb(181,251,197) instead hex code.

Text Font Color

.myTextColor { color: #B5FBC5; }

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

This text font color is #B5FBC5.


Background Color

.myBgColor { background-color: #B5FBC5; }

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

This div background color is #B5FBC5.


Border color

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

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

This div border color is #B5FBC5.


Opacity

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

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

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

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

This text has shadow with #B5FBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FBC5 on black background.


Color preview on white background

This text has color #B5FBC5 on white background.



Black color preview on #B5FBC5 background

This text has black color on #B5FBC5 background.


White color preview on #B5FBC5 background

This text has white color on #B5FBC5 background.