COLOR #B3BDE9

HEX: #B3BDE9
RGB: (179,189,233)

Color info

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

RGB color model

#B3BDE9 color RGB value is (179,189,233).

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

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 233 of 255 = 91%

179
189
233

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

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 233 = 601 (100%)
R 179 of 601 ~ 29.78%
G 189 of 601 ~ 31.45%
B 233 of 601 ~ 38.77%

%29.78
%31.45
%38.77

CMYK color model

#B3BDE9 color CMYK value is (23,19,0,9).

  • cyan value is 23.18%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(23,19,0,9)
C23M19Y0K9 
(23%,19%,0%,9%)
(0.23/0.19/0.00/0.09)	

CMYK percentages

%23.18
%18.88
%0
%8.63

Codes

Color #B3BDE9 in popluar color models

B3BDE9
RGB179189233
HSL229°55.10%80.78%
HSB/HSV229°23.18%91.37%
CMYK23.18%18.88%0.00%
8.63%

Color #B3BDE9 in popluar number systems.

HEXB3BDE9
Decimal179189233
Binary101100111011110111101001
Octal263275351

Shades and tints

Shades of #B3BDE9

#B3BDE9
(179,189,233)
#A3ACD4
(163,172,212)
#939BBF
(147,155,191)
#838AAA
(131,138,170)
#737995
(115,121,149)
#636880
(99,104,128)
#53576B
(83,87,107)
#434656
(67,70,86)
#333541
(51,53,65)
#23242C
(35,36,44)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #B3BDE9

#B3BDE9
(179,189,233)
#B9C3EB
(185,195,235)
#BFC9ED
(191,201,237)
#C5CFEF
(197,207,239)
#CBD5F1
(203,213,241)
#D1DBF3
(209,219,243)
#D7E1F5
(215,225,245)
#DDE7F7
(221,231,247)
#E3EDF9
(227,237,249)
#E9F3FB
(233,243,251)
#EFF9FD
(239,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BDE9; }

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

This text font color is #B3BDE9.


Background Color

.myBgColor { background-color: #B3BDE9; }

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

This div background color is #B3BDE9.


Border color

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

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

This div border color is #B3BDE9.


Opacity

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

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

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

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

This text has shadow with #B3BDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BDE9 on black background.


Color preview on white background

This text has color #B3BDE9 on white background.



Black color preview on #B3BDE9 background

This text has black color on #B3BDE9 background.


White color preview on #B3BDE9 background

This text has white color on #B3BDE9 background.