COLOR #B3C6BB

HEX: #B3C6BB
RGB: (179,198,187)

Color info

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

RGB color model

#B3C6BB color RGB value is (179,198,187).

  • red value is 179;
  • green value is 198;
  • blue value is 187.
RGB:
(179,198,187)
(70%,78%,73%)

RGB channels and saturation

R 179 of 255 = 70%
G 198 of 255 = 78%
B 187 of 255 = 73%

179
198
187

R + G + B ~ 74%. #B3C6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 198 + 187 = 564 (100%)
R 179 of 564 ~ 31.74%
G 198 of 564 ~ 35.11%
B 187 of 564 ~ 33.16%

%31.74
%35.11
%33.16

CMYK color model

#B3C6BB color CMYK value is (10,0,6,22).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK:
(10,0,6,22)
C10M0Y6K22 
(10%,0%,6%,22%)
(0.10/0.00/0.06/0.22)	

CMYK percentages

%9.6
%0
%5.56
%22.35

Codes

Color #B3C6BB in popluar color models

B3C6BB
RGB179198187
HSL145°14.29%73.92%
HSB/HSV145°9.60%77.65%
CMYK9.60%0.00%5.56%
22.35%

Color #B3C6BB in popluar number systems.

HEXB3C6BB
Decimal179198187
Binary101100111100011010111011
Octal263306273

Shades and tints

Shades of #B3C6BB

#B3C6BB
(179,198,187)
#A3B4AA
(163,180,170)
#93A299
(147,162,153)
#839088
(131,144,136)
#737E77
(115,126,119)
#636C66
(99,108,102)
#535A55
(83,90,85)
#434844
(67,72,68)
#333633
(51,54,51)
#232422
(35,36,34)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #B3C6BB

#B3C6BB
(179,198,187)
#B9CBC1
(185,203,193)
#BFD0C7
(191,208,199)
#C5D5CD
(197,213,205)
#CBDAD3
(203,218,211)
#D1DFD9
(209,223,217)
#D7E4DF
(215,228,223)
#DDE9E5
(221,233,229)
#E3EEEB
(227,238,235)
#E9F3F1
(233,243,241)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C6BB color. Also use rgb(179,198,187) instead hex code.

Text Font Color

.myTextColor { color: #B3C6BB; }

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

This text font color is #B3C6BB.


Background Color

.myBgColor { background-color: #B3C6BB; }

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

This div background color is #B3C6BB.


Border color

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

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

This div border color is #B3C6BB.


Opacity

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

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

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

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

This text has shadow with #B3C6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C6BB on black background.


Color preview on white background

This text has color #B3C6BB on white background.



Black color preview on #B3C6BB background

This text has black color on #B3C6BB background.


White color preview on #B3C6BB background

This text has white color on #B3C6BB background.