COLOR #B3B5F7

HEX: #B3B5F7 RGB: (179,181,247)

Color info

#B3B5F7 contains mainly blue color. Web safe color of #B3B5F7 is #99CCFF (or #9CF).

RGB color model

#B3B5F7 color RGB value is (179,181,247).

RGB: (179,181,247) (70%, 71%, 97%)

RGB channels and saturation

R 179 of 255 = 70%
G 181 of 255 = 71%
B 247 of 255 = 97%

179
181
247

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

Portions of RGB colors in percentages

R + G + B = 179 + 181 + 247 = 607 (100%)
R 179 of 607 ~ 29.49%
G 181 of 607 ~ 29.82%
B 247 of 607 ~ 40.69'%

%29.49
%29.82
%40.69

CMYK color model

#B3B5F7 color CMYK value is (28,27,0,3).

  • cyan value is 27.53%
  • magenta value is 26.72%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (28,27,0,3)
C28M27Y0K3 (28%, 27%, 0%, 3%)
(0.28 / 0.27 / 0.00 / 0.03)

CMYK percentages

%27.53
%26.72
%0
%3.14

Codes

Color #B3B5F7 in popluar color models

B3 B5 F7
RGB 179 181 247
HSL 238° 80.95% 83.53%
HSB/HSV 238° 27.53% 96.86%
CMYK 27.53% 26.72% 0.00%
3.14%

Color #B3B5F7 in popluar number systems.

HEX B3 B5 F7
Decimal 179 181 247
Binary 10110011 10110101 11110111
Octal 263 265 367

Shades and tints

Shades of #B3B5F7

#B3B5F7
(179,181,247)
#A3A5E1
(163,165,225)
#9395CB
(147,149,203)
#8385B5
(131,133,181)
#73759F
(115,117,159)
#636589
(99,101,137)
#535573
(83,85,115)
#43455D
(67,69,93)
#333547
(51,53,71)
#232531
(35,37,49)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #B3B5F7

#B3B5F7
(179,181,247)
#B9BBF7
(185,187,247)
#BFC1F7
(191,193,247)
#C5C7F7
(197,199,247)
#CBCDF7
(203,205,247)
#D1D3F7
(209,211,247)
#D7D9F7
(215,217,247)
#DDDFF7
(221,223,247)
#E3E5F7
(227,229,247)
#E9EBF7
(233,235,247)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B5F7 color. Also use rgb(179,181,247) instead hex code.

Text Font Color

.myTextColor { color: #B3B5F7; }

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

This text font color is #B3B5F7.

Background Color

.myBgColor { background-color: #B3B5F7; }

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

This div background color is #B3B5F7.

Border color

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

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

This div border color is #B3B5F7.

Opacity

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

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

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

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

This text has shadow with #B3B5F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B5F7.

Preview

Color preview on black background

This text has color #B3B5F7 on black background.


Color preview on white background

This text has color #B3B5F7 on white background.


Black color preview on #B3B5F7 background

This text has black color on #B3B5F7 background.


White color preview on #B3B5F7 background

This text has white color on #B3B5F7 background.


Related colors

Complementary color

Complementary color for #hex is #4C4A08.


I love getcolorcode.com

Triadic colors

1 #F7B3B5 and #B5F7B3 with #B3B5F7 are triadic colors.

2 #F7B5B3 and #B5B3F7 with #B3B5F7 are triadic colors.