COLOR #B0F2D3

HEX: #B0F2D3
RGB: (176,242,211)

Color info

#B0F2D3 contains mainly green and blue colors. Web safe color of #B0F2D3 is #99FFCC (or #9FC).

RGB color model

#B0F2D3 color RGB value is (176,242,211).

  • red value is 176;
  • green value is 242;
  • blue value is 211.
RGB: (176,242,211) (69%,95%,83%)

RGB channels and saturation

R 176 of 255 = 69%
G 242 of 255 = 95%
B 211 of 255 = 83%

176
242
211

R + G + B ~ 82%. #B0F2D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 242 + 211 = 629 (100%)
R 176 of 629 ~ 27.98%
G 242 of 629 ~ 38.47%
B 211 of 629 ~ 33.55%

%27.98
%38.47
%33.55

CMYK color model

#B0F2D3 color CMYK value is (27,0,13,5).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 12.81%
  • key color value is 5.10%
CMYK: (27,0,13,5) C27M0Y13K5 (27%,0%,13%,5%) (0.27/0.00/0.13/0.05)

CMYK percentages

%27.27
%0
%12.81
%5.1

Codes

Color #B0F2D3 in popluar color models

B0F2D3
RGB176242211
HSL152°71.74%81.96%
HSB/HSV152°27.27%94.90%
CMYK27.27%0.00%12.81%
5.10%

Color #B0F2D3 in popluar number systems.

HEXB0F2D3
Decimal176242211
Binary101100001111001011010011
Octal260362323

Shades and tints

Shades of #B0F2D3

#B0F2D3
(176,242,211)
#A0DCC0
(160,220,192)
#90C6AD
(144,198,173)
#80B09A
(128,176,154)
#709A87
(112,154,135)
#608474
(96,132,116)
#506E61
(80,110,97)
#40584E
(64,88,78)
#30423B
(48,66,59)
#202C28
(32,44,40)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #B0F2D3

#B0F2D3
(176,242,211)
#B7F3D7
(183,243,215)
#BEF4DB
(190,244,219)
#C5F5DF
(197,245,223)
#CCF6E3
(204,246,227)
#D3F7E7
(211,247,231)
#DAF8EB
(218,248,235)
#E1F9EF
(225,249,239)
#E8FAF3
(232,250,243)
#EFFBF7
(239,251,247)
#F6FCFB
(246,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F2D3 color. Also use rgb(176,242,211) instead hex code.

Text Font Color

.myTextColor { color: #B0F2D3; }

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

This text font color is #B0F2D3.


Background Color

.myBgColor { background-color: #B0F2D3; }

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

This div background color is #B0F2D3.


Border color

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

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

This div border color is #B0F2D3.


Opacity

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

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

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

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

This text has shadow with #B0F2D3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B0F2D3 on black background.


Color preview on white background

This text has color #B0F2D3 on white background.



Black color preview on #B0F2D3 background

This text has black color on #B0F2D3 background.


White color preview on #B0F2D3 background

This text has white color on #B0F2D3 background.