COLOR #B2DEEE

HEX: #B2DEEE
RGB: (178,222,238)

Color info

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

RGB color model

#B2DEEE color RGB value is (178,222,238).

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

RGB channels and saturation

R 178 of 255 = 70%
G 222 of 255 = 87%
B 238 of 255 = 93%

178
222
238

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

Portions of RGB colors in percentages

R + G + B =
178 + 222 + 238 = 638 (100%)
R 178 of 638 ~ 27.9%
G 222 of 638 ~ 34.8%
B 238 of 638 ~ 37.3%

%27.9
%34.8
%37.3

CMYK color model

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

  • cyan value is 25.21%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(25,7,0,7)
C25M7Y0K7 
(25%,7%,0%,7%)
(0.25/0.07/0.00/0.07)	

CMYK percentages

%25.21
%6.72
%0
%6.67

Codes

Color #B2DEEE in popluar color models

B2DEEE
RGB178222238
HSL196°63.83%81.57%
HSB/HSV196°25.21%93.33%
CMYK25.21%6.72%0.00%
6.67%

Color #B2DEEE in popluar number systems.

HEXB2DEEE
Decimal178222238
Binary101100101101111011101110
Octal262336356

Shades and tints

Shades of #B2DEEE

#B2DEEE
(178,222,238)
#A2CAD9
(162,202,217)
#92B6C4
(146,182,196)
#82A2AF
(130,162,175)
#728E9A
(114,142,154)
#627A85
(98,122,133)
#526670
(82,102,112)
#42525B
(66,82,91)
#323E46
(50,62,70)
#222A31
(34,42,49)
#12161C
(18,22,28)
#000000
(0,0,0)

Tints of #B2DEEE

#B2DEEE
(178,222,238)
#B9E1EF
(185,225,239)
#C0E4F0
(192,228,240)
#C7E7F1
(199,231,241)
#CEEAF2
(206,234,242)
#D5EDF3
(213,237,243)
#DCF0F4
(220,240,244)
#E3F3F5
(227,243,245)
#EAF6F6
(234,246,246)
#F1F9F7
(241,249,247)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DEEE; }

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

This text font color is #B2DEEE.


Background Color

.myBgColor { background-color: #B2DEEE; }

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

This div background color is #B2DEEE.


Border color

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

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

This div border color is #B2DEEE.


Opacity

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

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

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

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

This text has shadow with #B2DEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DEEE on black background.


Color preview on white background

This text has color #B2DEEE on white background.



Black color preview on #B2DEEE background

This text has black color on #B2DEEE background.


White color preview on #B2DEEE background

This text has white color on #B2DEEE background.