COLOR #B2D5F8

HEX: #B2D5F8
RGB: (178,213,248)

Color info

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

RGB color model

#B2D5F8 color RGB value is (178,213,248).

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

RGB channels and saturation

R 178 of 255 = 70%
G 213 of 255 = 84%
B 248 of 255 = 97%

178
213
248

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

Portions of RGB colors in percentages

R + G + B =
178 + 213 + 248 = 639 (100%)
R 178 of 639 ~ 27.86%
G 213 of 639 ~ 33.33%
B 248 of 639 ~ 38.81%

%27.86
%33.33
%38.81

CMYK color model

#B2D5F8 color CMYK value is (28,14,0,3).

  • cyan value is 28.23%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(28,14,0,3)
C28M14Y0K3 
(28%,14%,0%,3%)
(0.28/0.14/0.00/0.03)	

CMYK percentages

%28.23
%14.11
%0
%2.75

Codes

Color #B2D5F8 in popluar color models

B2D5F8
RGB178213248
HSL210°83.33%83.53%
HSB/HSV210°28.23%97.25%
CMYK28.23%14.11%0.00%
2.75%

Color #B2D5F8 in popluar number systems.

HEXB2D5F8
Decimal178213248
Binary101100101101010111111000
Octal262325370

Shades and tints

Shades of #B2D5F8

#B2D5F8
(178,213,248)
#A2C2E2
(162,194,226)
#92AFCC
(146,175,204)
#829CB6
(130,156,182)
#7289A0
(114,137,160)
#62768A
(98,118,138)
#526374
(82,99,116)
#42505E
(66,80,94)
#323D48
(50,61,72)
#222A32
(34,42,50)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #B2D5F8

#B2D5F8
(178,213,248)
#B9D8F8
(185,216,248)
#C0DBF8
(192,219,248)
#C7DEF8
(199,222,248)
#CEE1F8
(206,225,248)
#D5E4F8
(213,228,248)
#DCE7F8
(220,231,248)
#E3EAF8
(227,234,248)
#EAEDF8
(234,237,248)
#F1F0F8
(241,240,248)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D5F8; }

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

This text font color is #B2D5F8.


Background Color

.myBgColor { background-color: #B2D5F8; }

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

This div background color is #B2D5F8.


Border color

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

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

This div border color is #B2D5F8.


Opacity

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

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

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

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

This text has shadow with #B2D5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D5F8 on black background.


Color preview on white background

This text has color #B2D5F8 on white background.



Black color preview on #B2D5F8 background

This text has black color on #B2D5F8 background.


White color preview on #B2D5F8 background

This text has white color on #B2D5F8 background.