COLOR #B6EAF2

HEX: #B6EAF2
RGB: (182,234,242)

Color info

#B6EAF2 contains mainly green and blue colors. Web safe color of #B6EAF2 is #CCFFFF (or #CFF).

RGB color model

#B6EAF2 color RGB value is (182,234,242).

  • red value is 182;
  • green value is 234;
  • blue value is 242.
RGB:
(182,234,242)
(71%,92%,95%)

RGB channels and saturation

R 182 of 255 = 71%
G 234 of 255 = 92%
B 242 of 255 = 95%

182
234
242

R + G + B ~ 86%. #B6EAF2 is light color.

Portions of RGB colors in percentages

R + G + B =
182 + 234 + 242 = 658 (100%)
R 182 of 658 ~ 27.66%
G 234 of 658 ~ 35.56%
B 242 of 658 ~ 36.78%

%27.66
%35.56
%36.78

CMYK color model

#B6EAF2 color CMYK value is (25,3,0,5).

  • cyan value is 24.79%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(25,3,0,5)
C25M3Y0K5 
(25%,3%,0%,5%)
(0.25/0.03/0.00/0.05)	

CMYK percentages

%24.79
%3.31
%0
%5.1

Codes

Color #B6EAF2 in popluar color models

B6EAF2
RGB182234242
HSL188°69.77%83.14%
HSB/HSV188°24.79%94.90%
CMYK24.79%3.31%0.00%
5.10%

Color #B6EAF2 in popluar number systems.

HEXB6EAF2
Decimal182234242
Binary101101101110101011110010
Octal266352362

Shades and tints

Shades of #B6EAF2

#B6EAF2
(182,234,242)
#A6D5DC
(166,213,220)
#96C0C6
(150,192,198)
#86ABB0
(134,171,176)
#76969A
(118,150,154)
#668184
(102,129,132)
#566C6E
(86,108,110)
#465758
(70,87,88)
#364242
(54,66,66)
#262D2C
(38,45,44)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #B6EAF2

#B6EAF2
(182,234,242)
#BCEBF3
(188,235,243)
#C2ECF4
(194,236,244)
#C8EDF5
(200,237,245)
#CEEEF6
(206,238,246)
#D4EFF7
(212,239,247)
#DAF0F8
(218,240,248)
#E0F1F9
(224,241,249)
#E6F2FA
(230,242,250)
#ECF3FB
(236,243,251)
#F2F4FC
(242,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6EAF2 color. Also use rgb(182,234,242) instead hex code.

Text Font Color

.myTextColor { color: #B6EAF2; }

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

This text font color is #B6EAF2.


Background Color

.myBgColor { background-color: #B6EAF2; }

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

This div background color is #B6EAF2.


Border color

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

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

This div border color is #B6EAF2.


Opacity

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

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

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

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

This text has shadow with #B6EAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EAF2 on black background.


Color preview on white background

This text has color #B6EAF2 on white background.



Black color preview on #B6EAF2 background

This text has black color on #B6EAF2 background.


White color preview on #B6EAF2 background

This text has white color on #B6EAF2 background.