COLOR #B3EDEE

HEX: #B3EDEE
RGB: (179,237,238)

Color info

#B3EDEE contains red, green and blue colors in about the same proportion. Web safe color of #B3EDEE is #99FFFF (or #9FF).

RGB color model

#B3EDEE color RGB value is (179,237,238).

  • red value is 179;
  • green value is 237;
  • blue value is 238.
RGB:
(179,237,238)
(70%,93%,93%)

RGB channels and saturation

R 179 of 255 = 70%
G 237 of 255 = 93%
B 238 of 255 = 93%

179
237
238

R + G + B ~ 85%. #B3EDEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 237 + 238 = 654 (100%)
R 179 of 654 ~ 27.37%
G 237 of 654 ~ 36.24%
B 238 of 654 ~ 36.39%

%27.37
%36.24
%36.39

CMYK color model

#B3EDEE color CMYK value is (25,0,0,7).

  • cyan value is 24.79%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(25,0,0,7)
C25M0Y0K7 
(25%,0%,0%,7%)
(0.25/0.00/0.00/0.07)	

CMYK percentages

%24.79
%0.42
%0
%6.67

Codes

Color #B3EDEE in popluar color models

B3EDEE
RGB179237238
HSL181°63.44%81.76%
HSB/HSV181°24.79%93.33%
CMYK24.79%0.42%0.00%
6.67%

Color #B3EDEE in popluar number systems.

HEXB3EDEE
Decimal179237238
Binary101100111110110111101110
Octal263355356

Shades and tints

Shades of #B3EDEE

#B3EDEE
(179,237,238)
#A3D8D9
(163,216,217)
#93C3C4
(147,195,196)
#83AEAF
(131,174,175)
#73999A
(115,153,154)
#638485
(99,132,133)
#536F70
(83,111,112)
#435A5B
(67,90,91)
#334546
(51,69,70)
#233031
(35,48,49)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #B3EDEE

#B3EDEE
(179,237,238)
#B9EEEF
(185,238,239)
#BFEFF0
(191,239,240)
#C5F0F1
(197,240,241)
#CBF1F2
(203,241,242)
#D1F2F3
(209,242,243)
#D7F3F4
(215,243,244)
#DDF4F5
(221,244,245)
#E3F5F6
(227,245,246)
#E9F6F7
(233,246,247)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EDEE color. Also use rgb(179,237,238) instead hex code.

Text Font Color

.myTextColor { color: #B3EDEE; }

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

This text font color is #B3EDEE.


Background Color

.myBgColor { background-color: #B3EDEE; }

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

This div background color is #B3EDEE.


Border color

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

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

This div border color is #B3EDEE.


Opacity

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

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

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

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

This text has shadow with #B3EDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EDEE on black background.


Color preview on white background

This text has color #B3EDEE on white background.



Black color preview on #B3EDEE background

This text has black color on #B3EDEE background.


White color preview on #B3EDEE background

This text has white color on #B3EDEE background.