COLOR #B0FBEB

HEX: #B0FBEB RGB: (176,251,235)

Color info

#B0FBEB contains mainly green and blue colors. Web safe color of #B0FBEB is #99FFFF (or #9FF).

RGB color model

#B0FBEB color RGB value is (176,251,235).

RGB: (176,251,235) (69%, 98%, 92%)

RGB channels and saturation

R 176 of 255 = 69%
G 251 of 255 = 98%
B 235 of 255 = 92%

176
251
235

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

Portions of RGB colors in percentages

R + G + B = 176 + 251 + 235 = 662 (100%)
R 176 of 662 ~ 26.59%
G 251 of 662 ~ 37.92%
B 235 of 662 ~ 35.5'%

%26.59
%37.92
%35.5

CMYK color model

#B0FBEB color CMYK value is (30,0,6,2).

  • cyan value is 29.88%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 1.57%
CMYK: (30,0,6,2) C30M0Y6K2 (30%,0%,6%,2%) (0.30/0.00/0.06/0.02) 

CMYK percentages

%29.88
%0
%6.37
%1.57

Codes

Color #B0FBEB in popluar color models

B0 FB EB
RGB 176 251 235
HSL 167° 90.36% 83.73%
HSB/HSV 167° 29.88% 98.43%
CMYK 29.88% 0.00% 6.37%
1.57%

Color #B0FBEB in popluar number systems.

HEX B0 FB EB
Decimal 176 251 235
Binary 10110000 11111011 11101011
Octal 260 373 353

Shades and tints

Shades of #B0FBEB

#B0FBEB
(176,251,235)
#A0E5D6
(160,229,214)
#90CFC1
(144,207,193)
#80B9AC
(128,185,172)
#70A397
(112,163,151)
#608D82
(96,141,130)
#50776D
(80,119,109)
#406158
(64,97,88)
#304B43
(48,75,67)
#20352E
(32,53,46)
#101F19
(16,31,25)
#000000
(0,0,0)

Tints of #B0FBEB

#B0FBEB
(176,251,235)
#B7FBEC
(183,251,236)
#BEFBED
(190,251,237)
#C5FBEE
(197,251,238)
#CCFBEF
(204,251,239)
#D3FBF0
(211,251,240)
#DAFBF1
(218,251,241)
#E1FBF2
(225,251,242)
#E8FBF3
(232,251,243)
#EFFBF4
(239,251,244)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0FBEB color. Also use rgb(176,251,235) instead hex code.

Text Font Color

.myTextColor { color: #B0FBEB; }

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

This text font color is #B0FBEB.

Background Color

.myBgColor { background-color: #B0FBEB; }

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

This div background color is #B0FBEB.

Border color

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

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

This div border color is #B0FBEB.

Opacity

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

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

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

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

This text has shadow with #B0FBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0FBEB.

Preview

Color preview on black background

This text has color #B0FBEB on black background.


Color preview on white background

This text has color #B0FBEB on white background.


Black color preview on #B0FBEB background

This text has black color on #B0FBEB background.


White color preview on #B0FBEB background

This text has white color on #B0FBEB background.


Related colors

Complementary color

Complementary color for #hex is #4F0414.


I love getcolorcode.com

Triadic colors

1 #EBB0FB and #FBEBB0 with #B0FBEB are triadic colors.

2 #EBFBB0 and #FBB0EB with #B0FBEB are triadic colors.