COLOR #B0FAB6

HEX: #B0FAB6 RGB: (176,250,182)

Color info

#B0FAB6 contains mainly green color. Web safe color of #B0FAB6 is #99FFCC (or #9FC).

RGB color model

#B0FAB6 color RGB value is (176,250,182).

RGB: (176,250,182) (69%, 98%, 71%)

RGB channels and saturation

R 176 of 255 = 69%
G 250 of 255 = 98%
B 182 of 255 = 71%

176
250
182

R + G + B ~ 79%. #B0FAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 250 + 182 = 608 (100%)
R 176 of 608 ~ 28.95%
G 250 of 608 ~ 41.12%
B 182 of 608 ~ 29.93'%

%28.95
%41.12
%29.93

CMYK color model

#B0FAB6 color CMYK value is (30,0,27,2).

  • cyan value is 29.60%
  • magenta value is 0.00%
  • yellow value is 27.20%
  • key color value is 1.96%

CMYK: (30,0,27,2)
C30M0Y27K2 (30%, 0%, 27%, 2%)
(0.30 / 0.00 / 0.27 / 0.02)

CMYK percentages

%29.6
%0
%27.2
%1.96

Codes

Color #B0FAB6 in popluar color models

B0 FA B6
RGB 176 250 182
HSL 125° 88.10% 83.53%
HSB/HSV 125° 29.60% 98.04%
CMYK 29.60% 0.00% 27.20%
1.96%

Color #B0FAB6 in popluar number systems.

HEX B0 FA B6
Decimal 176 250 182
Binary 10110000 11111010 10110110
Octal 260 372 266

Shades and tints

Shades of #B0FAB6

#B0FAB6
(176,250,182)
#A0E4A6
(160,228,166)
#90CE96
(144,206,150)
#80B886
(128,184,134)
#70A276
(112,162,118)
#608C66
(96,140,102)
#507656
(80,118,86)
#406046
(64,96,70)
#304A36
(48,74,54)
#203426
(32,52,38)
#101E16
(16,30,22)
#000000
(0,0,0)

Tints of #B0FAB6

#B0FAB6
(176,250,182)
#B7FABC
(183,250,188)
#BEFAC2
(190,250,194)
#C5FAC8
(197,250,200)
#CCFACE
(204,250,206)
#D3FAD4
(211,250,212)
#DAFADA
(218,250,218)
#E1FAE0
(225,250,224)
#E8FAE6
(232,250,230)
#EFFAEC
(239,250,236)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0FAB6; }

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

This text font color is #B0FAB6.

Background Color

.myBgColor { background-color: #B0FAB6; }

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

This div background color is #B0FAB6.

Border color

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

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

This div border color is #B0FAB6.

Opacity

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

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

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

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

This text has shadow with #B0FAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0FAB6.

Preview

Color preview on black background

This text has color #B0FAB6 on black background.


Color preview on white background

This text has color #B0FAB6 on white background.


Black color preview on #B0FAB6 background

This text has black color on #B0FAB6 background.


White color preview on #B0FAB6 background

This text has white color on #B0FAB6 background.


Related colors

Complementary color

Complementary color for #hex is #4F0549.


I love getcolorcode.com

Triadic colors

1 #B6B0FA and #FAB6B0 with #B0FAB6 are triadic colors.

2 #B6FAB0 and #FAB0B6 with #B0FAB6 are triadic colors.