COLOR #B6E1FA

HEX: #B6E1FA
RGB: (182,225,250)

Color info

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

RGB color model

#B6E1FA color RGB value is (182,225,250).

  • red value is 182;
  • green value is 225;
  • blue value is 250.
RGB:
(182,225,250)
(71%,88%,98%)

RGB channels and saturation

R 182 of 255 = 71%
G 225 of 255 = 88%
B 250 of 255 = 98%

182
225
250

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

Portions of RGB colors in percentages

R + G + B =
182 + 225 + 250 = 657 (100%)
R 182 of 657 ~ 27.7%
G 225 of 657 ~ 34.25%
B 250 of 657 ~ 38.05%

%27.7
%34.25
%38.05

CMYK color model

#B6E1FA color CMYK value is (27,10,0,2).

  • cyan value is 27.20%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(27,10,0,2)
C27M10Y0K2 
(27%,10%,0%,2%)
(0.27/0.10/0.00/0.02)	

CMYK percentages

%27.2
%10
%0
%1.96

Codes

Color #B6E1FA in popluar color models

B6E1FA
RGB182225250
HSL202°87.18%84.71%
HSB/HSV202°27.20%98.04%
CMYK27.20%10.00%0.00%
1.96%

Color #B6E1FA in popluar number systems.

HEXB6E1FA
Decimal182225250
Binary101101101110000111111010
Octal266341372

Shades and tints

Shades of #B6E1FA

#B6E1FA
(182,225,250)
#A6CDE4
(166,205,228)
#96B9CE
(150,185,206)
#86A5B8
(134,165,184)
#7691A2
(118,145,162)
#667D8C
(102,125,140)
#566976
(86,105,118)
#465560
(70,85,96)
#36414A
(54,65,74)
#262D34
(38,45,52)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #B6E1FA

#B6E1FA
(182,225,250)
#BCE3FA
(188,227,250)
#C2E5FA
(194,229,250)
#C8E7FA
(200,231,250)
#CEE9FA
(206,233,250)
#D4EBFA
(212,235,250)
#DAEDFA
(218,237,250)
#E0EFFA
(224,239,250)
#E6F1FA
(230,241,250)
#ECF3FA
(236,243,250)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E1FA color. Also use rgb(182,225,250) instead hex code.

Text Font Color

.myTextColor { color: #B6E1FA; }

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

This text font color is #B6E1FA.


Background Color

.myBgColor { background-color: #B6E1FA; }

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

This div background color is #B6E1FA.


Border color

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

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

This div border color is #B6E1FA.


Opacity

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

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

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

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

This text has shadow with #B6E1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E1FA on black background.


Color preview on white background

This text has color #B6E1FA on white background.



Black color preview on #B6E1FA background

This text has black color on #B6E1FA background.


White color preview on #B6E1FA background

This text has white color on #B6E1FA background.