COLOR #B2D8E6

HEX: #B2D8E6
RGB: (178,216,230)

Color info

#B2D8E6 contains red, green and blue colors in about the same proportion. Web safe color of #B2D8E6 is #99CCCC (or #9CC).

RGB color model

#B2D8E6 color RGB value is (178,216,230).

  • red value is 178;
  • green value is 216;
  • blue value is 230.
RGB:
(178,216,230)
(70%,85%,90%)

RGB channels and saturation

R 178 of 255 = 70%
G 216 of 255 = 85%
B 230 of 255 = 90%

178
216
230

R + G + B ~ 82%. #B2D8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 216 + 230 = 624 (100%)
R 178 of 624 ~ 28.53%
G 216 of 624 ~ 34.62%
B 230 of 624 ~ 36.86%

%28.53
%34.62
%36.86

CMYK color model

#B2D8E6 color CMYK value is (23,6,0,10).

  • cyan value is 22.61%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(23,6,0,10)
C23M6Y0K10 
(23%,6%,0%,10%)
(0.23/0.06/0.00/0.10)	

CMYK percentages

%22.61
%6.09
%0
%9.8

Codes

Color #B2D8E6 in popluar color models

B2D8E6
RGB178216230
HSL196°50.98%80.00%
HSB/HSV196°22.61%90.20%
CMYK22.61%6.09%0.00%
9.80%

Color #B2D8E6 in popluar number systems.

HEXB2D8E6
Decimal178216230
Binary101100101101100011100110
Octal262330346

Shades and tints

Shades of #B2D8E6

#B2D8E6
(178,216,230)
#A2C5D2
(162,197,210)
#92B2BE
(146,178,190)
#829FAA
(130,159,170)
#728C96
(114,140,150)
#627982
(98,121,130)
#52666E
(82,102,110)
#42535A
(66,83,90)
#324046
(50,64,70)
#222D32
(34,45,50)
#121A1E
(18,26,30)
#000000
(0,0,0)

Tints of #B2D8E6

#B2D8E6
(178,216,230)
#B9DBE8
(185,219,232)
#C0DEEA
(192,222,234)
#C7E1EC
(199,225,236)
#CEE4EE
(206,228,238)
#D5E7F0
(213,231,240)
#DCEAF2
(220,234,242)
#E3EDF4
(227,237,244)
#EAF0F6
(234,240,246)
#F1F3F8
(241,243,248)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D8E6 color. Also use rgb(178,216,230) instead hex code.

Text Font Color

.myTextColor { color: #B2D8E6; }

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

This text font color is #B2D8E6.


Background Color

.myBgColor { background-color: #B2D8E6; }

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

This div background color is #B2D8E6.


Border color

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

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

This div border color is #B2D8E6.


Opacity

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

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

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

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

This text has shadow with #B2D8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D8E6 on black background.


Color preview on white background

This text has color #B2D8E6 on white background.



Black color preview on #B2D8E6 background

This text has black color on #B2D8E6 background.


White color preview on #B2D8E6 background

This text has white color on #B2D8E6 background.