COLOR #B0DFD7

HEX: #B0DFD7 RGB: (176,223,215)

Color info

#B0DFD7 contains red, green and blue colors in about the same proportion. Web safe color of #B0DFD7 is #99CCCC (or #9CC).

RGB color model

#B0DFD7 color RGB value is (176,223,215).

RGB: (176,223,215) (69%, 87%, 84%)

RGB channels and saturation

R 176 of 255 = 69%
G 223 of 255 = 87%
B 215 of 255 = 84%

176
223
215

R + G + B ~ 80%. #B0DFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 223 + 215 = 614 (100%)
R 176 of 614 ~ 28.66%
G 223 of 614 ~ 36.32%
B 215 of 614 ~ 35.02'%

%28.66
%36.32
%35.02

CMYK color model

#B0DFD7 color CMYK value is (21,0,4,13).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 12.55%

CMYK: (21,0,4,13)
C21M0Y4K13 (21%, 0%, 4%, 13%)
(0.21 / 0.00 / 0.04 / 0.13)

CMYK percentages

%21.08
%0
%3.59
%12.55

Codes

Color #B0DFD7 in popluar color models

B0 DF D7
RGB 176 223 215
HSL 170° 42.34% 78.24%
HSB/HSV 170° 21.08% 87.45%
CMYK 21.08% 0.00% 3.59%
12.55%

Color #B0DFD7 in popluar number systems.

HEX B0 DF D7
Decimal 176 223 215
Binary 10110000 11011111 11010111
Octal 260 337 327

Shades and tints

Shades of #B0DFD7

#B0DFD7
(176,223,215)
#A0CBC4
(160,203,196)
#90B7B1
(144,183,177)
#80A39E
(128,163,158)
#708F8B
(112,143,139)
#607B78
(96,123,120)
#506765
(80,103,101)
#405352
(64,83,82)
#303F3F
(48,63,63)
#202B2C
(32,43,44)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #B0DFD7

#B0DFD7
(176,223,215)
#B7E1DA
(183,225,218)
#BEE3DD
(190,227,221)
#C5E5E0
(197,229,224)
#CCE7E3
(204,231,227)
#D3E9E6
(211,233,230)
#DAEBE9
(218,235,233)
#E1EDEC
(225,237,236)
#E8EFEF
(232,239,239)
#EFF1F2
(239,241,242)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DFD7 color. Also use rgb(176,223,215) instead hex code.

Text Font Color

.myTextColor { color: #B0DFD7; }

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

This text font color is #B0DFD7.

Background Color

.myBgColor { background-color: #B0DFD7; }

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

This div background color is #B0DFD7.

Border color

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

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

This div border color is #B0DFD7.

Opacity

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

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

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

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

This text has shadow with #B0DFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0DFD7.

Preview

Color preview on black background

This text has color #B0DFD7 on black background.


Color preview on white background

This text has color #B0DFD7 on white background.


Black color preview on #B0DFD7 background

This text has black color on #B0DFD7 background.


White color preview on #B0DFD7 background

This text has white color on #B0DFD7 background.


Related colors

Complementary color

Complementary color for #hex is #4F2028.


I love getcolorcode.com

Triadic colors

1 #D7B0DF and #DFD7B0 with #B0DFD7 are triadic colors.

2 #D7DFB0 and #DFB0D7 with #B0DFD7 are triadic colors.