COLOR #B3E5ED

HEX: #B3E5ED
RGB: (179,229,237)

Color info

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

RGB color model

#B3E5ED color RGB value is (179,229,237).

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

RGB channels and saturation

R 179 of 255 = 70%
G 229 of 255 = 90%
B 237 of 255 = 93%

179
229
237

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

Portions of RGB colors in percentages

R + G + B =
179 + 229 + 237 = 645 (100%)
R 179 of 645 ~ 27.75%
G 229 of 645 ~ 35.5%
B 237 of 645 ~ 36.74%

%27.75
%35.5
%36.74

CMYK color model

#B3E5ED color CMYK value is (24,3,0,7).

  • cyan value is 24.47%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(24,3,0,7)
C24M3Y0K7 
(24%,3%,0%,7%)
(0.24/0.03/0.00/0.07)	

CMYK percentages

%24.47
%3.38
%0
%7.06

Codes

Color #B3E5ED in popluar color models

B3E5ED
RGB179229237
HSL188°61.70%81.57%
HSB/HSV188°24.47%92.94%
CMYK24.47%3.38%0.00%
7.06%

Color #B3E5ED in popluar number systems.

HEXB3E5ED
Decimal179229237
Binary101100111110010111101101
Octal263345355

Shades and tints

Shades of #B3E5ED

#B3E5ED
(179,229,237)
#A3D1D8
(163,209,216)
#93BDC3
(147,189,195)
#83A9AE
(131,169,174)
#739599
(115,149,153)
#638184
(99,129,132)
#536D6F
(83,109,111)
#43595A
(67,89,90)
#334545
(51,69,69)
#233130
(35,49,48)
#131D1B
(19,29,27)
#000000
(0,0,0)

Tints of #B3E5ED

#B3E5ED
(179,229,237)
#B9E7EE
(185,231,238)
#BFE9EF
(191,233,239)
#C5EBF0
(197,235,240)
#CBEDF1
(203,237,241)
#D1EFF2
(209,239,242)
#D7F1F3
(215,241,243)
#DDF3F4
(221,243,244)
#E3F5F5
(227,245,245)
#E9F7F6
(233,247,246)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E5ED; }

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

This text font color is #B3E5ED.


Background Color

.myBgColor { background-color: #B3E5ED; }

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

This div background color is #B3E5ED.


Border color

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

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

This div border color is #B3E5ED.


Opacity

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

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

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

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

This text has shadow with #B3E5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E5ED on black background.


Color preview on white background

This text has color #B3E5ED on white background.



Black color preview on #B3E5ED background

This text has black color on #B3E5ED background.


White color preview on #B3E5ED background

This text has white color on #B3E5ED background.