COLOR #B3B5CF

HEX: #B3B5CF
RGB: (179,181,207)

Color info

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

RGB color model

#B3B5CF color RGB value is (179,181,207).

  • red value is 179;
  • green value is 181;
  • blue value is 207.
RGB:
(179,181,207)
(70%,71%,81%)

RGB channels and saturation

R 179 of 255 = 70%
G 181 of 255 = 71%
B 207 of 255 = 81%

179
181
207

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

Portions of RGB colors in percentages

R + G + B =
179 + 181 + 207 = 567 (100%)
R 179 of 567 ~ 31.57%
G 181 of 567 ~ 31.92%
B 207 of 567 ~ 36.51%

%31.57
%31.92
%36.51

CMYK color model

#B3B5CF color CMYK value is (14,13,0,19).

  • cyan value is 13.53%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(14,13,0,19)
C14M13Y0K19 
(14%,13%,0%,19%)
(0.14/0.13/0.00/0.19)	

CMYK percentages

%13.53
%12.56
%0
%18.82

Codes

Color #B3B5CF in popluar color models

B3B5CF
RGB179181207
HSL236°22.58%75.69%
HSB/HSV236°13.53%81.18%
CMYK13.53%12.56%0.00%
18.82%

Color #B3B5CF in popluar number systems.

HEXB3B5CF
Decimal179181207
Binary101100111011010111001111
Octal263265317

Shades and tints

Shades of #B3B5CF

#B3B5CF
(179,181,207)
#A3A5BD
(163,165,189)
#9395AB
(147,149,171)
#838599
(131,133,153)
#737587
(115,117,135)
#636575
(99,101,117)
#535563
(83,85,99)
#434551
(67,69,81)
#33353F
(51,53,63)
#23252D
(35,37,45)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #B3B5CF

#B3B5CF
(179,181,207)
#B9BBD3
(185,187,211)
#BFC1D7
(191,193,215)
#C5C7DB
(197,199,219)
#CBCDDF
(203,205,223)
#D1D3E3
(209,211,227)
#D7D9E7
(215,217,231)
#DDDFEB
(221,223,235)
#E3E5EF
(227,229,239)
#E9EBF3
(233,235,243)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B5CF color. Also use rgb(179,181,207) instead hex code.

Text Font Color

.myTextColor { color: #B3B5CF; }

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

This text font color is #B3B5CF.


Background Color

.myBgColor { background-color: #B3B5CF; }

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

This div background color is #B3B5CF.


Border color

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

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

This div border color is #B3B5CF.


Opacity

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

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

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

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

This text has shadow with #B3B5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B5CF on black background.


Color preview on white background

This text has color #B3B5CF on white background.



Black color preview on #B3B5CF background

This text has black color on #B3B5CF background.


White color preview on #B3B5CF background

This text has white color on #B3B5CF background.