COLOR #B3BDD1

HEX: #B3BDD1
RGB: (179,189,209)

Color info

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

RGB color model

#B3BDD1 color RGB value is (179,189,209).

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

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 209 of 255 = 82%

179
189
209

R + G + B ~ 75%. #B3BDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 209 = 577 (100%)
R 179 of 577 ~ 31.02%
G 189 of 577 ~ 32.76%
B 209 of 577 ~ 36.22%

%31.02
%32.76
%36.22

CMYK color model

#B3BDD1 color CMYK value is (14,10,0,18).

  • cyan value is 14.35%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(14,10,0,18)
C14M10Y0K18 
(14%,10%,0%,18%)
(0.14/0.10/0.00/0.18)	

CMYK percentages

%14.35
%9.57
%0
%18.04

Codes

Color #B3BDD1 in popluar color models

B3BDD1
RGB179189209
HSL220°24.59%76.08%
HSB/HSV220°14.35%81.96%
CMYK14.35%9.57%0.00%
18.04%

Color #B3BDD1 in popluar number systems.

HEXB3BDD1
Decimal179189209
Binary101100111011110111010001
Octal263275321

Shades and tints

Shades of #B3BDD1

#B3BDD1
(179,189,209)
#A3ACBE
(163,172,190)
#939BAB
(147,155,171)
#838A98
(131,138,152)
#737985
(115,121,133)
#636872
(99,104,114)
#53575F
(83,87,95)
#43464C
(67,70,76)
#333539
(51,53,57)
#232426
(35,36,38)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #B3BDD1

#B3BDD1
(179,189,209)
#B9C3D5
(185,195,213)
#BFC9D9
(191,201,217)
#C5CFDD
(197,207,221)
#CBD5E1
(203,213,225)
#D1DBE5
(209,219,229)
#D7E1E9
(215,225,233)
#DDE7ED
(221,231,237)
#E3EDF1
(227,237,241)
#E9F3F5
(233,243,245)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BDD1; }

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

This text font color is #B3BDD1.


Background Color

.myBgColor { background-color: #B3BDD1; }

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

This div background color is #B3BDD1.


Border color

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

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

This div border color is #B3BDD1.


Opacity

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

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

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

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

This text has shadow with #B3BDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BDD1 on black background.


Color preview on white background

This text has color #B3BDD1 on white background.



Black color preview on #B3BDD1 background

This text has black color on #B3BDD1 background.


White color preview on #B3BDD1 background

This text has white color on #B3BDD1 background.