COLOR #B2D1F5

HEX: #B2D1F5
RGB: (178,209,245)

Color info

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

RGB color model

#B2D1F5 color RGB value is (178,209,245).

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

RGB channels and saturation

R 178 of 255 = 70%
G 209 of 255 = 82%
B 245 of 255 = 96%

178
209
245

R + G + B ~ 83%. #B2D1F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 209 + 245 = 632 (100%)
R 178 of 632 ~ 28.16%
G 209 of 632 ~ 33.07%
B 245 of 632 ~ 38.77%

%28.16
%33.07
%38.77

CMYK color model

#B2D1F5 color CMYK value is (27,15,0,4).

  • cyan value is 27.35%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(27,15,0,4)
C27M15Y0K4 
(27%,15%,0%,4%)
(0.27/0.15/0.00/0.04)	

CMYK percentages

%27.35
%14.69
%0
%3.92

Codes

Color #B2D1F5 in popluar color models

B2D1F5
RGB178209245
HSL212°77.01%82.94%
HSB/HSV212°27.35%96.08%
CMYK27.35%14.69%0.00%
3.92%

Color #B2D1F5 in popluar number systems.

HEXB2D1F5
Decimal178209245
Binary101100101101000111110101
Octal262321365

Shades and tints

Shades of #B2D1F5

#B2D1F5
(178,209,245)
#A2BEDF
(162,190,223)
#92ABC9
(146,171,201)
#8298B3
(130,152,179)
#72859D
(114,133,157)
#627287
(98,114,135)
#525F71
(82,95,113)
#424C5B
(66,76,91)
#323945
(50,57,69)
#22262F
(34,38,47)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #B2D1F5

#B2D1F5
(178,209,245)
#B9D5F5
(185,213,245)
#C0D9F5
(192,217,245)
#C7DDF5
(199,221,245)
#CEE1F5
(206,225,245)
#D5E5F5
(213,229,245)
#DCE9F5
(220,233,245)
#E3EDF5
(227,237,245)
#EAF1F5
(234,241,245)
#F1F5F5
(241,245,245)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D1F5; }

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

This text font color is #B2D1F5.


Background Color

.myBgColor { background-color: #B2D1F5; }

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

This div background color is #B2D1F5.


Border color

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

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

This div border color is #B2D1F5.


Opacity

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

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

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

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

This text has shadow with #B2D1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D1F5 on black background.


Color preview on white background

This text has color #B2D1F5 on white background.



Black color preview on #B2D1F5 background

This text has black color on #B2D1F5 background.


White color preview on #B2D1F5 background

This text has white color on #B2D1F5 background.