COLOR #B0F7A8

HEX: #B0F7A8 RGB: (176,247,168)

Color info

#B0F7A8 contains mainly green color. Web safe color of #B0F7A8 is #99FF99 (or #9F9).

RGB color model

#B0F7A8 color RGB value is (176,247,168).

RGB: (176,247,168) (69%, 97%, 66%)

RGB channels and saturation

R 176 of 255 = 69%
G 247 of 255 = 97%
B 168 of 255 = 66%

176
247
168

R + G + B ~ 77%. #B0F7A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 247 + 168 = 591 (100%)
R 176 of 591 ~ 29.78%
G 247 of 591 ~ 41.79%
B 168 of 591 ~ 28.43'%

%29.78
%41.79
%28.43

CMYK color model

#B0F7A8 color CMYK value is (29,0,32,3).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 31.98%
  • key color value is 3.14%

CMYK: (29,0,32,3)
C29M0Y32K3 (29%, 0%, 32%, 3%)
(0.29 / 0.00 / 0.32 / 0.03)

CMYK percentages

%28.74
%0
%31.98
%3.14

Codes

Color #B0F7A8 in popluar color models

B0 F7 A8
RGB 176 247 168
HSL 114° 83.16% 81.37%
HSB/HSV 114° 31.98% 96.86%
CMYK 28.74% 0.00% 31.98%
3.14%

Color #B0F7A8 in popluar number systems.

HEX B0 F7 A8
Decimal 176 247 168
Binary 10110000 11110111 10101000
Octal 260 367 250

Shades and tints

Shades of #B0F7A8

#B0F7A8
(176,247,168)
#A0E199
(160,225,153)
#90CB8A
(144,203,138)
#80B57B
(128,181,123)
#709F6C
(112,159,108)
#60895D
(96,137,93)
#50734E
(80,115,78)
#405D3F
(64,93,63)
#304730
(48,71,48)
#203121
(32,49,33)
#101B12
(16,27,18)
#000000
(0,0,0)

Tints of #B0F7A8

#B0F7A8
(176,247,168)
#B7F7AF
(183,247,175)
#BEF7B6
(190,247,182)
#C5F7BD
(197,247,189)
#CCF7C4
(204,247,196)
#D3F7CB
(211,247,203)
#DAF7D2
(218,247,210)
#E1F7D9
(225,247,217)
#E8F7E0
(232,247,224)
#EFF7E7
(239,247,231)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F7A8 color. Also use rgb(176,247,168) instead hex code.

Text Font Color

.myTextColor { color: #B0F7A8; }

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

This text font color is #B0F7A8.

Background Color

.myBgColor { background-color: #B0F7A8; }

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

This div background color is #B0F7A8.

Border color

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

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

This div border color is #B0F7A8.

Opacity

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

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

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

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

This text has shadow with #B0F7A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F7A8.

Preview

Color preview on black background

This text has color #B0F7A8 on black background.


Color preview on white background

This text has color #B0F7A8 on white background.


Black color preview on #B0F7A8 background

This text has black color on #B0F7A8 background.


White color preview on #B0F7A8 background

This text has white color on #B0F7A8 background.


Related colors

Complementary color

Complementary color for #hex is #4F0857.


I love getcolorcode.com

Triadic colors

1 #A8B0F7 and #F7A8B0 with #B0F7A8 are triadic colors.

2 #A8F7B0 and #F7B0A8 with #B0F7A8 are triadic colors.