COLOR #B3BBCD

HEX: #B3BBCD
RGB: (179,187,205)

Color info

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

RGB color model

#B3BBCD color RGB value is (179,187,205).

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

RGB channels and saturation

R 179 of 255 = 70%
G 187 of 255 = 73%
B 205 of 255 = 80%

179
187
205

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

Portions of RGB colors in percentages

R + G + B =
179 + 187 + 205 = 571 (100%)
R 179 of 571 ~ 31.35%
G 187 of 571 ~ 32.75%
B 205 of 571 ~ 35.9%

%31.35
%32.75
%35.9

CMYK color model

#B3BBCD color CMYK value is (13,9,0,20).

  • cyan value is 12.68%
  • magenta value is 8.78%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(13,9,0,20)
C13M9Y0K20 
(13%,9%,0%,20%)
(0.13/0.09/0.00/0.20)	

CMYK percentages

%12.68
%8.78
%0
%19.61

Codes

Color #B3BBCD in popluar color models

B3BBCD
RGB179187205
HSL222°20.63%75.29%
HSB/HSV222°12.68%80.39%
CMYK12.68%8.78%0.00%
19.61%

Color #B3BBCD in popluar number systems.

HEXB3BBCD
Decimal179187205
Binary101100111011101111001101
Octal263273315

Shades and tints

Shades of #B3BBCD

#B3BBCD
(179,187,205)
#A3AABB
(163,170,187)
#9399A9
(147,153,169)
#838897
(131,136,151)
#737785
(115,119,133)
#636673
(99,102,115)
#535561
(83,85,97)
#43444F
(67,68,79)
#33333D
(51,51,61)
#23222B
(35,34,43)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #B3BBCD

#B3BBCD
(179,187,205)
#B9C1D1
(185,193,209)
#BFC7D5
(191,199,213)
#C5CDD9
(197,205,217)
#CBD3DD
(203,211,221)
#D1D9E1
(209,217,225)
#D7DFE5
(215,223,229)
#DDE5E9
(221,229,233)
#E3EBED
(227,235,237)
#E9F1F1
(233,241,241)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BBCD; }

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

This text font color is #B3BBCD.


Background Color

.myBgColor { background-color: #B3BBCD; }

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

This div background color is #B3BBCD.


Border color

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

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

This div border color is #B3BBCD.


Opacity

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

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

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

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

This text has shadow with #B3BBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BBCD on black background.


Color preview on white background

This text has color #B3BBCD on white background.



Black color preview on #B3BBCD background

This text has black color on #B3BBCD background.


White color preview on #B3BBCD background

This text has white color on #B3BBCD background.