COLOR #B3BDE6

HEX: #B3BDE6
RGB: (179,189,230)

Color info

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

RGB color model

#B3BDE6 color RGB value is (179,189,230).

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

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 230 of 255 = 90%

179
189
230

R + G + B ~ 78%. #B3BDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 230 = 598 (100%)
R 179 of 598 ~ 29.93%
G 189 of 598 ~ 31.61%
B 230 of 598 ~ 38.46%

%29.93
%31.61
%38.46

CMYK color model

#B3BDE6 color CMYK value is (22,18,0,10).

  • cyan value is 22.17%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(22,18,0,10)
C22M18Y0K10 
(22%,18%,0%,10%)
(0.22/0.18/0.00/0.10)	

CMYK percentages

%22.17
%17.83
%0
%9.8

Codes

Color #B3BDE6 in popluar color models

B3BDE6
RGB179189230
HSL228°50.50%80.20%
HSB/HSV228°22.17%90.20%
CMYK22.17%17.83%0.00%
9.80%

Color #B3BDE6 in popluar number systems.

HEXB3BDE6
Decimal179189230
Binary101100111011110111100110
Octal263275346

Shades and tints

Shades of #B3BDE6

#B3BDE6
(179,189,230)
#A3ACD2
(163,172,210)
#939BBE
(147,155,190)
#838AAA
(131,138,170)
#737996
(115,121,150)
#636882
(99,104,130)
#53576E
(83,87,110)
#43465A
(67,70,90)
#333546
(51,53,70)
#232432
(35,36,50)
#13131E
(19,19,30)
#000000
(0,0,0)

Tints of #B3BDE6

#B3BDE6
(179,189,230)
#B9C3E8
(185,195,232)
#BFC9EA
(191,201,234)
#C5CFEC
(197,207,236)
#CBD5EE
(203,213,238)
#D1DBF0
(209,219,240)
#D7E1F2
(215,225,242)
#DDE7F4
(221,231,244)
#E3EDF6
(227,237,246)
#E9F3F8
(233,243,248)
#EFF9FA
(239,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BDE6; }

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

This text font color is #B3BDE6.


Background Color

.myBgColor { background-color: #B3BDE6; }

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

This div background color is #B3BDE6.


Border color

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

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

This div border color is #B3BDE6.


Opacity

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

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

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

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

This text has shadow with #B3BDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BDE6 on black background.


Color preview on white background

This text has color #B3BDE6 on white background.



Black color preview on #B3BDE6 background

This text has black color on #B3BDE6 background.


White color preview on #B3BDE6 background

This text has white color on #B3BDE6 background.