COLOR #B2D5FF

HEX: #B2D5FF
RGB: (178,213,255)

Color info

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

RGB color model

#B2D5FF color RGB value is (178,213,255).

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

RGB channels and saturation

R 178 of 255 = 70%
G 213 of 255 = 84%
B 255 of 255 = 100%

178
213
255

R + G + B ~ 85%. #B2D5FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 213 + 255 = 646 (100%)
R 178 of 646 ~ 27.55%
G 213 of 646 ~ 32.97%
B 255 of 646 ~ 39.47%

%27.55
%32.97
%39.47

CMYK color model

#B2D5FF color CMYK value is (30,16,0,0).

  • cyan value is 30.20%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(30,16,0,0)
C30M16Y0K0 
(30%,16%,0%,0%)
(0.30/0.16/0.00/0.00)	

CMYK percentages

%30.2
%16.47
%0
%0

Codes

Color #B2D5FF in popluar color models

B2D5FF
RGB178213255
HSL213°100.00%84.90%
HSB/HSV213°30.20%100.00%
CMYK30.20%16.47%0.00%
0.00%

Color #B2D5FF in popluar number systems.

HEXB2D5FF
Decimal178213255
Binary101100101101010111111111
Octal262325377

Shades and tints

Shades of #B2D5FF

#B2D5FF
(178,213,255)
#A2C2E8
(162,194,232)
#92AFD1
(146,175,209)
#829CBA
(130,156,186)
#7289A3
(114,137,163)
#62768C
(98,118,140)
#526375
(82,99,117)
#42505E
(66,80,94)
#323D47
(50,61,71)
#222A30
(34,42,48)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #B2D5FF

#B2D5FF
(178,213,255)
#B9D8FF
(185,216,255)
#C0DBFF
(192,219,255)
#C7DEFF
(199,222,255)
#CEE1FF
(206,225,255)
#D5E4FF
(213,228,255)
#DCE7FF
(220,231,255)
#E3EAFF
(227,234,255)
#EAEDFF
(234,237,255)
#F1F0FF
(241,240,255)
#F8F3FF
(248,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D5FF; }

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

This text font color is #B2D5FF.


Background Color

.myBgColor { background-color: #B2D5FF; }

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

This div background color is #B2D5FF.


Border color

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

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

This div border color is #B2D5FF.


Opacity

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

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

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

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

This text has shadow with #B2D5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D5FF on black background.


Color preview on white background

This text has color #B2D5FF on white background.



Black color preview on #B2D5FF background

This text has black color on #B2D5FF background.


White color preview on #B2D5FF background

This text has white color on #B2D5FF background.