COLOR #B3E2E9

HEX: #B3E2E9
RGB: (179,226,233)

Color info

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

RGB color model

#B3E2E9 color RGB value is (179,226,233).

  • red value is 179;
  • green value is 226;
  • blue value is 233.
RGB:
(179,226,233)
(70%,89%,91%)

RGB channels and saturation

R 179 of 255 = 70%
G 226 of 255 = 89%
B 233 of 255 = 91%

179
226
233

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

Portions of RGB colors in percentages

R + G + B =
179 + 226 + 233 = 638 (100%)
R 179 of 638 ~ 28.06%
G 226 of 638 ~ 35.42%
B 233 of 638 ~ 36.52%

%28.06
%35.42
%36.52

CMYK color model

#B3E2E9 color CMYK value is (23,3,0,9).

  • cyan value is 23.18%
  • magenta value is 3.00%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(23,3,0,9)
C23M3Y0K9 
(23%,3%,0%,9%)
(0.23/0.03/0.00/0.09)	

CMYK percentages

%23.18
%3
%0
%8.63

Codes

Color #B3E2E9 in popluar color models

B3E2E9
RGB179226233
HSL188°55.10%80.78%
HSB/HSV188°23.18%91.37%
CMYK23.18%3.00%0.00%
8.63%

Color #B3E2E9 in popluar number systems.

HEXB3E2E9
Decimal179226233
Binary101100111110001011101001
Octal263342351

Shades and tints

Shades of #B3E2E9

#B3E2E9
(179,226,233)
#A3CED4
(163,206,212)
#93BABF
(147,186,191)
#83A6AA
(131,166,170)
#739295
(115,146,149)
#637E80
(99,126,128)
#536A6B
(83,106,107)
#435656
(67,86,86)
#334241
(51,66,65)
#232E2C
(35,46,44)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #B3E2E9

#B3E2E9
(179,226,233)
#B9E4EB
(185,228,235)
#BFE6ED
(191,230,237)
#C5E8EF
(197,232,239)
#CBEAF1
(203,234,241)
#D1ECF3
(209,236,243)
#D7EEF5
(215,238,245)
#DDF0F7
(221,240,247)
#E3F2F9
(227,242,249)
#E9F4FB
(233,244,251)
#EFF6FD
(239,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E2E9 color. Also use rgb(179,226,233) instead hex code.

Text Font Color

.myTextColor { color: #B3E2E9; }

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

This text font color is #B3E2E9.


Background Color

.myBgColor { background-color: #B3E2E9; }

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

This div background color is #B3E2E9.


Border color

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

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

This div border color is #B3E2E9.


Opacity

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

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

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

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

This text has shadow with #B3E2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E2E9 on black background.


Color preview on white background

This text has color #B3E2E9 on white background.



Black color preview on #B3E2E9 background

This text has black color on #B3E2E9 background.


White color preview on #B3E2E9 background

This text has white color on #B3E2E9 background.