COLOR #B5F6C3

HEX: #B5F6C3
RGB: (181,246,195)

Color info

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

RGB color model

#B5F6C3 color RGB value is (181,246,195).

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

RGB channels and saturation

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

181
246
195

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

Portions of RGB colors in percentages

R + G + B =
181 + 246 + 195 = 622 (100%)
R 181 of 622 ~ 29.1%
G 246 of 622 ~ 39.55%
B 195 of 622 ~ 31.35%

%29.1
%39.55
%31.35

CMYK color model

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

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 20.73%
  • 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
%20.73
%3.53

Codes

Color #B5F6C3 in popluar color models

B5F6C3
RGB181246195
HSL133°78.31%83.73%
HSB/HSV133°26.42%96.47%
CMYK26.42%0.00%20.73%
3.53%

Color #B5F6C3 in popluar number systems.

HEXB5F6C3
Decimal181246195
Binary101101011111011011000011
Octal265366303

Shades and tints

Shades of #B5F6C3

#B5F6C3
(181,246,195)
#A5E0B2
(165,224,178)
#95CAA1
(149,202,161)
#85B490
(133,180,144)
#759E7F
(117,158,127)
#65886E
(101,136,110)
#55725D
(85,114,93)
#455C4C
(69,92,76)
#35463B
(53,70,59)
#25302A
(37,48,42)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #B5F6C3

#B5F6C3
(181,246,195)
#BBF6C8
(187,246,200)
#C1F6CD
(193,246,205)
#C7F6D2
(199,246,210)
#CDF6D7
(205,246,215)
#D3F6DC
(211,246,220)
#D9F6E1
(217,246,225)
#DFF6E6
(223,246,230)
#E5F6EB
(229,246,235)
#EBF6F0
(235,246,240)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5F6C3; }

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

This text font color is #B5F6C3.


Background Color

.myBgColor { background-color: #B5F6C3; }

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

This div background color is #B5F6C3.


Border color

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

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

This div border color is #B5F6C3.


Opacity

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

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

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

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

This text has shadow with #B5F6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F6C3 on black background.


Color preview on white background

This text has color #B5F6C3 on white background.



Black color preview on #B5F6C3 background

This text has black color on #B5F6C3 background.


White color preview on #B5F6C3 background

This text has white color on #B5F6C3 background.