COLOR #B2DEF2

HEX: #B2DEF2 RGB: (178,222,242)

Color info

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

RGB color model

#B2DEF2 color RGB value is (178,222,242).

RGB: (178,222,242) (70%, 87%, 95%)

RGB channels and saturation

R 178 of 255 = 70%
G 222 of 255 = 87%
B 242 of 255 = 95%

178
222
242

R + G + B ~ 84%. #B2DEF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 222 + 242 = 642 (100%)
R 178 of 642 ~ 27.73%
G 222 of 642 ~ 34.58%
B 242 of 642 ~ 37.69'%

%27.73
%34.58
%37.69

CMYK color model

#B2DEF2 color CMYK value is (26,8,0,5).

  • cyan value is 26.45%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (26,8,0,5) C26M8Y0K5 (26%,8%,0%,5%) (0.26/0.08/0.00/0.05) 

CMYK percentages

%26.45
%8.26
%0
%5.1

Codes

Color #B2DEF2 in popluar color models

B2 DE F2
RGB 178 222 242
HSL 199° 71.11% 82.35%
HSB/HSV 199° 26.45% 94.90%
CMYK 26.45% 8.26% 0.00%
5.10%

Color #B2DEF2 in popluar number systems.

HEX B2 DE F2
Decimal 178 222 242
Binary 10110010 11011110 11110010
Octal 262 336 362

Shades and tints

Shades of #B2DEF2

#B2DEF2
(178,222,242)
#A2CADC
(162,202,220)
#92B6C6
(146,182,198)
#82A2B0
(130,162,176)
#728E9A
(114,142,154)
#627A84
(98,122,132)
#52666E
(82,102,110)
#425258
(66,82,88)
#323E42
(50,62,66)
#222A2C
(34,42,44)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #B2DEF2

#B2DEF2
(178,222,242)
#B9E1F3
(185,225,243)
#C0E4F4
(192,228,244)
#C7E7F5
(199,231,245)
#CEEAF6
(206,234,246)
#D5EDF7
(213,237,247)
#DCF0F8
(220,240,248)
#E3F3F9
(227,243,249)
#EAF6FA
(234,246,250)
#F1F9FB
(241,249,251)
#F8FCFC
(248,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DEF2; }

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

This text font color is #B2DEF2.

Background Color

.myBgColor { background-color: #B2DEF2; }

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

This div background color is #B2DEF2.

Border color

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

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

This div border color is #B2DEF2.

Opacity

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

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

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

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

This text has shadow with #B2DEF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DEF2.

Preview

Color preview on black background

This text has color #B2DEF2 on black background.


Color preview on white background

This text has color #B2DEF2 on white background.


Black color preview on #B2DEF2 background

This text has black color on #B2DEF2 background.


White color preview on #B2DEF2 background

This text has white color on #B2DEF2 background.


Related colors

Complementary color

Complementary color for #hex is #4D210D.


I love getcolorcode.com

Triadic colors

1 #F2B2DE and #DEF2B2 with #B2DEF2 are triadic colors.

2 #F2DEB2 and #DEB2F2 with #B2DEF2 are triadic colors.