COLOR #B3E3EC

HEX: #B3E3EC
RGB: (179,227,236)

Color info

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

RGB color model

#B3E3EC color RGB value is (179,227,236).

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

RGB channels and saturation

R 179 of 255 = 70%
G 227 of 255 = 89%
B 236 of 255 = 93%

179
227
236

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

Portions of RGB colors in percentages

R + G + B =
179 + 227 + 236 = 642 (100%)
R 179 of 642 ~ 27.88%
G 227 of 642 ~ 35.36%
B 236 of 642 ~ 36.76%

%27.88
%35.36
%36.76

CMYK color model

#B3E3EC color CMYK value is (24,4,0,7).

  • cyan value is 24.15%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(24,4,0,7)
C24M4Y0K7 
(24%,4%,0%,7%)
(0.24/0.04/0.00/0.07)	

CMYK percentages

%24.15
%3.81
%0
%7.45

Codes

Color #B3E3EC in popluar color models

B3E3EC
RGB179227236
HSL189°60.00%81.37%
HSB/HSV189°24.15%92.55%
CMYK24.15%3.81%0.00%
7.45%

Color #B3E3EC in popluar number systems.

HEXB3E3EC
Decimal179227236
Binary101100111110001111101100
Octal263343354

Shades and tints

Shades of #B3E3EC

#B3E3EC
(179,227,236)
#A3CFD7
(163,207,215)
#93BBC2
(147,187,194)
#83A7AD
(131,167,173)
#739398
(115,147,152)
#637F83
(99,127,131)
#536B6E
(83,107,110)
#435759
(67,87,89)
#334344
(51,67,68)
#232F2F
(35,47,47)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #B3E3EC

#B3E3EC
(179,227,236)
#B9E5ED
(185,229,237)
#BFE7EE
(191,231,238)
#C5E9EF
(197,233,239)
#CBEBF0
(203,235,240)
#D1EDF1
(209,237,241)
#D7EFF2
(215,239,242)
#DDF1F3
(221,241,243)
#E3F3F4
(227,243,244)
#E9F5F5
(233,245,245)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E3EC; }

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

This text font color is #B3E3EC.


Background Color

.myBgColor { background-color: #B3E3EC; }

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

This div background color is #B3E3EC.


Border color

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

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

This div border color is #B3E3EC.


Opacity

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

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

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

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

This text has shadow with #B3E3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E3EC on black background.


Color preview on white background

This text has color #B3E3EC on white background.



Black color preview on #B3E3EC background

This text has black color on #B3E3EC background.


White color preview on #B3E3EC background

This text has white color on #B3E3EC background.