COLOR #B5F7B6

HEX: #B5F7B6
RGB: (181,247,182)

Color info

#B5F7B6 contains mainly green color. Web safe color of #B5F7B6 is #CCFFCC (or #CFC).

RGB color model

#B5F7B6 color RGB value is (181,247,182).

  • red value is 181;
  • green value is 247;
  • blue value is 182.
RGB:
(181,247,182)
(71%,97%,71%)

RGB channels and saturation

R 181 of 255 = 71%
G 247 of 255 = 97%
B 182 of 255 = 71%

181
247
182

R + G + B ~ 80%. #B5F7B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 247 + 182 = 610 (100%)
R 181 of 610 ~ 29.67%
G 247 of 610 ~ 40.49%
B 182 of 610 ~ 29.84%

%29.67
%40.49
%29.84

CMYK color model

#B5F7B6 color CMYK value is (27,0,26,3).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 3.14%
CMYK:
(27,0,26,3)
C27M0Y26K3 
(27%,0%,26%,3%)
(0.27/0.00/0.26/0.03)	

CMYK percentages

%26.72
%0
%26.32
%3.14

Codes

Color #B5F7B6 in popluar color models

B5F7B6
RGB181247182
HSL121°80.49%83.92%
HSB/HSV121°26.72%96.86%
CMYK26.72%0.00%26.32%
3.14%

Color #B5F7B6 in popluar number systems.

HEXB5F7B6
Decimal181247182
Binary101101011111011110110110
Octal265367266

Shades and tints

Shades of #B5F7B6

#B5F7B6
(181,247,182)
#A5E1A6
(165,225,166)
#95CB96
(149,203,150)
#85B586
(133,181,134)
#759F76
(117,159,118)
#658966
(101,137,102)
#557356
(85,115,86)
#455D46
(69,93,70)
#354736
(53,71,54)
#253126
(37,49,38)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #B5F7B6

#B5F7B6
(181,247,182)
#BBF7BC
(187,247,188)
#C1F7C2
(193,247,194)
#C7F7C8
(199,247,200)
#CDF7CE
(205,247,206)
#D3F7D4
(211,247,212)
#D9F7DA
(217,247,218)
#DFF7E0
(223,247,224)
#E5F7E6
(229,247,230)
#EBF7EC
(235,247,236)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F7B6 color. Also use rgb(181,247,182) instead hex code.

Text Font Color

.myTextColor { color: #B5F7B6; }

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

This text font color is #B5F7B6.


Background Color

.myBgColor { background-color: #B5F7B6; }

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

This div background color is #B5F7B6.


Border color

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

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

This div border color is #B5F7B6.


Opacity

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

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

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

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

This text has shadow with #B5F7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F7B6 on black background.


Color preview on white background

This text has color #B5F7B6 on white background.



Black color preview on #B5F7B6 background

This text has black color on #B5F7B6 background.


White color preview on #B5F7B6 background

This text has white color on #B5F7B6 background.