COLOR #B3ECF0

HEX: #B3ECF0
RGB: (179,236,240)

Color info

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

RGB color model

#B3ECF0 color RGB value is (179,236,240).

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

RGB channels and saturation

R 179 of 255 = 70%
G 236 of 255 = 93%
B 240 of 255 = 94%

179
236
240

R + G + B ~ 86%. #B3ECF0 is light color.

Portions of RGB colors in percentages

R + G + B =
179 + 236 + 240 = 655 (100%)
R 179 of 655 ~ 27.33%
G 236 of 655 ~ 36.03%
B 240 of 655 ~ 36.64%

%27.33
%36.03
%36.64

CMYK color model

#B3ECF0 color CMYK value is (25,2,0,6).

  • cyan value is 25.42%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(25,2,0,6)
C25M2Y0K6 
(25%,2%,0%,6%)
(0.25/0.02/0.00/0.06)	

CMYK percentages

%25.42
%1.67
%0
%5.88

Codes

Color #B3ECF0 in popluar color models

B3ECF0
RGB179236240
HSL184°67.03%82.16%
HSB/HSV184°25.42%94.12%
CMYK25.42%1.67%0.00%
5.88%

Color #B3ECF0 in popluar number systems.

HEXB3ECF0
Decimal179236240
Binary101100111110110011110000
Octal263354360

Shades and tints

Shades of #B3ECF0

#B3ECF0
(179,236,240)
#A3D7DB
(163,215,219)
#93C2C6
(147,194,198)
#83ADB1
(131,173,177)
#73989C
(115,152,156)
#638387
(99,131,135)
#536E72
(83,110,114)
#43595D
(67,89,93)
#334448
(51,68,72)
#232F33
(35,47,51)
#131A1E
(19,26,30)
#000000
(0,0,0)

Tints of #B3ECF0

#B3ECF0
(179,236,240)
#B9EDF1
(185,237,241)
#BFEEF2
(191,238,242)
#C5EFF3
(197,239,243)
#CBF0F4
(203,240,244)
#D1F1F5
(209,241,245)
#D7F2F6
(215,242,246)
#DDF3F7
(221,243,247)
#E3F4F8
(227,244,248)
#E9F5F9
(233,245,249)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ECF0; }

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

This text font color is #B3ECF0.


Background Color

.myBgColor { background-color: #B3ECF0; }

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

This div background color is #B3ECF0.


Border color

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

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

This div border color is #B3ECF0.


Opacity

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

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

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

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

This text has shadow with #B3ECF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ECF0 on black background.


Color preview on white background

This text has color #B3ECF0 on white background.



Black color preview on #B3ECF0 background

This text has black color on #B3ECF0 background.


White color preview on #B3ECF0 background

This text has white color on #B3ECF0 background.