COLOR #B5FFC2

HEX: #B5FFC2
RGB: (181,255,194)

Color info

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

RGB color model

#B5FFC2 color RGB value is (181,255,194).

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

RGB channels and saturation

R 181 of 255 = 71%
G 255 of 255 = 100%
B 194 of 255 = 76%

181
255
194

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

Portions of RGB colors in percentages

R + G + B =
181 + 255 + 194 = 630 (100%)
R 181 of 630 ~ 28.73%
G 255 of 630 ~ 40.48%
B 194 of 630 ~ 30.79%

%28.73
%40.48
%30.79

CMYK color model

#B5FFC2 color CMYK value is (29,0,24,0).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 23.92%
  • key color value is 0.00%
CMYK:
(29,0,24,0)
C29M0Y24K0 
(29%,0%,24%,0%)
(0.29/0.00/0.24/0.00)	

CMYK percentages

%29.02
%0
%23.92
%0

Codes

Color #B5FFC2 in popluar color models

B5FFC2
RGB181255194
HSL131°100.00%85.49%
HSB/HSV131°29.02%100.00%
CMYK29.02%0.00%23.92%
0.00%

Color #B5FFC2 in popluar number systems.

HEXB5FFC2
Decimal181255194
Binary101101011111111111000010
Octal265377302

Shades and tints

Shades of #B5FFC2

#B5FFC2
(181,255,194)
#A5E8B1
(165,232,177)
#95D1A0
(149,209,160)
#85BA8F
(133,186,143)
#75A37E
(117,163,126)
#658C6D
(101,140,109)
#55755C
(85,117,92)
#455E4B
(69,94,75)
#35473A
(53,71,58)
#253029
(37,48,41)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #B5FFC2

#B5FFC2
(181,255,194)
#BBFFC7
(187,255,199)
#C1FFCC
(193,255,204)
#C7FFD1
(199,255,209)
#CDFFD6
(205,255,214)
#D3FFDB
(211,255,219)
#D9FFE0
(217,255,224)
#DFFFE5
(223,255,229)
#E5FFEA
(229,255,234)
#EBFFEF
(235,255,239)
#F1FFF4
(241,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5FFC2; }

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

This text font color is #B5FFC2.


Background Color

.myBgColor { background-color: #B5FFC2; }

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

This div background color is #B5FFC2.


Border color

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

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

This div border color is #B5FFC2.


Opacity

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

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

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

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

This text has shadow with #B5FFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FFC2 on black background.


Color preview on white background

This text has color #B5FFC2 on white background.



Black color preview on #B5FFC2 background

This text has black color on #B5FFC2 background.


White color preview on #B5FFC2 background

This text has white color on #B5FFC2 background.