COLOR #B3D9FF

HEX: #B3D9FF RGB: (179,217,255)

Color info

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

RGB color model

#B3D9FF color RGB value is (179,217,255).

RGB: (179,217,255) (70%, 85%, 100%)

RGB channels and saturation

R 179 of 255 = 70%
G 217 of 255 = 85%
B 255 of 255 = 100%

179
217
255

R + G + B ~ 85%. #B3D9FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 217 + 255 = 651 (100%)
R 179 of 651 ~ 27.5%
G 217 of 651 ~ 33.33%
B 255 of 651 ~ 39.17'%

%27.5
%33.33
%39.17

CMYK color model

#B3D9FF color CMYK value is (30,15,0,0).

  • cyan value is 29.80%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (30,15,0,0)
C30M15Y0K0 (30%, 15%, 0%, 0%)
(0.30 / 0.15 / 0.00 / 0.00)

CMYK percentages

%29.8
%14.9
%0
%0

Codes

Color #B3D9FF in popluar color models

B3 D9 FF
RGB 179 217 255
HSL 210° 100.00% 85.10%
HSB/HSV 210° 29.80% 100.00%
CMYK 29.80% 14.90% 0.00%
0.00%

Color #B3D9FF in popluar number systems.

HEX B3 D9 FF
Decimal 179 217 255
Binary 10110011 11011001 11111111
Octal 263 331 377

Shades and tints

Shades of #B3D9FF

#B3D9FF
(179,217,255)
#A3C6E8
(163,198,232)
#93B3D1
(147,179,209)
#83A0BA
(131,160,186)
#738DA3
(115,141,163)
#637A8C
(99,122,140)
#536775
(83,103,117)
#43545E
(67,84,94)
#334147
(51,65,71)
#232E30
(35,46,48)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #B3D9FF

#B3D9FF
(179,217,255)
#B9DCFF
(185,220,255)
#BFDFFF
(191,223,255)
#C5E2FF
(197,226,255)
#CBE5FF
(203,229,255)
#D1E8FF
(209,232,255)
#D7EBFF
(215,235,255)
#DDEEFF
(221,238,255)
#E3F1FF
(227,241,255)
#E9F4FF
(233,244,255)
#EFF7FF
(239,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D9FF color. Also use rgb(179,217,255) instead hex code.

Text Font Color

.myTextColor { color: #B3D9FF; }

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

This text font color is #B3D9FF.

Background Color

.myBgColor { background-color: #B3D9FF; }

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

This div background color is #B3D9FF.

Border color

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

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

This div border color is #B3D9FF.

Opacity

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

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

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

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

This text has shadow with #B3D9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D9FF.

Preview

Color preview on black background

This text has color #B3D9FF on black background.


Color preview on white background

This text has color #B3D9FF on white background.


Black color preview on #B3D9FF background

This text has black color on #B3D9FF background.


White color preview on #B3D9FF background

This text has white color on #B3D9FF background.


Related colors

Complementary color

Complementary color for #hex is #4C2600.


I love getcolorcode.com

Triadic colors

1 #FFB3D9 and #D9FFB3 with #B3D9FF are triadic colors.

2 #FFD9B3 and #D9B3FF with #B3D9FF are triadic colors.