COLOR #B3BBC9

HEX: #B3BBC9 RGB: (179,187,201)

Color info

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

RGB color model

#B3BBC9 color RGB value is (179,187,201).

RGB: (179,187,201) (70%, 73%, 79%)

RGB channels and saturation

R 179 of 255 = 70%
G 187 of 255 = 73%
B 201 of 255 = 79%

179
187
201

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

Portions of RGB colors in percentages

R + G + B = 179 + 187 + 201 = 567 (100%)
R 179 of 567 ~ 31.57%
G 187 of 567 ~ 32.98%
B 201 of 567 ~ 35.45'%

%31.57
%32.98
%35.45

CMYK color model

#B3BBC9 color CMYK value is (11,7,0,21).

  • cyan value is 10.95%
  • magenta value is 6.97%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (11,7,0,21)
C11M7Y0K21 (11%, 7%, 0%, 21%)
(0.11 / 0.07 / 0.00 / 0.21)

CMYK percentages

%10.95
%6.97
%0
%21.18

Codes

Color #B3BBC9 in popluar color models

B3 BB C9
RGB 179 187 201
HSL 218° 16.92% 74.51%
HSB/HSV 218° 10.95% 78.82%
CMYK 10.95% 6.97% 0.00%
21.18%

Color #B3BBC9 in popluar number systems.

HEX B3 BB C9
Decimal 179 187 201
Binary 10110011 10111011 11001001
Octal 263 273 311

Shades and tints

Shades of #B3BBC9

#B3BBC9
(179,187,201)
#A3AAB7
(163,170,183)
#9399A5
(147,153,165)
#838893
(131,136,147)
#737781
(115,119,129)
#63666F
(99,102,111)
#53555D
(83,85,93)
#43444B
(67,68,75)
#333339
(51,51,57)
#232227
(35,34,39)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #B3BBC9

#B3BBC9
(179,187,201)
#B9C1CD
(185,193,205)
#BFC7D1
(191,199,209)
#C5CDD5
(197,205,213)
#CBD3D9
(203,211,217)
#D1D9DD
(209,217,221)
#D7DFE1
(215,223,225)
#DDE5E5
(221,229,229)
#E3EBE9
(227,235,233)
#E9F1ED
(233,241,237)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BBC9; }

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

This text font color is #B3BBC9.

Background Color

.myBgColor { background-color: #B3BBC9; }

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

This div background color is #B3BBC9.

Border color

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

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

This div border color is #B3BBC9.

Opacity

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

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

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

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

This text has shadow with #B3BBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BBC9.

Preview

Color preview on black background

This text has color #B3BBC9 on black background.


Color preview on white background

This text has color #B3BBC9 on white background.


Black color preview on #B3BBC9 background

This text has black color on #B3BBC9 background.


White color preview on #B3BBC9 background

This text has white color on #B3BBC9 background.


Related colors

Complementary color

Complementary color for #hex is #4C4436.


I love getcolorcode.com

Triadic colors

1 #C9B3BB and #BBC9B3 with #B3BBC9 are triadic colors.

2 #C9BBB3 and #BBB3C9 with #B3BBC9 are triadic colors.