COLOR #B0FFE3

HEX: #B0FFE3
RGB: (176,255,227)

Color info

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

RGB color model

#B0FFE3 color RGB value is (176,255,227).

  • red value is 176;
  • green value is 255;
  • blue value is 227.
RGB:
(176,255,227)
(69%,100%,89%)

RGB channels and saturation

R 176 of 255 = 69%
G 255 of 255 = 100%
B 227 of 255 = 89%

176
255
227

R + G + B ~ 86%. #B0FFE3 is light color.

Portions of RGB colors in percentages

R + G + B =
176 + 255 + 227 = 658 (100%)
R 176 of 658 ~ 26.75%
G 255 of 658 ~ 38.75%
B 227 of 658 ~ 34.5%

%26.75
%38.75
%34.5

CMYK color model

#B0FFE3 color CMYK value is (31,0,11,0).

  • cyan value is 30.98%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK:
(31,0,11,0)
C31M0Y11K0 
(31%,0%,11%,0%)
(0.31/0.00/0.11/0.00)	

CMYK percentages

%30.98
%0
%10.98
%0

Codes

Color #B0FFE3 in popluar color models

B0FFE3
RGB176255227
HSL159°100.00%84.51%
HSB/HSV159°30.98%100.00%
CMYK30.98%0.00%10.98%
0.00%

Color #B0FFE3 in popluar number systems.

HEXB0FFE3
Decimal176255227
Binary101100001111111111100011
Octal260377343

Shades and tints

Shades of #B0FFE3

#B0FFE3
(176,255,227)
#A0E8CF
(160,232,207)
#90D1BB
(144,209,187)
#80BAA7
(128,186,167)
#70A393
(112,163,147)
#608C7F
(96,140,127)
#50756B
(80,117,107)
#405E57
(64,94,87)
#304743
(48,71,67)
#20302F
(32,48,47)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #B0FFE3

#B0FFE3
(176,255,227)
#B7FFE5
(183,255,229)
#BEFFE7
(190,255,231)
#C5FFE9
(197,255,233)
#CCFFEB
(204,255,235)
#D3FFED
(211,255,237)
#DAFFEF
(218,255,239)
#E1FFF1
(225,255,241)
#E8FFF3
(232,255,243)
#EFFFF5
(239,255,245)
#F6FFF7
(246,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0FFE3 color. Also use rgb(176,255,227) instead hex code.

Text Font Color

.myTextColor { color: #B0FFE3; }

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

This text font color is #B0FFE3.


Background Color

.myBgColor { background-color: #B0FFE3; }

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

This div background color is #B0FFE3.


Border color

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

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

This div border color is #B0FFE3.


Opacity

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

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

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

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

This text has shadow with #B0FFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0FFE3 on black background.


Color preview on white background

This text has color #B0FFE3 on white background.



Black color preview on #B0FFE3 background

This text has black color on #B0FFE3 background.


White color preview on #B0FFE3 background

This text has white color on #B0FFE3 background.