COLOR #B2DBF5

HEX: #B2DBF5
RGB: (178,219,245)

Color info

#B2DBF5 contains mainly green and blue colors. Web safe color of #B2DBF5 is #99CCFF (or #9CF).

RGB color model

#B2DBF5 color RGB value is (178,219,245).

  • red value is 178;
  • green value is 219;
  • blue value is 245.
RGB:
(178,219,245)
(70%,86%,96%)

RGB channels and saturation

R 178 of 255 = 70%
G 219 of 255 = 86%
B 245 of 255 = 96%

178
219
245

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

Portions of RGB colors in percentages

R + G + B =
178 + 219 + 245 = 642 (100%)
R 178 of 642 ~ 27.73%
G 219 of 642 ~ 34.11%
B 245 of 642 ~ 38.16%

%27.73
%34.11
%38.16

CMYK color model

#B2DBF5 color CMYK value is (27,11,0,4).

  • cyan value is 27.35%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(27,11,0,4)
C27M11Y0K4 
(27%,11%,0%,4%)
(0.27/0.11/0.00/0.04)	

CMYK percentages

%27.35
%10.61
%0
%3.92

Codes

Color #B2DBF5 in popluar color models

B2DBF5
RGB178219245
HSL203°77.01%82.94%
HSB/HSV203°27.35%96.08%
CMYK27.35%10.61%0.00%
3.92%

Color #B2DBF5 in popluar number systems.

HEXB2DBF5
Decimal178219245
Binary101100101101101111110101
Octal262333365

Shades and tints

Shades of #B2DBF5

#B2DBF5
(178,219,245)
#A2C8DF
(162,200,223)
#92B5C9
(146,181,201)
#82A2B3
(130,162,179)
#728F9D
(114,143,157)
#627C87
(98,124,135)
#526971
(82,105,113)
#42565B
(66,86,91)
#324345
(50,67,69)
#22302F
(34,48,47)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #B2DBF5

#B2DBF5
(178,219,245)
#B9DEF5
(185,222,245)
#C0E1F5
(192,225,245)
#C7E4F5
(199,228,245)
#CEE7F5
(206,231,245)
#D5EAF5
(213,234,245)
#DCEDF5
(220,237,245)
#E3F0F5
(227,240,245)
#EAF3F5
(234,243,245)
#F1F6F5
(241,246,245)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DBF5 color. Also use rgb(178,219,245) instead hex code.

Text Font Color

.myTextColor { color: #B2DBF5; }

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

This text font color is #B2DBF5.


Background Color

.myBgColor { background-color: #B2DBF5; }

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

This div background color is #B2DBF5.


Border color

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

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

This div border color is #B2DBF5.


Opacity

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

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

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

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

This text has shadow with #B2DBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DBF5 on black background.


Color preview on white background

This text has color #B2DBF5 on white background.



Black color preview on #B2DBF5 background

This text has black color on #B2DBF5 background.


White color preview on #B2DBF5 background

This text has white color on #B2DBF5 background.