COLOR #B5F6C0

HEX: #B5F6C0
RGB: (181,246,192)

Color info

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

RGB color model

#B5F6C0 color RGB value is (181,246,192).

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

RGB channels and saturation

R 181 of 255 = 71%
G 246 of 255 = 96%
B 192 of 255 = 75%

181
246
192

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

Portions of RGB colors in percentages

R + G + B =
181 + 246 + 192 = 619 (100%)
R 181 of 619 ~ 29.24%
G 246 of 619 ~ 39.74%
B 192 of 619 ~ 31.02%

%29.24
%39.74
%31.02

CMYK color model

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

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

CMYK percentages

%26.42
%0
%21.95
%3.53

Codes

Color #B5F6C0 in popluar color models

B5F6C0
RGB181246192
HSL130°78.31%83.73%
HSB/HSV130°26.42%96.47%
CMYK26.42%0.00%21.95%
3.53%

Color #B5F6C0 in popluar number systems.

HEXB5F6C0
Decimal181246192
Binary101101011111011011000000
Octal265366300

Shades and tints

Shades of #B5F6C0

#B5F6C0
(181,246,192)
#A5E0AF
(165,224,175)
#95CA9E
(149,202,158)
#85B48D
(133,180,141)
#759E7C
(117,158,124)
#65886B
(101,136,107)
#55725A
(85,114,90)
#455C49
(69,92,73)
#354638
(53,70,56)
#253027
(37,48,39)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #B5F6C0

#B5F6C0
(181,246,192)
#BBF6C5
(187,246,197)
#C1F6CA
(193,246,202)
#C7F6CF
(199,246,207)
#CDF6D4
(205,246,212)
#D3F6D9
(211,246,217)
#D9F6DE
(217,246,222)
#DFF6E3
(223,246,227)
#E5F6E8
(229,246,232)
#EBF6ED
(235,246,237)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F6C0 color. Also use rgb(181,246,192) instead hex code.

Text Font Color

.myTextColor { color: #B5F6C0; }

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

This text font color is #B5F6C0.


Background Color

.myBgColor { background-color: #B5F6C0; }

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

This div background color is #B5F6C0.


Border color

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

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

This div border color is #B5F6C0.


Opacity

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

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

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

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

This text has shadow with #B5F6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F6C0 on black background.


Color preview on white background

This text has color #B5F6C0 on white background.



Black color preview on #B5F6C0 background

This text has black color on #B5F6C0 background.


White color preview on #B5F6C0 background

This text has white color on #B5F6C0 background.