COLOR #B0F9EB

HEX: #B0F9EB RGB: (176,249,235)

Color info

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

RGB color model

#B0F9EB color RGB value is (176,249,235).

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

RGB channels and saturation

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

176
249
235

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

Portions of RGB colors in percentages

R + G + B = 176 + 249 + 235 = 660 (100%)
R 176 of 660 ~ 26.67%
G 249 of 660 ~ 37.73%
B 235 of 660 ~ 35.61'%

%26.67
%37.73
%35.61

CMYK color model

#B0F9EB color CMYK value is (29,0,6,2).

  • cyan value is 29.32%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 2.35%
CMYK: (29,0,6,2) C29M0Y6K2 (29%,0%,6%,2%) (0.29/0.00/0.06/0.02) 

CMYK percentages

%29.32
%0
%5.62
%2.35

Codes

Color #B0F9EB in popluar color models

B0 F9 EB
RGB 176 249 235
HSL 168° 85.88% 83.33%
HSB/HSV 168° 29.32% 97.65%
CMYK 29.32% 0.00% 5.62%
2.35%

Color #B0F9EB in popluar number systems.

HEX B0 F9 EB
Decimal 176 249 235
Binary 10110000 11111001 11101011
Octal 260 371 353

Shades and tints

Shades of #B0F9EB

#B0F9EB
(176,249,235)
#A0E3D6
(160,227,214)
#90CDC1
(144,205,193)
#80B7AC
(128,183,172)
#70A197
(112,161,151)
#608B82
(96,139,130)
#50756D
(80,117,109)
#405F58
(64,95,88)
#304943
(48,73,67)
#20332E
(32,51,46)
#101D19
(16,29,25)
#000000
(0,0,0)

Tints of #B0F9EB

#B0F9EB
(176,249,235)
#B7F9EC
(183,249,236)
#BEF9ED
(190,249,237)
#C5F9EE
(197,249,238)
#CCF9EF
(204,249,239)
#D3F9F0
(211,249,240)
#DAF9F1
(218,249,241)
#E1F9F2
(225,249,242)
#E8F9F3
(232,249,243)
#EFF9F4
(239,249,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F9EB; }

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

This text font color is #B0F9EB.

Background Color

.myBgColor { background-color: #B0F9EB; }

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

This div background color is #B0F9EB.

Border color

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

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

This div border color is #B0F9EB.

Opacity

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

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

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

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

This text has shadow with #B0F9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F9EB.

Preview

Color preview on black background

This text has color #B0F9EB on black background.


Color preview on white background

This text has color #B0F9EB on white background.


Black color preview on #B0F9EB background

This text has black color on #B0F9EB background.


White color preview on #B0F9EB background

This text has white color on #B0F9EB background.


Related colors

Complementary color

Complementary color for #hex is #4F0614.


I love getcolorcode.com

Triadic colors

1 #EBB0F9 and #F9EBB0 with #B0F9EB are triadic colors.

2 #EBF9B0 and #F9B0EB with #B0F9EB are triadic colors.