COLOR #B3DCF1

HEX: #B3DCF1
RGB: (179,220,241)

Color info

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

RGB color model

#B3DCF1 color RGB value is (179,220,241).

  • red value is 179;
  • green value is 220;
  • blue value is 241.
RGB:
(179,220,241)
(70%,86%,95%)

RGB channels and saturation

R 179 of 255 = 70%
G 220 of 255 = 86%
B 241 of 255 = 95%

179
220
241

R + G + B ~ 84%. #B3DCF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 220 + 241 = 640 (100%)
R 179 of 640 ~ 27.97%
G 220 of 640 ~ 34.38%
B 241 of 640 ~ 37.66%

%27.97
%34.38
%37.66

CMYK color model

#B3DCF1 color CMYK value is (26,9,0,5).

  • cyan value is 25.73%
  • magenta value is 8.71%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(26,9,0,5)
C26M9Y0K5 
(26%,9%,0%,5%)
(0.26/0.09/0.00/0.05)	

CMYK percentages

%25.73
%8.71
%0
%5.49

Codes

Color #B3DCF1 in popluar color models

B3DCF1
RGB179220241
HSL200°68.89%82.35%
HSB/HSV200°25.73%94.51%
CMYK25.73%8.71%0.00%
5.49%

Color #B3DCF1 in popluar number systems.

HEXB3DCF1
Decimal179220241
Binary101100111101110011110001
Octal263334361

Shades and tints

Shades of #B3DCF1

#B3DCF1
(179,220,241)
#A3C8DC
(163,200,220)
#93B4C7
(147,180,199)
#83A0B2
(131,160,178)
#738C9D
(115,140,157)
#637888
(99,120,136)
#536473
(83,100,115)
#43505E
(67,80,94)
#333C49
(51,60,73)
#232834
(35,40,52)
#13141F
(19,20,31)
#000000
(0,0,0)

Tints of #B3DCF1

#B3DCF1
(179,220,241)
#B9DFF2
(185,223,242)
#BFE2F3
(191,226,243)
#C5E5F4
(197,229,244)
#CBE8F5
(203,232,245)
#D1EBF6
(209,235,246)
#D7EEF7
(215,238,247)
#DDF1F8
(221,241,248)
#E3F4F9
(227,244,249)
#E9F7FA
(233,247,250)
#EFFAFB
(239,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DCF1 color. Also use rgb(179,220,241) instead hex code.

Text Font Color

.myTextColor { color: #B3DCF1; }

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

This text font color is #B3DCF1.


Background Color

.myBgColor { background-color: #B3DCF1; }

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

This div background color is #B3DCF1.


Border color

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

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

This div border color is #B3DCF1.


Opacity

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

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

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

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

This text has shadow with #B3DCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DCF1 on black background.


Color preview on white background

This text has color #B3DCF1 on white background.



Black color preview on #B3DCF1 background

This text has black color on #B3DCF1 background.


White color preview on #B3DCF1 background

This text has white color on #B3DCF1 background.