COLOR #B6E4FB

HEX: #B6E4FB RGB: (182,228,251)

Color info

#B6E4FB contains mainly green and blue colors. Web safe color of #B6E4FB is #CCCCFF (or #CCF).

RGB color model

#B6E4FB color RGB value is (182,228,251).

RGB: (182,228,251) (71%, 89%, 98%)

RGB channels and saturation

R 182 of 255 = 71%
G 228 of 255 = 89%
B 251 of 255 = 98%

182
228
251

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

Portions of RGB colors in percentages

R + G + B = 182 + 228 + 251 = 661 (100%)
R 182 of 661 ~ 27.53%
G 228 of 661 ~ 34.49%
B 251 of 661 ~ 37.97'%

%27.53
%34.49
%37.97

CMYK color model

#B6E4FB color CMYK value is (27,9,0,2).

  • cyan value is 27.49%
  • magenta value is 9.16%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (27,9,0,2)
C27M9Y0K2 (27%, 9%, 0%, 2%)
(0.27 / 0.09 / 0.00 / 0.02)

CMYK percentages

%27.49
%9.16
%0
%1.57

Codes

Color #B6E4FB in popluar color models

B6 E4 FB
RGB 182 228 251
HSL 200° 89.61% 84.90%
HSB/HSV 200° 27.49% 98.43%
CMYK 27.49% 9.16% 0.00%
1.57%

Color #B6E4FB in popluar number systems.

HEX B6 E4 FB
Decimal 182 228 251
Binary 10110110 11100100 11111011
Octal 266 344 373

Shades and tints

Shades of #B6E4FB

#B6E4FB
(182,228,251)
#A6D0E5
(166,208,229)
#96BCCF
(150,188,207)
#86A8B9
(134,168,185)
#7694A3
(118,148,163)
#66808D
(102,128,141)
#566C77
(86,108,119)
#465861
(70,88,97)
#36444B
(54,68,75)
#263035
(38,48,53)
#161C1F
(22,28,31)
#000000
(0,0,0)

Tints of #B6E4FB

#B6E4FB
(182,228,251)
#BCE6FB
(188,230,251)
#C2E8FB
(194,232,251)
#C8EAFB
(200,234,251)
#CEECFB
(206,236,251)
#D4EEFB
(212,238,251)
#DAF0FB
(218,240,251)
#E0F2FB
(224,242,251)
#E6F4FB
(230,244,251)
#ECF6FB
(236,246,251)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E4FB; }

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

This text font color is #B6E4FB.

Background Color

.myBgColor { background-color: #B6E4FB; }

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

This div background color is #B6E4FB.

Border color

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

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

This div border color is #B6E4FB.

Opacity

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

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

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

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

This text has shadow with #B6E4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E4FB.

Preview

Color preview on black background

This text has color #B6E4FB on black background.


Color preview on white background

This text has color #B6E4FB on white background.


Black color preview on #B6E4FB background

This text has black color on #B6E4FB background.


White color preview on #B6E4FB background

This text has white color on #B6E4FB background.


Related colors

Complementary color

Complementary color for #hex is #491B04.


I love getcolorcode.com

Triadic colors

1 #FBB6E4 and #E4FBB6 with #B6E4FB are triadic colors.

2 #FBE4B6 and #E4B6FB with #B6E4FB are triadic colors.