COLOR #B0A9EB

HEX: #B0A9EB RGB: (176,169,235)

Color info

#B0A9EB contains mainly red and blue colors. Web safe color of #B0A9EB is #9999FF (or #99F).

RGB color model

#B0A9EB color RGB value is (176,169,235).

RGB: (176,169,235) (69%, 66%, 92%)

RGB channels and saturation

R 176 of 255 = 69%
G 169 of 255 = 66%
B 235 of 255 = 92%

176
169
235

R + G + B ~ 76%. #B0A9EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 169 + 235 = 580 (100%)
R 176 of 580 ~ 30.34%
G 169 of 580 ~ 29.14%
B 235 of 580 ~ 40.52'%

%30.34
%29.14
%40.52

CMYK color model

#B0A9EB color CMYK value is (25,28,0,8).

  • cyan value is 25.11%
  • magenta value is 28.09%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (25,28,0,8) C25M28Y0K8 (25%,28%,0%,8%) (0.25/0.28/0.00/0.08) 

CMYK percentages

%25.11
%28.09
%0
%7.84

Codes

Color #B0A9EB in popluar color models

B0 A9 EB
RGB 176 169 235
HSL 246° 62.26% 79.22%
HSB/HSV 246° 28.09% 92.16%
CMYK 25.11% 28.09% 0.00%
7.84%

Color #B0A9EB in popluar number systems.

HEX B0 A9 EB
Decimal 176 169 235
Binary 10110000 10101001 11101011
Octal 260 251 353

Shades and tints

Shades of #B0A9EB

#B0A9EB
(176,169,235)
#A09AD6
(160,154,214)
#908BC1
(144,139,193)
#807CAC
(128,124,172)
#706D97
(112,109,151)
#605E82
(96,94,130)
#504F6D
(80,79,109)
#404058
(64,64,88)
#303143
(48,49,67)
#20222E
(32,34,46)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #B0A9EB

#B0A9EB
(176,169,235)
#B7B0EC
(183,176,236)
#BEB7ED
(190,183,237)
#C5BEEE
(197,190,238)
#CCC5EF
(204,197,239)
#D3CCF0
(211,204,240)
#DAD3F1
(218,211,241)
#E1DAF2
(225,218,242)
#E8E1F3
(232,225,243)
#EFE8F4
(239,232,244)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A9EB color. Also use rgb(176,169,235) instead hex code.

Text Font Color

.myTextColor { color: #B0A9EB; }

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

This text font color is #B0A9EB.

Background Color

.myBgColor { background-color: #B0A9EB; }

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

This div background color is #B0A9EB.

Border color

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

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

This div border color is #B0A9EB.

Opacity

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

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

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

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

This text has shadow with #B0A9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A9EB.

Preview

Color preview on black background

This text has color #B0A9EB on black background.


Color preview on white background

This text has color #B0A9EB on white background.


Black color preview on #B0A9EB background

This text has black color on #B0A9EB background.


White color preview on #B0A9EB background

This text has white color on #B0A9EB background.


Related colors

Complementary color

Complementary color for #hex is #4F5614.


I love getcolorcode.com

Triadic colors

1 #EBB0A9 and #A9EBB0 with #B0A9EB are triadic colors.

2 #EBA9B0 and #A9B0EB with #B0A9EB are triadic colors.