COLOR #B3C3D7

HEX: #B3C3D7
RGB: (179,195,215)

Color info

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

RGB color model

#B3C3D7 color RGB value is (179,195,215).

  • red value is 179;
  • green value is 195;
  • blue value is 215.
RGB:
(179,195,215)
(70%,76%,84%)

RGB channels and saturation

R 179 of 255 = 70%
G 195 of 255 = 76%
B 215 of 255 = 84%

179
195
215

R + G + B ~ 77%. #B3C3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 195 + 215 = 589 (100%)
R 179 of 589 ~ 30.39%
G 195 of 589 ~ 33.11%
B 215 of 589 ~ 36.5%

%30.39
%33.11
%36.5

CMYK color model

#B3C3D7 color CMYK value is (17,9,0,16).

  • cyan value is 16.74%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(17,9,0,16)
C17M9Y0K16 
(17%,9%,0%,16%)
(0.17/0.09/0.00/0.16)	

CMYK percentages

%16.74
%9.3
%0
%15.69

Codes

Color #B3C3D7 in popluar color models

B3C3D7
RGB179195215
HSL213°31.03%77.25%
HSB/HSV213°16.74%84.31%
CMYK16.74%9.30%0.00%
15.69%

Color #B3C3D7 in popluar number systems.

HEXB3C3D7
Decimal179195215
Binary101100111100001111010111
Octal263303327

Shades and tints

Shades of #B3C3D7

#B3C3D7
(179,195,215)
#A3B2C4
(163,178,196)
#93A1B1
(147,161,177)
#83909E
(131,144,158)
#737F8B
(115,127,139)
#636E78
(99,110,120)
#535D65
(83,93,101)
#434C52
(67,76,82)
#333B3F
(51,59,63)
#232A2C
(35,42,44)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #B3C3D7

#B3C3D7
(179,195,215)
#B9C8DA
(185,200,218)
#BFCDDD
(191,205,221)
#C5D2E0
(197,210,224)
#CBD7E3
(203,215,227)
#D1DCE6
(209,220,230)
#D7E1E9
(215,225,233)
#DDE6EC
(221,230,236)
#E3EBEF
(227,235,239)
#E9F0F2
(233,240,242)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C3D7 color. Also use rgb(179,195,215) instead hex code.

Text Font Color

.myTextColor { color: #B3C3D7; }

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

This text font color is #B3C3D7.


Background Color

.myBgColor { background-color: #B3C3D7; }

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

This div background color is #B3C3D7.


Border color

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

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

This div border color is #B3C3D7.


Opacity

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

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

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

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

This text has shadow with #B3C3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C3D7 on black background.


Color preview on white background

This text has color #B3C3D7 on white background.



Black color preview on #B3C3D7 background

This text has black color on #B3C3D7 background.


White color preview on #B3C3D7 background

This text has white color on #B3C3D7 background.