COLOR #B3D4E7

HEX: #B3D4E7
RGB: (179,212,231)

Color info

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

RGB color model

#B3D4E7 color RGB value is (179,212,231).

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

RGB channels and saturation

R 179 of 255 = 70%
G 212 of 255 = 83%
B 231 of 255 = 91%

179
212
231

R + G + B ~ 81%. #B3D4E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 212 + 231 = 622 (100%)
R 179 of 622 ~ 28.78%
G 212 of 622 ~ 34.08%
B 231 of 622 ~ 37.14%

%28.78
%34.08
%37.14

CMYK color model

#B3D4E7 color CMYK value is (23,8,0,9).

  • cyan value is 22.51%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(23,8,0,9)
C23M8Y0K9 
(23%,8%,0%,9%)
(0.23/0.08/0.00/0.09)	

CMYK percentages

%22.51
%8.23
%0
%9.41

Codes

Color #B3D4E7 in popluar color models

B3D4E7
RGB179212231
HSL202°52.00%80.39%
HSB/HSV202°22.51%90.59%
CMYK22.51%8.23%0.00%
9.41%

Color #B3D4E7 in popluar number systems.

HEXB3D4E7
Decimal179212231
Binary101100111101010011100111
Octal263324347

Shades and tints

Shades of #B3D4E7

#B3D4E7
(179,212,231)
#A3C1D2
(163,193,210)
#93AEBD
(147,174,189)
#839BA8
(131,155,168)
#738893
(115,136,147)
#63757E
(99,117,126)
#536269
(83,98,105)
#434F54
(67,79,84)
#333C3F
(51,60,63)
#23292A
(35,41,42)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #B3D4E7

#B3D4E7
(179,212,231)
#B9D7E9
(185,215,233)
#BFDAEB
(191,218,235)
#C5DDED
(197,221,237)
#CBE0EF
(203,224,239)
#D1E3F1
(209,227,241)
#D7E6F3
(215,230,243)
#DDE9F5
(221,233,245)
#E3ECF7
(227,236,247)
#E9EFF9
(233,239,249)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D4E7; }

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

This text font color is #B3D4E7.


Background Color

.myBgColor { background-color: #B3D4E7; }

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

This div background color is #B3D4E7.


Border color

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

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

This div border color is #B3D4E7.


Opacity

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

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

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

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

This text has shadow with #B3D4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D4E7 on black background.


Color preview on white background

This text has color #B3D4E7 on white background.



Black color preview on #B3D4E7 background

This text has black color on #B3D4E7 background.


White color preview on #B3D4E7 background

This text has white color on #B3D4E7 background.