COLOR #B3BDD7

HEX: #B3BDD7
RGB: (179,189,215)

Color info

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

RGB color model

#B3BDD7 color RGB value is (179,189,215).

  • red value is 179;
  • green value is 189;
  • blue value is 215.
RGB:
(179,189,215)
(70%,74%,84%)

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 215 of 255 = 84%

179
189
215

R + G + B ~ 76%. #B3BDD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 215 = 583 (100%)
R 179 of 583 ~ 30.7%
G 189 of 583 ~ 32.42%
B 215 of 583 ~ 36.88%

%30.7
%32.42
%36.88

CMYK color model

#B3BDD7 color CMYK value is (17,12,0,16).

  • cyan value is 16.74%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(17,12,0,16)
C17M12Y0K16 
(17%,12%,0%,16%)
(0.17/0.12/0.00/0.16)	

CMYK percentages

%16.74
%12.09
%0
%15.69

Codes

Color #B3BDD7 in popluar color models

B3BDD7
RGB179189215
HSL223°31.03%77.25%
HSB/HSV223°16.74%84.31%
CMYK16.74%12.09%0.00%
15.69%

Color #B3BDD7 in popluar number systems.

HEXB3BDD7
Decimal179189215
Binary101100111011110111010111
Octal263275327

Shades and tints

Shades of #B3BDD7

#B3BDD7
(179,189,215)
#A3ACC4
(163,172,196)
#939BB1
(147,155,177)
#838A9E
(131,138,158)
#73798B
(115,121,139)
#636878
(99,104,120)
#535765
(83,87,101)
#434652
(67,70,82)
#33353F
(51,53,63)
#23242C
(35,36,44)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #B3BDD7

#B3BDD7
(179,189,215)
#B9C3DA
(185,195,218)
#BFC9DD
(191,201,221)
#C5CFE0
(197,207,224)
#CBD5E3
(203,213,227)
#D1DBE6
(209,219,230)
#D7E1E9
(215,225,233)
#DDE7EC
(221,231,236)
#E3EDEF
(227,237,239)
#E9F3F2
(233,243,242)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BDD7 color. Also use rgb(179,189,215) instead hex code.

Text Font Color

.myTextColor { color: #B3BDD7; }

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

This text font color is #B3BDD7.


Background Color

.myBgColor { background-color: #B3BDD7; }

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

This div background color is #B3BDD7.


Border color

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

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

This div border color is #B3BDD7.


Opacity

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

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

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

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

This text has shadow with #B3BDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BDD7 on black background.


Color preview on white background

This text has color #B3BDD7 on white background.



Black color preview on #B3BDD7 background

This text has black color on #B3BDD7 background.


White color preview on #B3BDD7 background

This text has white color on #B3BDD7 background.