COLOR #B3ECF7

HEX: #B3ECF7
RGB: (179,236,247)

Color info

#B3ECF7 contains mainly green and blue colors. Web safe color of #B3ECF7 is #99FFFF (or #9FF).

RGB color model

#B3ECF7 color RGB value is (179,236,247).

  • red value is 179;
  • green value is 236;
  • blue value is 247.
RGB:
(179,236,247)
(70%,93%,97%)

RGB channels and saturation

R 179 of 255 = 70%
G 236 of 255 = 93%
B 247 of 255 = 97%

179
236
247

R + G + B ~ 87%. #B3ECF7 is light color.

Portions of RGB colors in percentages

R + G + B =
179 + 236 + 247 = 662 (100%)
R 179 of 662 ~ 27.04%
G 236 of 662 ~ 35.65%
B 247 of 662 ~ 37.31%

%27.04
%35.65
%37.31

CMYK color model

#B3ECF7 color CMYK value is (28,4,0,3).

  • cyan value is 27.53%
  • magenta value is 4.45%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(28,4,0,3)
C28M4Y0K3 
(28%,4%,0%,3%)
(0.28/0.04/0.00/0.03)	

CMYK percentages

%27.53
%4.45
%0
%3.14

Codes

Color #B3ECF7 in popluar color models

B3ECF7
RGB179236247
HSL190°80.95%83.53%
HSB/HSV190°27.53%96.86%
CMYK27.53%4.45%0.00%
3.14%

Color #B3ECF7 in popluar number systems.

HEXB3ECF7
Decimal179236247
Binary101100111110110011110111
Octal263354367

Shades and tints

Shades of #B3ECF7

#B3ECF7
(179,236,247)
#A3D7E1
(163,215,225)
#93C2CB
(147,194,203)
#83ADB5
(131,173,181)
#73989F
(115,152,159)
#638389
(99,131,137)
#536E73
(83,110,115)
#43595D
(67,89,93)
#334447
(51,68,71)
#232F31
(35,47,49)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #B3ECF7

#B3ECF7
(179,236,247)
#B9EDF7
(185,237,247)
#BFEEF7
(191,238,247)
#C5EFF7
(197,239,247)
#CBF0F7
(203,240,247)
#D1F1F7
(209,241,247)
#D7F2F7
(215,242,247)
#DDF3F7
(221,243,247)
#E3F4F7
(227,244,247)
#E9F5F7
(233,245,247)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3ECF7 color. Also use rgb(179,236,247) instead hex code.

Text Font Color

.myTextColor { color: #B3ECF7; }

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

This text font color is #B3ECF7.


Background Color

.myBgColor { background-color: #B3ECF7; }

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

This div background color is #B3ECF7.


Border color

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

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

This div border color is #B3ECF7.


Opacity

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

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

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

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

This text has shadow with #B3ECF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ECF7 on black background.


Color preview on white background

This text has color #B3ECF7 on white background.



Black color preview on #B3ECF7 background

This text has black color on #B3ECF7 background.


White color preview on #B3ECF7 background

This text has white color on #B3ECF7 background.