COLOR #B6E8FB

HEX: #B6E8FB RGB: (182,232,251)

Color info

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

RGB color model

#B6E8FB color RGB value is (182,232,251).

RGB: (182,232,251) (71%, 91%, 98%)

RGB channels and saturation

R 182 of 255 = 71%
G 232 of 255 = 91%
B 251 of 255 = 98%

182
232
251

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

Portions of RGB colors in percentages

R + G + B = 182 + 232 + 251 = 665 (100%)
R 182 of 665 ~ 27.37%
G 232 of 665 ~ 34.89%
B 251 of 665 ~ 37.74'%

%27.37
%34.89
%37.74

CMYK color model

#B6E8FB color CMYK value is (27,8,0,2).

  • cyan value is 27.49%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (27,8,0,2) C27M8Y0K2 (27%,8%,0%,2%) (0.27/0.08/0.00/0.02) 

CMYK percentages

%27.49
%7.57
%0
%1.57

Codes

Color #B6E8FB in popluar color models

B6 E8 FB
RGB 182 232 251
HSL 197° 89.61% 84.90%
HSB/HSV 197° 27.49% 98.43%
CMYK 27.49% 7.57% 0.00%
1.57%

Color #B6E8FB in popluar number systems.

HEX B6 E8 FB
Decimal 182 232 251
Binary 10110110 11101000 11111011
Octal 266 350 373

Shades and tints

Shades of #B6E8FB

#B6E8FB
(182,232,251)
#A6D3E5
(166,211,229)
#96BECF
(150,190,207)
#86A9B9
(134,169,185)
#7694A3
(118,148,163)
#667F8D
(102,127,141)
#566A77
(86,106,119)
#465561
(70,85,97)
#36404B
(54,64,75)
#262B35
(38,43,53)
#16161F
(22,22,31)
#000000
(0,0,0)

Tints of #B6E8FB

#B6E8FB
(182,232,251)
#BCEAFB
(188,234,251)
#C2ECFB
(194,236,251)
#C8EEFB
(200,238,251)
#CEF0FB
(206,240,251)
#D4F2FB
(212,242,251)
#DAF4FB
(218,244,251)
#E0F6FB
(224,246,251)
#E6F8FB
(230,248,251)
#ECFAFB
(236,250,251)
#F2FCFB
(242,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E8FB color. Also use rgb(182,232,251) instead hex code.

Text Font Color

.myTextColor { color: #B6E8FB; }

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

This text font color is #B6E8FB.

Background Color

.myBgColor { background-color: #B6E8FB; }

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

This div background color is #B6E8FB.

Border color

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

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

This div border color is #B6E8FB.

Opacity

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

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

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

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

This text has shadow with #B6E8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E8FB.

Preview

Color preview on black background

This text has color #B6E8FB on black background.


Color preview on white background

This text has color #B6E8FB on white background.


Black color preview on #B6E8FB background

This text has black color on #B6E8FB background.


White color preview on #B6E8FB background

This text has white color on #B6E8FB background.


Related colors

Complementary color

Complementary color for #hex is #491704.


I love getcolorcode.com

Triadic colors

1 #FBB6E8 and #E8FBB6 with #B6E8FB are triadic colors.

2 #FBE8B6 and #E8B6FB with #B6E8FB are triadic colors.