COLOR #B3E5F9

HEX: #B3E5F9 RGB: (179,229,249)

Color info

#B3E5F9 contains mainly green and blue colors. Web safe color of #B3E5F9 is #99CCFF (or #9CF).

RGB color model

#B3E5F9 color RGB value is (179,229,249).

RGB: (179,229,249) (70%, 90%, 98%)

RGB channels and saturation

R 179 of 255 = 70%
G 229 of 255 = 90%
B 249 of 255 = 98%

179
229
249

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

Portions of RGB colors in percentages

R + G + B = 179 + 229 + 249 = 657 (100%)
R 179 of 657 ~ 27.25%
G 229 of 657 ~ 34.86%
B 249 of 657 ~ 37.9'%

%27.25
%34.86
%37.9

CMYK color model

#B3E5F9 color CMYK value is (28,8,0,2).

  • cyan value is 28.11%
  • magenta value is 8.03%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (28,8,0,2)
C28M8Y0K2 (28%, 8%, 0%, 2%)
(0.28 / 0.08 / 0.00 / 0.02)

CMYK percentages

%28.11
%8.03
%0
%2.35

Codes

Color #B3E5F9 in popluar color models

B3 E5 F9
RGB 179 229 249
HSL 197° 85.37% 83.92%
HSB/HSV 197° 28.11% 97.65%
CMYK 28.11% 8.03% 0.00%
2.35%

Color #B3E5F9 in popluar number systems.

HEX B3 E5 F9
Decimal 179 229 249
Binary 10110011 11100101 11111001
Octal 263 345 371

Shades and tints

Shades of #B3E5F9

#B3E5F9
(179,229,249)
#A3D1E3
(163,209,227)
#93BDCD
(147,189,205)
#83A9B7
(131,169,183)
#7395A1
(115,149,161)
#63818B
(99,129,139)
#536D75
(83,109,117)
#43595F
(67,89,95)
#334549
(51,69,73)
#233133
(35,49,51)
#131D1D
(19,29,29)
#000000
(0,0,0)

Tints of #B3E5F9

#B3E5F9
(179,229,249)
#B9E7F9
(185,231,249)
#BFE9F9
(191,233,249)
#C5EBF9
(197,235,249)
#CBEDF9
(203,237,249)
#D1EFF9
(209,239,249)
#D7F1F9
(215,241,249)
#DDF3F9
(221,243,249)
#E3F5F9
(227,245,249)
#E9F7F9
(233,247,249)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E5F9 color. Also use rgb(179,229,249) instead hex code.

Text Font Color

.myTextColor { color: #B3E5F9; }

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

This text font color is #B3E5F9.

Background Color

.myBgColor { background-color: #B3E5F9; }

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

This div background color is #B3E5F9.

Border color

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

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

This div border color is #B3E5F9.

Opacity

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

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

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

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

This text has shadow with #B3E5F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E5F9.

Preview

Color preview on black background

This text has color #B3E5F9 on black background.


Color preview on white background

This text has color #B3E5F9 on white background.


Black color preview on #B3E5F9 background

This text has black color on #B3E5F9 background.


White color preview on #B3E5F9 background

This text has white color on #B3E5F9 background.


Related colors

Complementary color

Complementary color for #hex is #4C1A06.


I love getcolorcode.com

Triadic colors

1 #F9B3E5 and #E5F9B3 with #B3E5F9 are triadic colors.

2 #F9E5B3 and #E5B3F9 with #B3E5F9 are triadic colors.