COLOR #B3DEF5

HEX: #B3DEF5
RGB: (179,222,245)

Color info

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

RGB color model

#B3DEF5 color RGB value is (179,222,245).

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

RGB channels and saturation

R 179 of 255 = 70%
G 222 of 255 = 87%
B 245 of 255 = 96%

179
222
245

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

Portions of RGB colors in percentages

R + G + B =
179 + 222 + 245 = 646 (100%)
R 179 of 646 ~ 27.71%
G 222 of 646 ~ 34.37%
B 245 of 646 ~ 37.93%

%27.71
%34.37
%37.93

CMYK color model

#B3DEF5 color CMYK value is (27,9,0,4).

  • cyan value is 26.94%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(27,9,0,4)
C27M9Y0K4 
(27%,9%,0%,4%)
(0.27/0.09/0.00/0.04)	

CMYK percentages

%26.94
%9.39
%0
%3.92

Codes

Color #B3DEF5 in popluar color models

B3DEF5
RGB179222245
HSL201°76.74%83.14%
HSB/HSV201°26.94%96.08%
CMYK26.94%9.39%0.00%
3.92%

Color #B3DEF5 in popluar number systems.

HEXB3DEF5
Decimal179222245
Binary101100111101111011110101
Octal263336365

Shades and tints

Shades of #B3DEF5

#B3DEF5
(179,222,245)
#A3CADF
(163,202,223)
#93B6C9
(147,182,201)
#83A2B3
(131,162,179)
#738E9D
(115,142,157)
#637A87
(99,122,135)
#536671
(83,102,113)
#43525B
(67,82,91)
#333E45
(51,62,69)
#232A2F
(35,42,47)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #B3DEF5

#B3DEF5
(179,222,245)
#B9E1F5
(185,225,245)
#BFE4F5
(191,228,245)
#C5E7F5
(197,231,245)
#CBEAF5
(203,234,245)
#D1EDF5
(209,237,245)
#D7F0F5
(215,240,245)
#DDF3F5
(221,243,245)
#E3F6F5
(227,246,245)
#E9F9F5
(233,249,245)
#EFFCF5
(239,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DEF5 color. Also use rgb(179,222,245) instead hex code.

Text Font Color

.myTextColor { color: #B3DEF5; }

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

This text font color is #B3DEF5.


Background Color

.myBgColor { background-color: #B3DEF5; }

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

This div background color is #B3DEF5.


Border color

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

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

This div border color is #B3DEF5.


Opacity

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

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

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

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

This text has shadow with #B3DEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DEF5 on black background.


Color preview on white background

This text has color #B3DEF5 on white background.



Black color preview on #B3DEF5 background

This text has black color on #B3DEF5 background.


White color preview on #B3DEF5 background

This text has white color on #B3DEF5 background.