COLOR #B3C6CC

HEX: #B3C6CC
RGB: (179,198,204)

Color info

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

RGB color model

#B3C6CC color RGB value is (179,198,204).

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

RGB channels and saturation

R 179 of 255 = 70%
G 198 of 255 = 78%
B 204 of 255 = 80%

179
198
204

R + G + B ~ 76%. #B3C6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 198 + 204 = 581 (100%)
R 179 of 581 ~ 30.81%
G 198 of 581 ~ 34.08%
B 204 of 581 ~ 35.11%

%30.81
%34.08
%35.11

CMYK color model

#B3C6CC color CMYK value is (12,3,0,20).

  • cyan value is 12.25%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(12,3,0,20)
C12M3Y0K20 
(12%,3%,0%,20%)
(0.12/0.03/0.00/0.20)	

CMYK percentages

%12.25
%2.94
%0
%20

Codes

Color #B3C6CC in popluar color models

B3C6CC
RGB179198204
HSL194°19.69%75.10%
HSB/HSV194°12.25%80.00%
CMYK12.25%2.94%0.00%
20.00%

Color #B3C6CC in popluar number systems.

HEXB3C6CC
Decimal179198204
Binary101100111100011011001100
Octal263306314

Shades and tints

Shades of #B3C6CC

#B3C6CC
(179,198,204)
#A3B4BA
(163,180,186)
#93A2A8
(147,162,168)
#839096
(131,144,150)
#737E84
(115,126,132)
#636C72
(99,108,114)
#535A60
(83,90,96)
#43484E
(67,72,78)
#33363C
(51,54,60)
#23242A
(35,36,42)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #B3C6CC

#B3C6CC
(179,198,204)
#B9CBD0
(185,203,208)
#BFD0D4
(191,208,212)
#C5D5D8
(197,213,216)
#CBDADC
(203,218,220)
#D1DFE0
(209,223,224)
#D7E4E4
(215,228,228)
#DDE9E8
(221,233,232)
#E3EEEC
(227,238,236)
#E9F3F0
(233,243,240)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C6CC; }

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

This text font color is #B3C6CC.


Background Color

.myBgColor { background-color: #B3C6CC; }

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

This div background color is #B3C6CC.


Border color

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

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

This div border color is #B3C6CC.


Opacity

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

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

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

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

This text has shadow with #B3C6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C6CC on black background.


Color preview on white background

This text has color #B3C6CC on white background.



Black color preview on #B3C6CC background

This text has black color on #B3C6CC background.


White color preview on #B3C6CC background

This text has white color on #B3C6CC background.