COLOR #B6ECFB

HEX: #B6ECFB RGB: (182,236,251)

Color info

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

RGB color model

#B6ECFB color RGB value is (182,236,251).

RGB: (182,236,251) (71%, 93%, 98%)

RGB channels and saturation

R 182 of 255 = 71%
G 236 of 255 = 93%
B 251 of 255 = 98%

182
236
251

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

Portions of RGB colors in percentages

R + G + B = 182 + 236 + 251 = 669 (100%)
R 182 of 669 ~ 27.2%
G 236 of 669 ~ 35.28%
B 251 of 669 ~ 37.52'%

%27.2
%35.28
%37.52

CMYK color model

#B6ECFB color CMYK value is (27,6,0,2).

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

CMYK: (27,6,0,2)
C27M6Y0K2 (27%, 6%, 0%, 2%)
(0.27 / 0.06 / 0.00 / 0.02)

CMYK percentages

%27.49
%5.98
%0
%1.57

Codes

Color #B6ECFB in popluar color models

B6 EC FB
RGB 182 236 251
HSL 193° 89.61% 84.90%
HSB/HSV 193° 27.49% 98.43%
CMYK 27.49% 5.98% 0.00%
1.57%

Color #B6ECFB in popluar number systems.

HEX B6 EC FB
Decimal 182 236 251
Binary 10110110 11101100 11111011
Octal 266 354 373

Shades and tints

Shades of #B6ECFB

#B6ECFB
(182,236,251)
#A6D7E5
(166,215,229)
#96C2CF
(150,194,207)
#86ADB9
(134,173,185)
#7698A3
(118,152,163)
#66838D
(102,131,141)
#566E77
(86,110,119)
#465961
(70,89,97)
#36444B
(54,68,75)
#262F35
(38,47,53)
#161A1F
(22,26,31)
#000000
(0,0,0)

Tints of #B6ECFB

#B6ECFB
(182,236,251)
#BCEDFB
(188,237,251)
#C2EEFB
(194,238,251)
#C8EFFB
(200,239,251)
#CEF0FB
(206,240,251)
#D4F1FB
(212,241,251)
#DAF2FB
(218,242,251)
#E0F3FB
(224,243,251)
#E6F4FB
(230,244,251)
#ECF5FB
(236,245,251)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ECFB; }

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

This text font color is #B6ECFB.

Background Color

.myBgColor { background-color: #B6ECFB; }

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

This div background color is #B6ECFB.

Border color

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

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

This div border color is #B6ECFB.

Opacity

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

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

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

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

This text has shadow with #B6ECFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ECFB.

Preview

Color preview on black background

This text has color #B6ECFB on black background.


Color preview on white background

This text has color #B6ECFB on white background.


Black color preview on #B6ECFB background

This text has black color on #B6ECFB background.


White color preview on #B6ECFB background

This text has white color on #B6ECFB background.


Related colors

Complementary color

Complementary color for #hex is #491304.


I love getcolorcode.com

Triadic colors

1 #FBB6EC and #ECFBB6 with #B6ECFB are triadic colors.

2 #FBECB6 and #ECB6FB with #B6ECFB are triadic colors.