COLOR #B9B7FA

HEX: #B9B7FA RGB: (185,183,250)

Color info

#B9B7FA contains mainly blue color. Web safe color of #B9B7FA is #CCCCFF (or #CCF).

RGB color model

#B9B7FA color RGB value is (185,183,250).

RGB: (185,183,250) (73%, 72%, 98%)

RGB channels and saturation

R 185 of 255 = 73%
G 183 of 255 = 72%
B 250 of 255 = 98%

185
183
250

R + G + B ~ 81%. #B9B7FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 183 + 250 = 618 (100%)
R 185 of 618 ~ 29.94%
G 183 of 618 ~ 29.61%
B 250 of 618 ~ 40.45'%

%29.94
%29.61
%40.45

CMYK color model

#B9B7FA color CMYK value is (26,27,0,2).

  • cyan value is 26.00%
  • magenta value is 26.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (26,27,0,2) C26M27Y0K2 (26%,27%,0%,2%) (0.26/0.27/0.00/0.02) 

CMYK percentages

%26
%26.8
%0
%1.96

Codes

Color #B9B7FA in popluar color models

B9 B7 FA
RGB 185 183 250
HSL 242° 87.01% 84.90%
HSB/HSV 242° 26.80% 98.04%
CMYK 26.00% 26.80% 0.00%
1.96%

Color #B9B7FA in popluar number systems.

HEX B9 B7 FA
Decimal 185 183 250
Binary 10111001 10110111 11111010
Octal 271 267 372

Shades and tints

Shades of #B9B7FA

#B9B7FA
(185,183,250)
#A9A7E4
(169,167,228)
#9997CE
(153,151,206)
#8987B8
(137,135,184)
#7977A2
(121,119,162)
#69678C
(105,103,140)
#595776
(89,87,118)
#494760
(73,71,96)
#39374A
(57,55,74)
#292734
(41,39,52)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #B9B7FA

#B9B7FA
(185,183,250)
#BFBDFA
(191,189,250)
#C5C3FA
(197,195,250)
#CBC9FA
(203,201,250)
#D1CFFA
(209,207,250)
#D7D5FA
(215,213,250)
#DDDBFA
(221,219,250)
#E3E1FA
(227,225,250)
#E9E7FA
(233,231,250)
#EFEDFA
(239,237,250)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B7FA color. Also use rgb(185,183,250) instead hex code.

Text Font Color

.myTextColor { color: #B9B7FA; }

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

This text font color is #B9B7FA.

Background Color

.myBgColor { background-color: #B9B7FA; }

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

This div background color is #B9B7FA.

Border color

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

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

This div border color is #B9B7FA.

Opacity

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

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

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

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

This text has shadow with #B9B7FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B7FA.

Preview

Color preview on black background

This text has color #B9B7FA on black background.


Color preview on white background

This text has color #B9B7FA on white background.


Black color preview on #B9B7FA background

This text has black color on #B9B7FA background.


White color preview on #B9B7FA background

This text has white color on #B9B7FA background.


Related colors

Complementary color

Complementary color for #hex is #464805.


I love getcolorcode.com

Triadic colors

1 #FAB9B7 and #B7FAB9 with #B9B7FA are triadic colors.

2 #FAB7B9 and #B7B9FA with #B9B7FA are triadic colors.