COLOR #B3C0CB

HEX: #B3C0CB
RGB: (179,192,203)

Color info

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

RGB color model

#B3C0CB color RGB value is (179,192,203).

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

RGB channels and saturation

R 179 of 255 = 70%
G 192 of 255 = 75%
B 203 of 255 = 80%

179
192
203

R + G + B ~ 75%. #B3C0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 192 + 203 = 574 (100%)
R 179 of 574 ~ 31.18%
G 192 of 574 ~ 33.45%
B 203 of 574 ~ 35.37%

%31.18
%33.45
%35.37

CMYK color model

#B3C0CB color CMYK value is (12,5,0,20).

  • cyan value is 11.82%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,5,0,20)
C12M5Y0K20 
(12%,5%,0%,20%)
(0.12/0.05/0.00/0.20)	

CMYK percentages

%11.82
%5.42
%0
%20.39

Codes

Color #B3C0CB in popluar color models

B3C0CB
RGB179192203
HSL208°18.75%74.90%
HSB/HSV208°11.82%79.61%
CMYK11.82%5.42%0.00%
20.39%

Color #B3C0CB in popluar number systems.

HEXB3C0CB
Decimal179192203
Binary101100111100000011001011
Octal263300313

Shades and tints

Shades of #B3C0CB

#B3C0CB
(179,192,203)
#A3AFB9
(163,175,185)
#939EA7
(147,158,167)
#838D95
(131,141,149)
#737C83
(115,124,131)
#636B71
(99,107,113)
#535A5F
(83,90,95)
#43494D
(67,73,77)
#33383B
(51,56,59)
#232729
(35,39,41)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #B3C0CB

#B3C0CB
(179,192,203)
#B9C5CF
(185,197,207)
#BFCAD3
(191,202,211)
#C5CFD7
(197,207,215)
#CBD4DB
(203,212,219)
#D1D9DF
(209,217,223)
#D7DEE3
(215,222,227)
#DDE3E7
(221,227,231)
#E3E8EB
(227,232,235)
#E9EDEF
(233,237,239)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C0CB; }

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

This text font color is #B3C0CB.


Background Color

.myBgColor { background-color: #B3C0CB; }

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

This div background color is #B3C0CB.


Border color

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

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

This div border color is #B3C0CB.


Opacity

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

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

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

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

This text has shadow with #B3C0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C0CB on black background.


Color preview on white background

This text has color #B3C0CB on white background.



Black color preview on #B3C0CB background

This text has black color on #B3C0CB background.


White color preview on #B3C0CB background

This text has white color on #B3C0CB background.