COLOR #B0F6DD

HEX: #B0F6DD RGB: (176,246,221)

Color info

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

RGB color model

#B0F6DD color RGB value is (176,246,221).

RGB: (176,246,221) (69%, 96%, 87%)

RGB channels and saturation

R 176 of 255 = 69%
G 246 of 255 = 96%
B 221 of 255 = 87%

176
246
221

R + G + B ~ 84%. #B0F6DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 246 + 221 = 643 (100%)
R 176 of 643 ~ 27.37%
G 246 of 643 ~ 38.26%
B 221 of 643 ~ 34.37'%

%27.37
%38.26
%34.37

CMYK color model

#B0F6DD color CMYK value is (28,0,10,4).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 3.53%

CMYK: (28,0,10,4)
C28M0Y10K4 (28%, 0%, 10%, 4%)
(0.28 / 0.00 / 0.10 / 0.04)

CMYK percentages

%28.46
%0
%10.16
%3.53

Codes

Color #B0F6DD in popluar color models

B0 F6 DD
RGB 176 246 221
HSL 159° 79.55% 82.75%
HSB/HSV 159° 28.46% 96.47%
CMYK 28.46% 0.00% 10.16%
3.53%

Color #B0F6DD in popluar number systems.

HEX B0 F6 DD
Decimal 176 246 221
Binary 10110000 11110110 11011101
Octal 260 366 335

Shades and tints

Shades of #B0F6DD

#B0F6DD
(176,246,221)
#A0E0C9
(160,224,201)
#90CAB5
(144,202,181)
#80B4A1
(128,180,161)
#709E8D
(112,158,141)
#608879
(96,136,121)
#507265
(80,114,101)
#405C51
(64,92,81)
#30463D
(48,70,61)
#203029
(32,48,41)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #B0F6DD

#B0F6DD
(176,246,221)
#B7F6E0
(183,246,224)
#BEF6E3
(190,246,227)
#C5F6E6
(197,246,230)
#CCF6E9
(204,246,233)
#D3F6EC
(211,246,236)
#DAF6EF
(218,246,239)
#E1F6F2
(225,246,242)
#E8F6F5
(232,246,245)
#EFF6F8
(239,246,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F6DD; }

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

This text font color is #B0F6DD.

Background Color

.myBgColor { background-color: #B0F6DD; }

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

This div background color is #B0F6DD.

Border color

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

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

This div border color is #B0F6DD.

Opacity

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

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

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

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

This text has shadow with #B0F6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F6DD.

Preview

Color preview on black background

This text has color #B0F6DD on black background.


Color preview on white background

This text has color #B0F6DD on white background.


Black color preview on #B0F6DD background

This text has black color on #B0F6DD background.


White color preview on #B0F6DD background

This text has white color on #B0F6DD background.


Related colors

Complementary color

Complementary color for #hex is #4F0922.


I love getcolorcode.com

Triadic colors

1 #DDB0F6 and #F6DDB0 with #B0F6DD are triadic colors.

2 #DDF6B0 and #F6B0DD with #B0F6DD are triadic colors.