COLOR #B3E7FF

HEX: #B3E7FF
RGB: (179,231,255)

Color info

#B3E7FF contains mainly green and blue colors. Web safe color of #B3E7FF is #99FFFF (or #9FF).

RGB color model

#B3E7FF color RGB value is (179,231,255).

  • red value is 179;
  • green value is 231;
  • blue value is 255.
RGB:
(179,231,255)
(70%,91%,100%)

RGB channels and saturation

R 179 of 255 = 70%
G 231 of 255 = 91%
B 255 of 255 = 100%

179
231
255

R + G + B ~ 87%. #B3E7FF is light color.

Portions of RGB colors in percentages

R + G + B =
179 + 231 + 255 = 665 (100%)
R 179 of 665 ~ 26.92%
G 231 of 665 ~ 34.74%
B 255 of 665 ~ 38.35%

%26.92
%34.74
%38.35

CMYK color model

#B3E7FF color CMYK value is (30,9,0,0).

  • cyan value is 29.80%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(30,9,0,0)
C30M9Y0K0 
(30%,9%,0%,0%)
(0.30/0.09/0.00/0.00)	

CMYK percentages

%29.8
%9.41
%0
%0

Codes

Color #B3E7FF in popluar color models

B3E7FF
RGB179231255
HSL199°100.00%85.10%
HSB/HSV199°29.80%100.00%
CMYK29.80%9.41%0.00%
0.00%

Color #B3E7FF in popluar number systems.

HEXB3E7FF
Decimal179231255
Binary101100111110011111111111
Octal263347377

Shades and tints

Shades of #B3E7FF

#B3E7FF
(179,231,255)
#A3D2E8
(163,210,232)
#93BDD1
(147,189,209)
#83A8BA
(131,168,186)
#7393A3
(115,147,163)
#637E8C
(99,126,140)
#536975
(83,105,117)
#43545E
(67,84,94)
#333F47
(51,63,71)
#232A30
(35,42,48)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #B3E7FF

#B3E7FF
(179,231,255)
#B9E9FF
(185,233,255)
#BFEBFF
(191,235,255)
#C5EDFF
(197,237,255)
#CBEFFF
(203,239,255)
#D1F1FF
(209,241,255)
#D7F3FF
(215,243,255)
#DDF5FF
(221,245,255)
#E3F7FF
(227,247,255)
#E9F9FF
(233,249,255)
#EFFBFF
(239,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E7FF color. Also use rgb(179,231,255) instead hex code.

Text Font Color

.myTextColor { color: #B3E7FF; }

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

This text font color is #B3E7FF.


Background Color

.myBgColor { background-color: #B3E7FF; }

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

This div background color is #B3E7FF.


Border color

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

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

This div border color is #B3E7FF.


Opacity

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

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

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

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

This text has shadow with #B3E7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E7FF on black background.


Color preview on white background

This text has color #B3E7FF on white background.



Black color preview on #B3E7FF background

This text has black color on #B3E7FF background.


White color preview on #B3E7FF background

This text has white color on #B3E7FF background.