COLOR #B3CBD9

HEX: #B3CBD9
RGB: (179,203,217)

Color info

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

RGB color model

#B3CBD9 color RGB value is (179,203,217).

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

RGB channels and saturation

R 179 of 255 = 70%
G 203 of 255 = 80%
B 217 of 255 = 85%

179
203
217

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

Portions of RGB colors in percentages

R + G + B =
179 + 203 + 217 = 599 (100%)
R 179 of 599 ~ 29.88%
G 203 of 599 ~ 33.89%
B 217 of 599 ~ 36.23%

%29.88
%33.89
%36.23

CMYK color model

#B3CBD9 color CMYK value is (18,6,0,15).

  • cyan value is 17.51%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(18,6,0,15)
C18M6Y0K15 
(18%,6%,0%,15%)
(0.18/0.06/0.00/0.15)	

CMYK percentages

%17.51
%6.45
%0
%14.9

Codes

Color #B3CBD9 in popluar color models

B3CBD9
RGB179203217
HSL202°33.33%77.65%
HSB/HSV202°17.51%85.10%
CMYK17.51%6.45%0.00%
14.90%

Color #B3CBD9 in popluar number systems.

HEXB3CBD9
Decimal179203217
Binary101100111100101111011001
Octal263313331

Shades and tints

Shades of #B3CBD9

#B3CBD9
(179,203,217)
#A3B9C6
(163,185,198)
#93A7B3
(147,167,179)
#8395A0
(131,149,160)
#73838D
(115,131,141)
#63717A
(99,113,122)
#535F67
(83,95,103)
#434D54
(67,77,84)
#333B41
(51,59,65)
#23292E
(35,41,46)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #B3CBD9

#B3CBD9
(179,203,217)
#B9CFDC
(185,207,220)
#BFD3DF
(191,211,223)
#C5D7E2
(197,215,226)
#CBDBE5
(203,219,229)
#D1DFE8
(209,223,232)
#D7E3EB
(215,227,235)
#DDE7EE
(221,231,238)
#E3EBF1
(227,235,241)
#E9EFF4
(233,239,244)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CBD9; }

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

This text font color is #B3CBD9.


Background Color

.myBgColor { background-color: #B3CBD9; }

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

This div background color is #B3CBD9.


Border color

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

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

This div border color is #B3CBD9.


Opacity

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

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

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

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

This text has shadow with #B3CBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CBD9 on black background.


Color preview on white background

This text has color #B3CBD9 on white background.



Black color preview on #B3CBD9 background

This text has black color on #B3CBD9 background.


White color preview on #B3CBD9 background

This text has white color on #B3CBD9 background.