COLOR #B0F7DD

HEX: #B0F7DD RGB: (176,247,221)

Color info

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

RGB color model

#B0F7DD color RGB value is (176,247,221).

RGB: (176,247,221) (69%, 97%, 87%)

RGB channels and saturation

R 176 of 255 = 69%
G 247 of 255 = 97%
B 221 of 255 = 87%

176
247
221

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

Portions of RGB colors in percentages

R + G + B = 176 + 247 + 221 = 644 (100%)
R 176 of 644 ~ 27.33%
G 247 of 644 ~ 38.35%
B 221 of 644 ~ 34.32'%

%27.33
%38.35
%34.32

CMYK color model

#B0F7DD color CMYK value is (29,0,11,3).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 3.14%

CMYK: (29,0,11,3)
C29M0Y11K3 (29%, 0%, 11%, 3%)
(0.29 / 0.00 / 0.11 / 0.03)

CMYK percentages

%28.74
%0
%10.53
%3.14

Codes

Color #B0F7DD in popluar color models

B0 F7 DD
RGB 176 247 221
HSL 158° 81.61% 82.94%
HSB/HSV 158° 28.74% 96.86%
CMYK 28.74% 0.00% 10.53%
3.14%

Color #B0F7DD in popluar number systems.

HEX B0 F7 DD
Decimal 176 247 221
Binary 10110000 11110111 11011101
Octal 260 367 335

Shades and tints

Shades of #B0F7DD

#B0F7DD
(176,247,221)
#A0E1C9
(160,225,201)
#90CBB5
(144,203,181)
#80B5A1
(128,181,161)
#709F8D
(112,159,141)
#608979
(96,137,121)
#507365
(80,115,101)
#405D51
(64,93,81)
#30473D
(48,71,61)
#203129
(32,49,41)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #B0F7DD

#B0F7DD
(176,247,221)
#B7F7E0
(183,247,224)
#BEF7E3
(190,247,227)
#C5F7E6
(197,247,230)
#CCF7E9
(204,247,233)
#D3F7EC
(211,247,236)
#DAF7EF
(218,247,239)
#E1F7F2
(225,247,242)
#E8F7F5
(232,247,245)
#EFF7F8
(239,247,248)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F7DD; }

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

This text font color is #B0F7DD.

Background Color

.myBgColor { background-color: #B0F7DD; }

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

This div background color is #B0F7DD.

Border color

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

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

This div border color is #B0F7DD.

Opacity

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

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

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

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

This text has shadow with #B0F7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F7DD.

Preview

Color preview on black background

This text has color #B0F7DD on black background.


Color preview on white background

This text has color #B0F7DD on white background.


Black color preview on #B0F7DD background

This text has black color on #B0F7DD background.


White color preview on #B0F7DD background

This text has white color on #B0F7DD background.


Related colors

Complementary color

Complementary color for #hex is #4F0822.


I love getcolorcode.com

Triadic colors

1 #DDB0F7 and #F7DDB0 with #B0F7DD are triadic colors.

2 #DDF7B0 and #F7B0DD with #B0F7DD are triadic colors.