COLOR #B3DCEF

HEX: #B3DCEF
RGB: (179,220,239)

Color info

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

RGB color model

#B3DCEF color RGB value is (179,220,239).

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

RGB channels and saturation

R 179 of 255 = 70%
G 220 of 255 = 86%
B 239 of 255 = 94%

179
220
239

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

Portions of RGB colors in percentages

R + G + B =
179 + 220 + 239 = 638 (100%)
R 179 of 638 ~ 28.06%
G 220 of 638 ~ 34.48%
B 239 of 638 ~ 37.46%

%28.06
%34.48
%37.46

CMYK color model

#B3DCEF color CMYK value is (25,8,0,6).

  • cyan value is 25.10%
  • magenta value is 7.95%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(25,8,0,6)
C25M8Y0K6 
(25%,8%,0%,6%)
(0.25/0.08/0.00/0.06)	

CMYK percentages

%25.1
%7.95
%0
%6.27

Codes

Color #B3DCEF in popluar color models

B3DCEF
RGB179220239
HSL199°65.22%81.96%
HSB/HSV199°25.10%93.73%
CMYK25.10%7.95%0.00%
6.27%

Color #B3DCEF in popluar number systems.

HEXB3DCEF
Decimal179220239
Binary101100111101110011101111
Octal263334357

Shades and tints

Shades of #B3DCEF

#B3DCEF
(179,220,239)
#A3C8DA
(163,200,218)
#93B4C5
(147,180,197)
#83A0B0
(131,160,176)
#738C9B
(115,140,155)
#637886
(99,120,134)
#536471
(83,100,113)
#43505C
(67,80,92)
#333C47
(51,60,71)
#232832
(35,40,50)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #B3DCEF

#B3DCEF
(179,220,239)
#B9DFF0
(185,223,240)
#BFE2F1
(191,226,241)
#C5E5F2
(197,229,242)
#CBE8F3
(203,232,243)
#D1EBF4
(209,235,244)
#D7EEF5
(215,238,245)
#DDF1F6
(221,241,246)
#E3F4F7
(227,244,247)
#E9F7F8
(233,247,248)
#EFFAF9
(239,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DCEF; }

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

This text font color is #B3DCEF.


Background Color

.myBgColor { background-color: #B3DCEF; }

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

This div background color is #B3DCEF.


Border color

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

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

This div border color is #B3DCEF.


Opacity

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

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

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

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

This text has shadow with #B3DCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DCEF on black background.


Color preview on white background

This text has color #B3DCEF on white background.



Black color preview on #B3DCEF background

This text has black color on #B3DCEF background.


White color preview on #B3DCEF background

This text has white color on #B3DCEF background.