COLOR #B3C6CE

HEX: #B3C6CE
RGB: (179,198,206)

Color info

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

RGB color model

#B3C6CE color RGB value is (179,198,206).

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

RGB channels and saturation

R 179 of 255 = 70%
G 198 of 255 = 78%
B 206 of 255 = 81%

179
198
206

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

Portions of RGB colors in percentages

R + G + B =
179 + 198 + 206 = 583 (100%)
R 179 of 583 ~ 30.7%
G 198 of 583 ~ 33.96%
B 206 of 583 ~ 35.33%

%30.7
%33.96
%35.33

CMYK color model

#B3C6CE color CMYK value is (13,4,0,19).

  • cyan value is 13.11%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(13,4,0,19)
C13M4Y0K19 
(13%,4%,0%,19%)
(0.13/0.04/0.00/0.19)	

CMYK percentages

%13.11
%3.88
%0
%19.22

Codes

Color #B3C6CE in popluar color models

B3C6CE
RGB179198206
HSL198°21.60%75.49%
HSB/HSV198°13.11%80.78%
CMYK13.11%3.88%0.00%
19.22%

Color #B3C6CE in popluar number systems.

HEXB3C6CE
Decimal179198206
Binary101100111100011011001110
Octal263306316

Shades and tints

Shades of #B3C6CE

#B3C6CE
(179,198,206)
#A3B4BC
(163,180,188)
#93A2AA
(147,162,170)
#839098
(131,144,152)
#737E86
(115,126,134)
#636C74
(99,108,116)
#535A62
(83,90,98)
#434850
(67,72,80)
#33363E
(51,54,62)
#23242C
(35,36,44)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #B3C6CE

#B3C6CE
(179,198,206)
#B9CBD2
(185,203,210)
#BFD0D6
(191,208,214)
#C5D5DA
(197,213,218)
#CBDADE
(203,218,222)
#D1DFE2
(209,223,226)
#D7E4E6
(215,228,230)
#DDE9EA
(221,233,234)
#E3EEEE
(227,238,238)
#E9F3F2
(233,243,242)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C6CE; }

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

This text font color is #B3C6CE.


Background Color

.myBgColor { background-color: #B3C6CE; }

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

This div background color is #B3C6CE.


Border color

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

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

This div border color is #B3C6CE.


Opacity

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

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

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

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

This text has shadow with #B3C6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C6CE on black background.


Color preview on white background

This text has color #B3C6CE on white background.



Black color preview on #B3C6CE background

This text has black color on #B3C6CE background.


White color preview on #B3C6CE background

This text has white color on #B3C6CE background.