COLOR #B0F8B8

HEX: #B0F8B8 RGB: (176,248,184)

Color info

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

RGB color model

#B0F8B8 color RGB value is (176,248,184).

RGB: (176,248,184) (69%, 97%, 72%)

RGB channels and saturation

R 176 of 255 = 69%
G 248 of 255 = 97%
B 184 of 255 = 72%

176
248
184

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

Portions of RGB colors in percentages

R + G + B = 176 + 248 + 184 = 608 (100%)
R 176 of 608 ~ 28.95%
G 248 of 608 ~ 40.79%
B 184 of 608 ~ 30.26'%

%28.95
%40.79
%30.26

CMYK color model

#B0F8B8 color CMYK value is (29,0,26,3).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 2.75%

CMYK: (29,0,26,3)
C29M0Y26K3 (29%, 0%, 26%, 3%)
(0.29 / 0.00 / 0.26 / 0.03)

CMYK percentages

%29.03
%0
%25.81
%2.75

Codes

Color #B0F8B8 in popluar color models

B0 F8 B8
RGB 176 248 184
HSL 127° 83.72% 83.14%
HSB/HSV 127° 29.03% 97.25%
CMYK 29.03% 0.00% 25.81%
2.75%

Color #B0F8B8 in popluar number systems.

HEX B0 F8 B8
Decimal 176 248 184
Binary 10110000 11111000 10111000
Octal 260 370 270

Shades and tints

Shades of #B0F8B8

#B0F8B8
(176,248,184)
#A0E2A8
(160,226,168)
#90CC98
(144,204,152)
#80B688
(128,182,136)
#70A078
(112,160,120)
#608A68
(96,138,104)
#507458
(80,116,88)
#405E48
(64,94,72)
#304838
(48,72,56)
#203228
(32,50,40)
#101C18
(16,28,24)
#000000
(0,0,0)

Tints of #B0F8B8

#B0F8B8
(176,248,184)
#B7F8BE
(183,248,190)
#BEF8C4
(190,248,196)
#C5F8CA
(197,248,202)
#CCF8D0
(204,248,208)
#D3F8D6
(211,248,214)
#DAF8DC
(218,248,220)
#E1F8E2
(225,248,226)
#E8F8E8
(232,248,232)
#EFF8EE
(239,248,238)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F8B8 color. Also use rgb(176,248,184) instead hex code.

Text Font Color

.myTextColor { color: #B0F8B8; }

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

This text font color is #B0F8B8.

Background Color

.myBgColor { background-color: #B0F8B8; }

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

This div background color is #B0F8B8.

Border color

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

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

This div border color is #B0F8B8.

Opacity

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

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

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

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

This text has shadow with #B0F8B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F8B8.

Preview

Color preview on black background

This text has color #B0F8B8 on black background.


Color preview on white background

This text has color #B0F8B8 on white background.


Black color preview on #B0F8B8 background

This text has black color on #B0F8B8 background.


White color preview on #B0F8B8 background

This text has white color on #B0F8B8 background.


Related colors

Complementary color

Complementary color for #hex is #4F0747.


I love getcolorcode.com

Triadic colors

1 #B8B0F8 and #F8B8B0 with #B0F8B8 are triadic colors.

2 #B8F8B0 and #F8B0B8 with #B0F8B8 are triadic colors.