COLOR #B2DAF8

HEX: #B2DAF8
RGB: (178,218,248)

Color info

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

RGB color model

#B2DAF8 color RGB value is (178,218,248).

  • red value is 178;
  • green value is 218;
  • blue value is 248.
RGB:
(178,218,248)
(70%,85%,97%)

RGB channels and saturation

R 178 of 255 = 70%
G 218 of 255 = 85%
B 248 of 255 = 97%

178
218
248

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

Portions of RGB colors in percentages

R + G + B =
178 + 218 + 248 = 644 (100%)
R 178 of 644 ~ 27.64%
G 218 of 644 ~ 33.85%
B 248 of 644 ~ 38.51%

%27.64
%33.85
%38.51

CMYK color model

#B2DAF8 color CMYK value is (28,12,0,3).

  • cyan value is 28.23%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(28,12,0,3)
C28M12Y0K3 
(28%,12%,0%,3%)
(0.28/0.12/0.00/0.03)	

CMYK percentages

%28.23
%12.1
%0
%2.75

Codes

Color #B2DAF8 in popluar color models

B2DAF8
RGB178218248
HSL206°83.33%83.53%
HSB/HSV206°28.23%97.25%
CMYK28.23%12.10%0.00%
2.75%

Color #B2DAF8 in popluar number systems.

HEXB2DAF8
Decimal178218248
Binary101100101101101011111000
Octal262332370

Shades and tints

Shades of #B2DAF8

#B2DAF8
(178,218,248)
#A2C7E2
(162,199,226)
#92B4CC
(146,180,204)
#82A1B6
(130,161,182)
#728EA0
(114,142,160)
#627B8A
(98,123,138)
#526874
(82,104,116)
#42555E
(66,85,94)
#324248
(50,66,72)
#222F32
(34,47,50)
#121C1C
(18,28,28)
#000000
(0,0,0)

Tints of #B2DAF8

#B2DAF8
(178,218,248)
#B9DDF8
(185,221,248)
#C0E0F8
(192,224,248)
#C7E3F8
(199,227,248)
#CEE6F8
(206,230,248)
#D5E9F8
(213,233,248)
#DCECF8
(220,236,248)
#E3EFF8
(227,239,248)
#EAF2F8
(234,242,248)
#F1F5F8
(241,245,248)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DAF8 color. Also use rgb(178,218,248) instead hex code.

Text Font Color

.myTextColor { color: #B2DAF8; }

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

This text font color is #B2DAF8.


Background Color

.myBgColor { background-color: #B2DAF8; }

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

This div background color is #B2DAF8.


Border color

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

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

This div border color is #B2DAF8.


Opacity

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

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

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

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

This text has shadow with #B2DAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DAF8 on black background.


Color preview on white background

This text has color #B2DAF8 on white background.



Black color preview on #B2DAF8 background

This text has black color on #B2DAF8 background.


White color preview on #B2DAF8 background

This text has white color on #B2DAF8 background.