COLOR #B3DDF6

HEX: #B3DDF6
RGB: (179,221,246)

Color info

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

RGB color model

#B3DDF6 color RGB value is (179,221,246).

  • red value is 179;
  • green value is 221;
  • blue value is 246.
RGB:
(179,221,246)
(70%,87%,96%)

RGB channels and saturation

R 179 of 255 = 70%
G 221 of 255 = 87%
B 246 of 255 = 96%

179
221
246

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

Portions of RGB colors in percentages

R + G + B =
179 + 221 + 246 = 646 (100%)
R 179 of 646 ~ 27.71%
G 221 of 646 ~ 34.21%
B 246 of 646 ~ 38.08%

%27.71
%34.21
%38.08

CMYK color model

#B3DDF6 color CMYK value is (27,10,0,4).

  • cyan value is 27.24%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(27,10,0,4)
C27M10Y0K4 
(27%,10%,0%,4%)
(0.27/0.10/0.00/0.04)	

CMYK percentages

%27.24
%10.16
%0
%3.53

Codes

Color #B3DDF6 in popluar color models

B3DDF6
RGB179221246
HSL202°78.82%83.33%
HSB/HSV202°27.24%96.47%
CMYK27.24%10.16%0.00%
3.53%

Color #B3DDF6 in popluar number systems.

HEXB3DDF6
Decimal179221246
Binary101100111101110111110110
Octal263335366

Shades and tints

Shades of #B3DDF6

#B3DDF6
(179,221,246)
#A3C9E0
(163,201,224)
#93B5CA
(147,181,202)
#83A1B4
(131,161,180)
#738D9E
(115,141,158)
#637988
(99,121,136)
#536572
(83,101,114)
#43515C
(67,81,92)
#333D46
(51,61,70)
#232930
(35,41,48)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #B3DDF6

#B3DDF6
(179,221,246)
#B9E0F6
(185,224,246)
#BFE3F6
(191,227,246)
#C5E6F6
(197,230,246)
#CBE9F6
(203,233,246)
#D1ECF6
(209,236,246)
#D7EFF6
(215,239,246)
#DDF2F6
(221,242,246)
#E3F5F6
(227,245,246)
#E9F8F6
(233,248,246)
#EFFBF6
(239,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DDF6; }

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

This text font color is #B3DDF6.


Background Color

.myBgColor { background-color: #B3DDF6; }

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

This div background color is #B3DDF6.


Border color

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

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

This div border color is #B3DDF6.


Opacity

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

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

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

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

This text has shadow with #B3DDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DDF6 on black background.


Color preview on white background

This text has color #B3DDF6 on white background.



Black color preview on #B3DDF6 background

This text has black color on #B3DDF6 background.


White color preview on #B3DDF6 background

This text has white color on #B3DDF6 background.