COLOR #B3D3F6

HEX: #B3D3F6 RGB: (179,211,246)

Color info

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

RGB color model

#B3D3F6 color RGB value is (179,211,246).

RGB: (179,211,246) (70%, 83%, 96%)

RGB channels and saturation

R 179 of 255 = 70%
G 211 of 255 = 83%
B 246 of 255 = 96%

179
211
246

R + G + B ~ 83%. #B3D3F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 211 + 246 = 636 (100%)
R 179 of 636 ~ 28.14%
G 211 of 636 ~ 33.18%
B 246 of 636 ~ 38.68'%

%28.14
%33.18
%38.68

CMYK color model

#B3D3F6 color CMYK value is (27,14,0,4).

  • cyan value is 27.24%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (27,14,0,4)
C27M14Y0K4 (27%, 14%, 0%, 4%)
(0.27 / 0.14 / 0.00 / 0.04)

CMYK percentages

%27.24
%14.23
%0
%3.53

Codes

Color #B3D3F6 in popluar color models

B3 D3 F6
RGB 179 211 246
HSL 211° 78.82% 83.33%
HSB/HSV 211° 27.24% 96.47%
CMYK 27.24% 14.23% 0.00%
3.53%

Color #B3D3F6 in popluar number systems.

HEX B3 D3 F6
Decimal 179 211 246
Binary 10110011 11010011 11110110
Octal 263 323 366

Shades and tints

Shades of #B3D3F6

#B3D3F6
(179,211,246)
#A3C0E0
(163,192,224)
#93ADCA
(147,173,202)
#839AB4
(131,154,180)
#73879E
(115,135,158)
#637488
(99,116,136)
#536172
(83,97,114)
#434E5C
(67,78,92)
#333B46
(51,59,70)
#232830
(35,40,48)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #B3D3F6

#B3D3F6
(179,211,246)
#B9D7F6
(185,215,246)
#BFDBF6
(191,219,246)
#C5DFF6
(197,223,246)
#CBE3F6
(203,227,246)
#D1E7F6
(209,231,246)
#D7EBF6
(215,235,246)
#DDEFF6
(221,239,246)
#E3F3F6
(227,243,246)
#E9F7F6
(233,247,246)
#EFFBF6
(239,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D3F6 color. Also use rgb(179,211,246) instead hex code.

Text Font Color

.myTextColor { color: #B3D3F6; }

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

This text font color is #B3D3F6.

Background Color

.myBgColor { background-color: #B3D3F6; }

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

This div background color is #B3D3F6.

Border color

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

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

This div border color is #B3D3F6.

Opacity

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

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

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

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

This text has shadow with #B3D3F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D3F6.

Preview

Color preview on black background

This text has color #B3D3F6 on black background.


Color preview on white background

This text has color #B3D3F6 on white background.


Black color preview on #B3D3F6 background

This text has black color on #B3D3F6 background.


White color preview on #B3D3F6 background

This text has white color on #B3D3F6 background.


Related colors

Complementary color

Complementary color for #hex is #4C2C09.


I love getcolorcode.com

Triadic colors

1 #F6B3D3 and #D3F6B3 with #B3D3F6 are triadic colors.

2 #F6D3B3 and #D3B3F6 with #B3D3F6 are triadic colors.