COLOR #B6E3FE

HEX: #B6E3FE RGB: (182,227,254)

Color info

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

RGB color model

#B6E3FE color RGB value is (182,227,254).

RGB: (182,227,254) (71%, 89%, 100%)

RGB channels and saturation

R 182 of 255 = 71%
G 227 of 255 = 89%
B 254 of 255 = 100%

182
227
254

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

Portions of RGB colors in percentages

R + G + B = 182 + 227 + 254 = 663 (100%)
R 182 of 663 ~ 27.45%
G 227 of 663 ~ 34.24%
B 254 of 663 ~ 38.31'%

%27.45
%34.24
%38.31

CMYK color model

#B6E3FE color CMYK value is (28,11,0,0).

  • cyan value is 28.35%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (28,11,0,0)
C28M11Y0K0 (28%, 11%, 0%, 0%)
(0.28 / 0.11 / 0.00 / 0.00)

CMYK percentages

%28.35
%10.63
%0
%0.39

Codes

Color #B6E3FE in popluar color models

B6 E3 FE
RGB 182 227 254
HSL 203° 97.30% 85.49%
HSB/HSV 203° 28.35% 99.61%
CMYK 28.35% 10.63% 0.00%
0.39%

Color #B6E3FE in popluar number systems.

HEX B6 E3 FE
Decimal 182 227 254
Binary 10110110 11100011 11111110
Octal 266 343 376

Shades and tints

Shades of #B6E3FE

#B6E3FE
(182,227,254)
#A6CFE7
(166,207,231)
#96BBD0
(150,187,208)
#86A7B9
(134,167,185)
#7693A2
(118,147,162)
#667F8B
(102,127,139)
#566B74
(86,107,116)
#46575D
(70,87,93)
#364346
(54,67,70)
#262F2F
(38,47,47)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #B6E3FE

#B6E3FE
(182,227,254)
#BCE5FE
(188,229,254)
#C2E7FE
(194,231,254)
#C8E9FE
(200,233,254)
#CEEBFE
(206,235,254)
#D4EDFE
(212,237,254)
#DAEFFE
(218,239,254)
#E0F1FE
(224,241,254)
#E6F3FE
(230,243,254)
#ECF5FE
(236,245,254)
#F2F7FE
(242,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E3FE color. Also use rgb(182,227,254) instead hex code.

Text Font Color

.myTextColor { color: #B6E3FE; }

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

This text font color is #B6E3FE.

Background Color

.myBgColor { background-color: #B6E3FE; }

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

This div background color is #B6E3FE.

Border color

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

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

This div border color is #B6E3FE.

Opacity

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

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

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

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

This text has shadow with #B6E3FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E3FE.

Preview

Color preview on black background

This text has color #B6E3FE on black background.


Color preview on white background

This text has color #B6E3FE on white background.


Black color preview on #B6E3FE background

This text has black color on #B6E3FE background.


White color preview on #B6E3FE background

This text has white color on #B6E3FE background.


Related colors

Complementary color

Complementary color for #hex is #491C01.


I love getcolorcode.com

Triadic colors

1 #FEB6E3 and #E3FEB6 with #B6E3FE are triadic colors.

2 #FEE3B6 and #E3B6FE with #B6E3FE are triadic colors.