COLOR #B6EAF7

HEX: #B6EAF7
RGB: (182,234,247)

Color info

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

RGB color model

#B6EAF7 color RGB value is (182,234,247).

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

RGB channels and saturation

R 182 of 255 = 71%
G 234 of 255 = 92%
B 247 of 255 = 97%

182
234
247

R + G + B ~ 87%. #B6EAF7 is light color.

Portions of RGB colors in percentages

R + G + B =
182 + 234 + 247 = 663 (100%)
R 182 of 663 ~ 27.45%
G 234 of 663 ~ 35.29%
B 247 of 663 ~ 37.25%

%27.45
%35.29
%37.25

CMYK color model

#B6EAF7 color CMYK value is (26,5,0,3).

  • cyan value is 26.32%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(26,5,0,3)
C26M5Y0K3 
(26%,5%,0%,3%)
(0.26/0.05/0.00/0.03)	

CMYK percentages

%26.32
%5.26
%0
%3.14

Codes

Color #B6EAF7 in popluar color models

B6EAF7
RGB182234247
HSL192°80.25%84.12%
HSB/HSV192°26.32%96.86%
CMYK26.32%5.26%0.00%
3.14%

Color #B6EAF7 in popluar number systems.

HEXB6EAF7
Decimal182234247
Binary101101101110101011110111
Octal266352367

Shades and tints

Shades of #B6EAF7

#B6EAF7
(182,234,247)
#A6D5E1
(166,213,225)
#96C0CB
(150,192,203)
#86ABB5
(134,171,181)
#76969F
(118,150,159)
#668189
(102,129,137)
#566C73
(86,108,115)
#46575D
(70,87,93)
#364247
(54,66,71)
#262D31
(38,45,49)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #B6EAF7

#B6EAF7
(182,234,247)
#BCEBF7
(188,235,247)
#C2ECF7
(194,236,247)
#C8EDF7
(200,237,247)
#CEEEF7
(206,238,247)
#D4EFF7
(212,239,247)
#DAF0F7
(218,240,247)
#E0F1F7
(224,241,247)
#E6F2F7
(230,242,247)
#ECF3F7
(236,243,247)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EAF7; }

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

This text font color is #B6EAF7.


Background Color

.myBgColor { background-color: #B6EAF7; }

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

This div background color is #B6EAF7.


Border color

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

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

This div border color is #B6EAF7.


Opacity

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

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

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

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

This text has shadow with #B6EAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EAF7 on black background.


Color preview on white background

This text has color #B6EAF7 on white background.



Black color preview on #B6EAF7 background

This text has black color on #B6EAF7 background.


White color preview on #B6EAF7 background

This text has white color on #B6EAF7 background.