COLOR #B5FAB5

HEX: #B5FAB5
RGB: (181,250,181)

Color info

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

RGB color model

#B5FAB5 color RGB value is (181,250,181).

  • red value is 181;
  • green value is 250;
  • blue value is 181.
RGB:
(181,250,181)
(71%,98%,71%)

RGB channels and saturation

R 181 of 255 = 71%
G 250 of 255 = 98%
B 181 of 255 = 71%

181
250
181

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

Portions of RGB colors in percentages

R + G + B =
181 + 250 + 181 = 612 (100%)
R 181 of 612 ~ 29.58%
G 250 of 612 ~ 40.85%
B 181 of 612 ~ 29.58%

%29.58
%40.85
%29.58

CMYK color model

#B5FAB5 color CMYK value is (28,0,28,2).

  • cyan value is 27.60%
  • magenta value is 0.00%
  • yellow value is 27.60%
  • key color value is 1.96%
CMYK:
(28,0,28,2)
C28M0Y28K2 
(28%,0%,28%,2%)
(0.28/0.00/0.28/0.02)	

CMYK percentages

%27.6
%0
%27.6
%1.96

Codes

Color #B5FAB5 in popluar color models

B5FAB5
RGB181250181
HSL120°87.34%84.51%
HSB/HSV120°27.60%98.04%
CMYK27.60%0.00%27.60%
1.96%

Color #B5FAB5 in popluar number systems.

HEXB5FAB5
Decimal181250181
Binary101101011111101010110101
Octal265372265

Shades and tints

Shades of #B5FAB5

#B5FAB5
(181,250,181)
#A5E4A5
(165,228,165)
#95CE95
(149,206,149)
#85B885
(133,184,133)
#75A275
(117,162,117)
#658C65
(101,140,101)
#557655
(85,118,85)
#456045
(69,96,69)
#354A35
(53,74,53)
#253425
(37,52,37)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #B5FAB5

#B5FAB5
(181,250,181)
#BBFABB
(187,250,187)
#C1FAC1
(193,250,193)
#C7FAC7
(199,250,199)
#CDFACD
(205,250,205)
#D3FAD3
(211,250,211)
#D9FAD9
(217,250,217)
#DFFADF
(223,250,223)
#E5FAE5
(229,250,229)
#EBFAEB
(235,250,235)
#F1FAF1
(241,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5FAB5; }

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

This text font color is #B5FAB5.


Background Color

.myBgColor { background-color: #B5FAB5; }

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

This div background color is #B5FAB5.


Border color

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

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

This div border color is #B5FAB5.


Opacity

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

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

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

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

This text has shadow with #B5FAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FAB5 on black background.


Color preview on white background

This text has color #B5FAB5 on white background.



Black color preview on #B5FAB5 background

This text has black color on #B5FAB5 background.


White color preview on #B5FAB5 background

This text has white color on #B5FAB5 background.