COLOR #B3CBBA

HEX: #B3CBBA
RGB: (179,203,186)

Color info

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

RGB color model

#B3CBBA color RGB value is (179,203,186).

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

RGB channels and saturation

R 179 of 255 = 70%
G 203 of 255 = 80%
B 186 of 255 = 73%

179
203
186

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

Portions of RGB colors in percentages

R + G + B =
179 + 203 + 186 = 568 (100%)
R 179 of 568 ~ 31.51%
G 203 of 568 ~ 35.74%
B 186 of 568 ~ 32.75%

%31.51
%35.74
%32.75

CMYK color model

#B3CBBA color CMYK value is (12,0,8,20).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 20.39%
CMYK:
(12,0,8,20)
C12M0Y8K20 
(12%,0%,8%,20%)
(0.12/0.00/0.08/0.20)	

CMYK percentages

%11.82
%0
%8.37
%20.39

Codes

Color #B3CBBA in popluar color models

B3CBBA
RGB179203186
HSL138°18.75%74.90%
HSB/HSV138°11.82%79.61%
CMYK11.82%0.00%8.37%
20.39%

Color #B3CBBA in popluar number systems.

HEXB3CBBA
Decimal179203186
Binary101100111100101110111010
Octal263313272

Shades and tints

Shades of #B3CBBA

#B3CBBA
(179,203,186)
#A3B9AA
(163,185,170)
#93A79A
(147,167,154)
#83958A
(131,149,138)
#73837A
(115,131,122)
#63716A
(99,113,106)
#535F5A
(83,95,90)
#434D4A
(67,77,74)
#333B3A
(51,59,58)
#23292A
(35,41,42)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #B3CBBA

#B3CBBA
(179,203,186)
#B9CFC0
(185,207,192)
#BFD3C6
(191,211,198)
#C5D7CC
(197,215,204)
#CBDBD2
(203,219,210)
#D1DFD8
(209,223,216)
#D7E3DE
(215,227,222)
#DDE7E4
(221,231,228)
#E3EBEA
(227,235,234)
#E9EFF0
(233,239,240)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CBBA; }

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

This text font color is #B3CBBA.


Background Color

.myBgColor { background-color: #B3CBBA; }

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

This div background color is #B3CBBA.


Border color

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

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

This div border color is #B3CBBA.


Opacity

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

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

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

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

This text has shadow with #B3CBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CBBA on black background.


Color preview on white background

This text has color #B3CBBA on white background.



Black color preview on #B3CBBA background

This text has black color on #B3CBBA background.


White color preview on #B3CBBA background

This text has white color on #B3CBBA background.