COLOR #B0F6AE

HEX: #B0F6AE
RGB: (176,246,174)

Color info

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

RGB color model

#B0F6AE color RGB value is (176,246,174).

  • red value is 176;
  • green value is 246;
  • blue value is 174.
RGB:
(176,246,174)
(69%,96%,68%)

RGB channels and saturation

R 176 of 255 = 69%
G 246 of 255 = 96%
B 174 of 255 = 68%

176
246
174

R + G + B ~ 78%. #B0F6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 246 + 174 = 596 (100%)
R 176 of 596 ~ 29.53%
G 246 of 596 ~ 41.28%
B 174 of 596 ~ 29.19%

%29.53
%41.28
%29.19

CMYK color model

#B0F6AE color CMYK value is (28,0,29,4).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 3.53%
CMYK:
(28,0,29,4)
C28M0Y29K4 
(28%,0%,29%,4%)
(0.28/0.00/0.29/0.04)	

CMYK percentages

%28.46
%0
%29.27
%3.53

Codes

Color #B0F6AE in popluar color models

B0F6AE
RGB176246174
HSL118°80.00%82.35%
HSB/HSV118°29.27%96.47%
CMYK28.46%0.00%29.27%
3.53%

Color #B0F6AE in popluar number systems.

HEXB0F6AE
Decimal176246174
Binary101100001111011010101110
Octal260366256

Shades and tints

Shades of #B0F6AE

#B0F6AE
(176,246,174)
#A0E09F
(160,224,159)
#90CA90
(144,202,144)
#80B481
(128,180,129)
#709E72
(112,158,114)
#608863
(96,136,99)
#507254
(80,114,84)
#405C45
(64,92,69)
#304636
(48,70,54)
#203027
(32,48,39)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #B0F6AE

#B0F6AE
(176,246,174)
#B7F6B5
(183,246,181)
#BEF6BC
(190,246,188)
#C5F6C3
(197,246,195)
#CCF6CA
(204,246,202)
#D3F6D1
(211,246,209)
#DAF6D8
(218,246,216)
#E1F6DF
(225,246,223)
#E8F6E6
(232,246,230)
#EFF6ED
(239,246,237)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F6AE color. Also use rgb(176,246,174) instead hex code.

Text Font Color

.myTextColor { color: #B0F6AE; }

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

This text font color is #B0F6AE.


Background Color

.myBgColor { background-color: #B0F6AE; }

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

This div background color is #B0F6AE.


Border color

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

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

This div border color is #B0F6AE.


Opacity

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

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

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

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

This text has shadow with #B0F6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F6AE on black background.


Color preview on white background

This text has color #B0F6AE on white background.



Black color preview on #B0F6AE background

This text has black color on #B0F6AE background.


White color preview on #B0F6AE background

This text has white color on #B0F6AE background.