COLOR #B0DBD6

HEX: #B0DBD6 RGB: (176,219,214)

Color info

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

RGB color model

#B0DBD6 color RGB value is (176,219,214).

RGB: (176,219,214) (69%, 86%, 84%)

RGB channels and saturation

R 176 of 255 = 69%
G 219 of 255 = 86%
B 214 of 255 = 84%

176
219
214

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

Portions of RGB colors in percentages

R + G + B = 176 + 219 + 214 = 609 (100%)
R 176 of 609 ~ 28.9%
G 219 of 609 ~ 35.96%
B 214 of 609 ~ 35.14'%

%28.9
%35.96
%35.14

CMYK color model

#B0DBD6 color CMYK value is (20,0,2,14).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%

CMYK: (20,0,2,14)
C20M0Y2K14 (20%, 0%, 2%, 14%)
(0.20 / 0.00 / 0.02 / 0.14)

CMYK percentages

%19.63
%0
%2.28
%14.12

Codes

Color #B0DBD6 in popluar color models

B0 DB D6
RGB 176 219 214
HSL 173° 37.39% 77.45%
HSB/HSV 173° 19.63% 85.88%
CMYK 19.63% 0.00% 2.28%
14.12%

Color #B0DBD6 in popluar number systems.

HEX B0 DB D6
Decimal 176 219 214
Binary 10110000 11011011 11010110
Octal 260 333 326

Shades and tints

Shades of #B0DBD6

#B0DBD6
(176,219,214)
#A0C8C3
(160,200,195)
#90B5B0
(144,181,176)
#80A29D
(128,162,157)
#708F8A
(112,143,138)
#607C77
(96,124,119)
#506964
(80,105,100)
#405651
(64,86,81)
#30433E
(48,67,62)
#20302B
(32,48,43)
#101D18
(16,29,24)
#000000
(0,0,0)

Tints of #B0DBD6

#B0DBD6
(176,219,214)
#B7DED9
(183,222,217)
#BEE1DC
(190,225,220)
#C5E4DF
(197,228,223)
#CCE7E2
(204,231,226)
#D3EAE5
(211,234,229)
#DAEDE8
(218,237,232)
#E1F0EB
(225,240,235)
#E8F3EE
(232,243,238)
#EFF6F1
(239,246,241)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DBD6 color. Also use rgb(176,219,214) instead hex code.

Text Font Color

.myTextColor { color: #B0DBD6; }

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

This text font color is #B0DBD6.

Background Color

.myBgColor { background-color: #B0DBD6; }

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

This div background color is #B0DBD6.

Border color

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

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

This div border color is #B0DBD6.

Opacity

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

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

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

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

This text has shadow with #B0DBD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0DBD6.

Preview

Color preview on black background

This text has color #B0DBD6 on black background.


Color preview on white background

This text has color #B0DBD6 on white background.


Black color preview on #B0DBD6 background

This text has black color on #B0DBD6 background.


White color preview on #B0DBD6 background

This text has white color on #B0DBD6 background.


Related colors

Complementary color

Complementary color for #hex is #4F2429.


I love getcolorcode.com

Triadic colors

1 #D6B0DB and #DBD6B0 with #B0DBD6 are triadic colors.

2 #D6DBB0 and #DBB0D6 with #B0DBD6 are triadic colors.