COLOR #B5F6C2

HEX: #B5F6C2
RGB: (181,246,194)

Color info

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

RGB color model

#B5F6C2 color RGB value is (181,246,194).

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

RGB channels and saturation

R 181 of 255 = 71%
G 246 of 255 = 96%
B 194 of 255 = 76%

181
246
194

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

Portions of RGB colors in percentages

R + G + B =
181 + 246 + 194 = 621 (100%)
R 181 of 621 ~ 29.15%
G 246 of 621 ~ 39.61%
B 194 of 621 ~ 31.24%

%29.15
%39.61
%31.24

CMYK color model

#B5F6C2 color CMYK value is (26,0,21,4).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 21.14%
  • key color value is 3.53%
CMYK:
(26,0,21,4)
C26M0Y21K4 
(26%,0%,21%,4%)
(0.26/0.00/0.21/0.04)	

CMYK percentages

%26.42
%0
%21.14
%3.53

Codes

Color #B5F6C2 in popluar color models

B5F6C2
RGB181246194
HSL132°78.31%83.73%
HSB/HSV132°26.42%96.47%
CMYK26.42%0.00%21.14%
3.53%

Color #B5F6C2 in popluar number systems.

HEXB5F6C2
Decimal181246194
Binary101101011111011011000010
Octal265366302

Shades and tints

Shades of #B5F6C2

#B5F6C2
(181,246,194)
#A5E0B1
(165,224,177)
#95CAA0
(149,202,160)
#85B48F
(133,180,143)
#759E7E
(117,158,126)
#65886D
(101,136,109)
#55725C
(85,114,92)
#455C4B
(69,92,75)
#35463A
(53,70,58)
#253029
(37,48,41)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #B5F6C2

#B5F6C2
(181,246,194)
#BBF6C7
(187,246,199)
#C1F6CC
(193,246,204)
#C7F6D1
(199,246,209)
#CDF6D6
(205,246,214)
#D3F6DB
(211,246,219)
#D9F6E0
(217,246,224)
#DFF6E5
(223,246,229)
#E5F6EA
(229,246,234)
#EBF6EF
(235,246,239)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5F6C2; }

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

This text font color is #B5F6C2.


Background Color

.myBgColor { background-color: #B5F6C2; }

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

This div background color is #B5F6C2.


Border color

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

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

This div border color is #B5F6C2.


Opacity

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

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

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

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

This text has shadow with #B5F6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F6C2 on black background.


Color preview on white background

This text has color #B5F6C2 on white background.



Black color preview on #B5F6C2 background

This text has black color on #B5F6C2 background.


White color preview on #B5F6C2 background

This text has white color on #B5F6C2 background.