COLOR #B2D9EE

HEX: #B2D9EE
RGB: (178,217,238)

Color info

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

RGB color model

#B2D9EE color RGB value is (178,217,238).

  • red value is 178;
  • green value is 217;
  • blue value is 238.
RGB:
(178,217,238)
(70%,85%,93%)

RGB channels and saturation

R 178 of 255 = 70%
G 217 of 255 = 85%
B 238 of 255 = 93%

178
217
238

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

Portions of RGB colors in percentages

R + G + B =
178 + 217 + 238 = 633 (100%)
R 178 of 633 ~ 28.12%
G 217 of 633 ~ 34.28%
B 238 of 633 ~ 37.6%

%28.12
%34.28
%37.6

CMYK color model

#B2D9EE color CMYK value is (25,9,0,7).

  • cyan value is 25.21%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(25,9,0,7)
C25M9Y0K7 
(25%,9%,0%,7%)
(0.25/0.09/0.00/0.07)	

CMYK percentages

%25.21
%8.82
%0
%6.67

Codes

Color #B2D9EE in popluar color models

B2D9EE
RGB178217238
HSL201°63.83%81.57%
HSB/HSV201°25.21%93.33%
CMYK25.21%8.82%0.00%
6.67%

Color #B2D9EE in popluar number systems.

HEXB2D9EE
Decimal178217238
Binary101100101101100111101110
Octal262331356

Shades and tints

Shades of #B2D9EE

#B2D9EE
(178,217,238)
#A2C6D9
(162,198,217)
#92B3C4
(146,179,196)
#82A0AF
(130,160,175)
#728D9A
(114,141,154)
#627A85
(98,122,133)
#526770
(82,103,112)
#42545B
(66,84,91)
#324146
(50,65,70)
#222E31
(34,46,49)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #B2D9EE

#B2D9EE
(178,217,238)
#B9DCEF
(185,220,239)
#C0DFF0
(192,223,240)
#C7E2F1
(199,226,241)
#CEE5F2
(206,229,242)
#D5E8F3
(213,232,243)
#DCEBF4
(220,235,244)
#E3EEF5
(227,238,245)
#EAF1F6
(234,241,246)
#F1F4F7
(241,244,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D9EE color. Also use rgb(178,217,238) instead hex code.

Text Font Color

.myTextColor { color: #B2D9EE; }

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

This text font color is #B2D9EE.


Background Color

.myBgColor { background-color: #B2D9EE; }

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

This div background color is #B2D9EE.


Border color

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

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

This div border color is #B2D9EE.


Opacity

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

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

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

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

This text has shadow with #B2D9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D9EE on black background.


Color preview on white background

This text has color #B2D9EE on white background.



Black color preview on #B2D9EE background

This text has black color on #B2D9EE background.


White color preview on #B2D9EE background

This text has white color on #B2D9EE background.