COLOR #B3E1EB

HEX: #B3E1EB
RGB: (179,225,235)

Color info

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

RGB color model

#B3E1EB color RGB value is (179,225,235).

  • red value is 179;
  • green value is 225;
  • blue value is 235.
RGB:
(179,225,235)
(70%,88%,92%)

RGB channels and saturation

R 179 of 255 = 70%
G 225 of 255 = 88%
B 235 of 255 = 92%

179
225
235

R + G + B ~ 83%. #B3E1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 225 + 235 = 639 (100%)
R 179 of 639 ~ 28.01%
G 225 of 639 ~ 35.21%
B 235 of 639 ~ 36.78%

%28.01
%35.21
%36.78

CMYK color model

#B3E1EB color CMYK value is (24,4,0,8).

  • cyan value is 23.83%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(24,4,0,8)
C24M4Y0K8 
(24%,4%,0%,8%)
(0.24/0.04/0.00/0.08)	

CMYK percentages

%23.83
%4.26
%0
%7.84

Codes

Color #B3E1EB in popluar color models

B3E1EB
RGB179225235
HSL191°58.33%81.18%
HSB/HSV191°23.83%92.16%
CMYK23.83%4.26%0.00%
7.84%

Color #B3E1EB in popluar number systems.

HEXB3E1EB
Decimal179225235
Binary101100111110000111101011
Octal263341353

Shades and tints

Shades of #B3E1EB

#B3E1EB
(179,225,235)
#A3CDD6
(163,205,214)
#93B9C1
(147,185,193)
#83A5AC
(131,165,172)
#739197
(115,145,151)
#637D82
(99,125,130)
#53696D
(83,105,109)
#435558
(67,85,88)
#334143
(51,65,67)
#232D2E
(35,45,46)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #B3E1EB

#B3E1EB
(179,225,235)
#B9E3EC
(185,227,236)
#BFE5ED
(191,229,237)
#C5E7EE
(197,231,238)
#CBE9EF
(203,233,239)
#D1EBF0
(209,235,240)
#D7EDF1
(215,237,241)
#DDEFF2
(221,239,242)
#E3F1F3
(227,241,243)
#E9F3F4
(233,243,244)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E1EB color. Also use rgb(179,225,235) instead hex code.

Text Font Color

.myTextColor { color: #B3E1EB; }

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

This text font color is #B3E1EB.


Background Color

.myBgColor { background-color: #B3E1EB; }

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

This div background color is #B3E1EB.


Border color

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

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

This div border color is #B3E1EB.


Opacity

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

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

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

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

This text has shadow with #B3E1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E1EB on black background.


Color preview on white background

This text has color #B3E1EB on white background.



Black color preview on #B3E1EB background

This text has black color on #B3E1EB background.


White color preview on #B3E1EB background

This text has white color on #B3E1EB background.