COLOR #B3C9D9

HEX: #B3C9D9
RGB: (179,201,217)

Color info

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

RGB color model

#B3C9D9 color RGB value is (179,201,217).

  • red value is 179;
  • green value is 201;
  • blue value is 217.
RGB:
(179,201,217)
(70%,79%,85%)

RGB channels and saturation

R 179 of 255 = 70%
G 201 of 255 = 79%
B 217 of 255 = 85%

179
201
217

R + G + B ~ 78%. #B3C9D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 201 + 217 = 597 (100%)
R 179 of 597 ~ 29.98%
G 201 of 597 ~ 33.67%
B 217 of 597 ~ 36.35%

%29.98
%33.67
%36.35

CMYK color model

#B3C9D9 color CMYK value is (18,7,0,15).

  • cyan value is 17.51%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(18,7,0,15)
C18M7Y0K15 
(18%,7%,0%,15%)
(0.18/0.07/0.00/0.15)	

CMYK percentages

%17.51
%7.37
%0
%14.9

Codes

Color #B3C9D9 in popluar color models

B3C9D9
RGB179201217
HSL205°33.33%77.65%
HSB/HSV205°17.51%85.10%
CMYK17.51%7.37%0.00%
14.90%

Color #B3C9D9 in popluar number systems.

HEXB3C9D9
Decimal179201217
Binary101100111100100111011001
Octal263311331

Shades and tints

Shades of #B3C9D9

#B3C9D9
(179,201,217)
#A3B7C6
(163,183,198)
#93A5B3
(147,165,179)
#8393A0
(131,147,160)
#73818D
(115,129,141)
#636F7A
(99,111,122)
#535D67
(83,93,103)
#434B54
(67,75,84)
#333941
(51,57,65)
#23272E
(35,39,46)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #B3C9D9

#B3C9D9
(179,201,217)
#B9CDDC
(185,205,220)
#BFD1DF
(191,209,223)
#C5D5E2
(197,213,226)
#CBD9E5
(203,217,229)
#D1DDE8
(209,221,232)
#D7E1EB
(215,225,235)
#DDE5EE
(221,229,238)
#E3E9F1
(227,233,241)
#E9EDF4
(233,237,244)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C9D9 color. Also use rgb(179,201,217) instead hex code.

Text Font Color

.myTextColor { color: #B3C9D9; }

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

This text font color is #B3C9D9.


Background Color

.myBgColor { background-color: #B3C9D9; }

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

This div background color is #B3C9D9.


Border color

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

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

This div border color is #B3C9D9.


Opacity

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

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

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

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

This text has shadow with #B3C9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C9D9 on black background.


Color preview on white background

This text has color #B3C9D9 on white background.



Black color preview on #B3C9D9 background

This text has black color on #B3C9D9 background.


White color preview on #B3C9D9 background

This text has white color on #B3C9D9 background.