COLOR #B0B9F3

HEX: #B0B9F3 RGB: (176,185,243)

Color info

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

RGB color model

#B0B9F3 color RGB value is (176,185,243).

RGB: (176,185,243) (69%, 73%, 95%)

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 243 of 255 = 95%

176
185
243

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

Portions of RGB colors in percentages

R + G + B = 176 + 185 + 243 = 604 (100%)
R 176 of 604 ~ 29.14%
G 185 of 604 ~ 30.63%
B 243 of 604 ~ 40.23'%

%29.14
%30.63
%40.23

CMYK color model

#B0B9F3 color CMYK value is (28,24,0,5).

  • cyan value is 27.57%
  • magenta value is 23.87%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (28,24,0,5) C28M24Y0K5 (28%,24%,0%,5%) (0.28/0.24/0.00/0.05) 

CMYK percentages

%27.57
%23.87
%0
%4.71

Codes

Color #B0B9F3 in popluar color models

B0 B9 F3
RGB 176 185 243
HSL 232° 73.63% 82.16%
HSB/HSV 232° 27.57% 95.29%
CMYK 27.57% 23.87% 0.00%
4.71%

Color #B0B9F3 in popluar number systems.

HEX B0 B9 F3
Decimal 176 185 243
Binary 10110000 10111001 11110011
Octal 260 271 363

Shades and tints

Shades of #B0B9F3

#B0B9F3
(176,185,243)
#A0A9DD
(160,169,221)
#9099C7
(144,153,199)
#8089B1
(128,137,177)
#70799B
(112,121,155)
#606985
(96,105,133)
#50596F
(80,89,111)
#404959
(64,73,89)
#303943
(48,57,67)
#20292D
(32,41,45)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #B0B9F3

#B0B9F3
(176,185,243)
#B7BFF4
(183,191,244)
#BEC5F5
(190,197,245)
#C5CBF6
(197,203,246)
#CCD1F7
(204,209,247)
#D3D7F8
(211,215,248)
#DADDF9
(218,221,249)
#E1E3FA
(225,227,250)
#E8E9FB
(232,233,251)
#EFEFFC
(239,239,252)
#F6F5FD
(246,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B9F3 color. Also use rgb(176,185,243) instead hex code.

Text Font Color

.myTextColor { color: #B0B9F3; }

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

This text font color is #B0B9F3.

Background Color

.myBgColor { background-color: #B0B9F3; }

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

This div background color is #B0B9F3.

Border color

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

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

This div border color is #B0B9F3.

Opacity

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

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

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

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

This text has shadow with #B0B9F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B9F3.

Preview

Color preview on black background

This text has color #B0B9F3 on black background.


Color preview on white background

This text has color #B0B9F3 on white background.


Black color preview on #B0B9F3 background

This text has black color on #B0B9F3 background.


White color preview on #B0B9F3 background

This text has white color on #B0B9F3 background.


Related colors

Complementary color

Complementary color for #hex is #4F460C.


I love getcolorcode.com

Triadic colors

1 #F3B0B9 and #B9F3B0 with #B0B9F3 are triadic colors.

2 #F3B9B0 and #B9B0F3 with #B0B9F3 are triadic colors.