COLOR #B0D2EB

HEX: #B0D2EB
RGB: (176,210,235)

Color info

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

RGB color model

#B0D2EB color RGB value is (176,210,235).

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

RGB channels and saturation

R 176 of 255 = 69%
G 210 of 255 = 82%
B 235 of 255 = 92%

176
210
235

R + G + B ~ 81%. #B0D2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 210 + 235 = 621 (100%)
R 176 of 621 ~ 28.34%
G 210 of 621 ~ 33.82%
B 235 of 621 ~ 37.84%

%28.34
%33.82
%37.84

CMYK color model

#B0D2EB color CMYK value is (25,11,0,8).

  • cyan value is 25.11%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,11,0,8)
C25M11Y0K8 
(25%,11%,0%,8%)
(0.25/0.11/0.00/0.08)	

CMYK percentages

%25.11
%10.64
%0
%7.84

Codes

Color #B0D2EB in popluar color models

B0D2EB
RGB176210235
HSL205°59.60%80.59%
HSB/HSV205°25.11%92.16%
CMYK25.11%10.64%0.00%
7.84%

Color #B0D2EB in popluar number systems.

HEXB0D2EB
Decimal176210235
Binary101100001101001011101011
Octal260322353

Shades and tints

Shades of #B0D2EB

#B0D2EB
(176,210,235)
#A0BFD6
(160,191,214)
#90ACC1
(144,172,193)
#8099AC
(128,153,172)
#708697
(112,134,151)
#607382
(96,115,130)
#50606D
(80,96,109)
#404D58
(64,77,88)
#303A43
(48,58,67)
#20272E
(32,39,46)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #B0D2EB

#B0D2EB
(176,210,235)
#B7D6EC
(183,214,236)
#BEDAED
(190,218,237)
#C5DEEE
(197,222,238)
#CCE2EF
(204,226,239)
#D3E6F0
(211,230,240)
#DAEAF1
(218,234,241)
#E1EEF2
(225,238,242)
#E8F2F3
(232,242,243)
#EFF6F4
(239,246,244)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D2EB; }

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

This text font color is #B0D2EB.


Background Color

.myBgColor { background-color: #B0D2EB; }

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

This div background color is #B0D2EB.


Border color

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

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

This div border color is #B0D2EB.


Opacity

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

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

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

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

This text has shadow with #B0D2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D2EB on black background.


Color preview on white background

This text has color #B0D2EB on white background.



Black color preview on #B0D2EB background

This text has black color on #B0D2EB background.


White color preview on #B0D2EB background

This text has white color on #B0D2EB background.