COLOR #B0DBEB

HEX: #B0DBEB
RGB: (176,219,235)

Color info

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

RGB color model

#B0DBEB color RGB value is (176,219,235).

  • red value is 176;
  • green value is 219;
  • blue value is 235.
RGB:
(176,219,235)
(69%,86%,92%)

RGB channels and saturation

R 176 of 255 = 69%
G 219 of 255 = 86%
B 235 of 255 = 92%

176
219
235

R + G + B ~ 82%. #B0DBEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 219 + 235 = 630 (100%)
R 176 of 630 ~ 27.94%
G 219 of 630 ~ 34.76%
B 235 of 630 ~ 37.3%

%27.94
%34.76
%37.3

CMYK color model

#B0DBEB color CMYK value is (25,7,0,8).

  • cyan value is 25.11%
  • magenta value is 6.81%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,7,0,8)
C25M7Y0K8 
(25%,7%,0%,8%)
(0.25/0.07/0.00/0.08)	

CMYK percentages

%25.11
%6.81
%0
%7.84

Codes

Color #B0DBEB in popluar color models

B0DBEB
RGB176219235
HSL196°59.60%80.59%
HSB/HSV196°25.11%92.16%
CMYK25.11%6.81%0.00%
7.84%

Color #B0DBEB in popluar number systems.

HEXB0DBEB
Decimal176219235
Binary101100001101101111101011
Octal260333353

Shades and tints

Shades of #B0DBEB

#B0DBEB
(176,219,235)
#A0C8D6
(160,200,214)
#90B5C1
(144,181,193)
#80A2AC
(128,162,172)
#708F97
(112,143,151)
#607C82
(96,124,130)
#50696D
(80,105,109)
#405658
(64,86,88)
#304343
(48,67,67)
#20302E
(32,48,46)
#101D19
(16,29,25)
#000000
(0,0,0)

Tints of #B0DBEB

#B0DBEB
(176,219,235)
#B7DEEC
(183,222,236)
#BEE1ED
(190,225,237)
#C5E4EE
(197,228,238)
#CCE7EF
(204,231,239)
#D3EAF0
(211,234,240)
#DAEDF1
(218,237,241)
#E1F0F2
(225,240,242)
#E8F3F3
(232,243,243)
#EFF6F4
(239,246,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DBEB; }

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

This text font color is #B0DBEB.


Background Color

.myBgColor { background-color: #B0DBEB; }

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

This div background color is #B0DBEB.


Border color

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

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

This div border color is #B0DBEB.


Opacity

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

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

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

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

This text has shadow with #B0DBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DBEB on black background.


Color preview on white background

This text has color #B0DBEB on white background.



Black color preview on #B0DBEB background

This text has black color on #B0DBEB background.


White color preview on #B0DBEB background

This text has white color on #B0DBEB background.