COLOR #B3B9CA

HEX: #B3B9CA RGB: (179,185,202)

Color info

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

RGB color model

#B3B9CA color RGB value is (179,185,202).

RGB: (179,185,202) (70%, 73%, 79%)

RGB channels and saturation

R 179 of 255 = 70%
G 185 of 255 = 73%
B 202 of 255 = 79%

179
185
202

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

Portions of RGB colors in percentages

R + G + B = 179 + 185 + 202 = 566 (100%)
R 179 of 566 ~ 31.63%
G 185 of 566 ~ 32.69%
B 202 of 566 ~ 35.69'%

%31.63
%32.69
%35.69

CMYK color model

#B3B9CA color CMYK value is (11,8,0,21).

  • cyan value is 11.39%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (11,8,0,21) C11M8Y0K21 (11%,8%,0%,21%) (0.11/0.08/0.00/0.21) 

CMYK percentages

%11.39
%8.42
%0
%20.78

Codes

Color #B3B9CA in popluar color models

B3 B9 CA
RGB 179 185 202
HSL 224° 17.83% 74.71%
HSB/HSV 224° 11.39% 79.22%
CMYK 11.39% 8.42% 0.00%
20.78%

Color #B3B9CA in popluar number systems.

HEX B3 B9 CA
Decimal 179 185 202
Binary 10110011 10111001 11001010
Octal 263 271 312

Shades and tints

Shades of #B3B9CA

#B3B9CA
(179,185,202)
#A3A9B8
(163,169,184)
#9399A6
(147,153,166)
#838994
(131,137,148)
#737982
(115,121,130)
#636970
(99,105,112)
#53595E
(83,89,94)
#43494C
(67,73,76)
#33393A
(51,57,58)
#232928
(35,41,40)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #B3B9CA

#B3B9CA
(179,185,202)
#B9BFCE
(185,191,206)
#BFC5D2
(191,197,210)
#C5CBD6
(197,203,214)
#CBD1DA
(203,209,218)
#D1D7DE
(209,215,222)
#D7DDE2
(215,221,226)
#DDE3E6
(221,227,230)
#E3E9EA
(227,233,234)
#E9EFEE
(233,239,238)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B9CA color. Also use rgb(179,185,202) instead hex code.

Text Font Color

.myTextColor { color: #B3B9CA; }

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

This text font color is #B3B9CA.

Background Color

.myBgColor { background-color: #B3B9CA; }

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

This div background color is #B3B9CA.

Border color

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

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

This div border color is #B3B9CA.

Opacity

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

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

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

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

This text has shadow with #B3B9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B9CA.

Preview

Color preview on black background

This text has color #B3B9CA on black background.


Color preview on white background

This text has color #B3B9CA on white background.


Black color preview on #B3B9CA background

This text has black color on #B3B9CA background.


White color preview on #B3B9CA background

This text has white color on #B3B9CA background.


Related colors

Complementary color

Complementary color for #hex is #4C4635.


I love getcolorcode.com

Triadic colors

1 #CAB3B9 and #B9CAB3 with #B3B9CA are triadic colors.

2 #CAB9B3 and #B9B3CA with #B3B9CA are triadic colors.