COLOR #B3B7F1

HEX: #B3B7F1 RGB: (179,183,241)

Color info

#B3B7F1 contains mainly green and blue colors. Web safe color of #B3B7F1 is #99CCFF (or #9CF).

RGB color model

#B3B7F1 color RGB value is (179,183,241).

RGB: (179,183,241) (70%, 72%, 95%)

RGB channels and saturation

R 179 of 255 = 70%
G 183 of 255 = 72%
B 241 of 255 = 95%

179
183
241

R + G + B ~ 79%. #B3B7F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 183 + 241 = 603 (100%)
R 179 of 603 ~ 29.68%
G 183 of 603 ~ 30.35%
B 241 of 603 ~ 39.97'%

%29.68
%30.35
%39.97

CMYK color model

#B3B7F1 color CMYK value is (26,24,0,5).

  • cyan value is 25.73%
  • magenta value is 24.07%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (26,24,0,5)
C26M24Y0K5 (26%, 24%, 0%, 5%)
(0.26 / 0.24 / 0.00 / 0.05)

CMYK percentages

%25.73
%24.07
%0
%5.49

Codes

Color #B3B7F1 in popluar color models

B3 B7 F1
RGB 179 183 241
HSL 236° 68.89% 82.35%
HSB/HSV 236° 25.73% 94.51%
CMYK 25.73% 24.07% 0.00%
5.49%

Color #B3B7F1 in popluar number systems.

HEX B3 B7 F1
Decimal 179 183 241
Binary 10110011 10110111 11110001
Octal 263 267 361

Shades and tints

Shades of #B3B7F1

#B3B7F1
(179,183,241)
#A3A7DC
(163,167,220)
#9397C7
(147,151,199)
#8387B2
(131,135,178)
#73779D
(115,119,157)
#636788
(99,103,136)
#535773
(83,87,115)
#43475E
(67,71,94)
#333749
(51,55,73)
#232734
(35,39,52)
#13171F
(19,23,31)
#000000
(0,0,0)

Tints of #B3B7F1

#B3B7F1
(179,183,241)
#B9BDF2
(185,189,242)
#BFC3F3
(191,195,243)
#C5C9F4
(197,201,244)
#CBCFF5
(203,207,245)
#D1D5F6
(209,213,246)
#D7DBF7
(215,219,247)
#DDE1F8
(221,225,248)
#E3E7F9
(227,231,249)
#E9EDFA
(233,237,250)
#EFF3FB
(239,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B7F1 color. Also use rgb(179,183,241) instead hex code.

Text Font Color

.myTextColor { color: #B3B7F1; }

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

This text font color is #B3B7F1.

Background Color

.myBgColor { background-color: #B3B7F1; }

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

This div background color is #B3B7F1.

Border color

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

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

This div border color is #B3B7F1.

Opacity

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

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

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

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

This text has shadow with #B3B7F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B7F1.

Preview

Color preview on black background

This text has color #B3B7F1 on black background.


Color preview on white background

This text has color #B3B7F1 on white background.


Black color preview on #B3B7F1 background

This text has black color on #B3B7F1 background.


White color preview on #B3B7F1 background

This text has white color on #B3B7F1 background.


Related colors

Complementary color

Complementary color for #hex is #4C480E.


I love getcolorcode.com

Triadic colors

1 #F1B3B7 and #B7F1B3 with #B3B7F1 are triadic colors.

2 #F1B7B3 and #B7B3F1 with #B3B7F1 are triadic colors.