COLOR #B0A3EB

HEX: #B0A3EB RGB: (176,163,235)

Color info

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

RGB color model

#B0A3EB color RGB value is (176,163,235).

RGB: (176,163,235) (69%, 64%, 92%)

RGB channels and saturation

R 176 of 255 = 69%
G 163 of 255 = 64%
B 235 of 255 = 92%

176
163
235

R + G + B ~ 75%. #B0A3EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 163 + 235 = 574 (100%)
R 176 of 574 ~ 30.66%
G 163 of 574 ~ 28.4%
B 235 of 574 ~ 40.94'%

%30.66
%28.4
%40.94

CMYK color model

#B0A3EB color CMYK value is (25,31,0,8).

  • cyan value is 25.11%
  • magenta value is 30.64%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (25,31,0,8)
C25M31Y0K8 (25%, 31%, 0%, 8%)
(0.25 / 0.31 / 0.00 / 0.08)

CMYK percentages

%25.11
%30.64
%0
%7.84

Codes

Color #B0A3EB in popluar color models

B0 A3 EB
RGB 176 163 235
HSL 251° 64.29% 78.04%
HSB/HSV 251° 30.64% 92.16%
CMYK 25.11% 30.64% 0.00%
7.84%

Color #B0A3EB in popluar number systems.

HEX B0 A3 EB
Decimal 176 163 235
Binary 10110000 10100011 11101011
Octal 260 243 353

Shades and tints

Shades of #B0A3EB

#B0A3EB
(176,163,235)
#A095D6
(160,149,214)
#9087C1
(144,135,193)
#8079AC
(128,121,172)
#706B97
(112,107,151)
#605D82
(96,93,130)
#504F6D
(80,79,109)
#404158
(64,65,88)
#303343
(48,51,67)
#20252E
(32,37,46)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #B0A3EB

#B0A3EB
(176,163,235)
#B7ABEC
(183,171,236)
#BEB3ED
(190,179,237)
#C5BBEE
(197,187,238)
#CCC3EF
(204,195,239)
#D3CBF0
(211,203,240)
#DAD3F1
(218,211,241)
#E1DBF2
(225,219,242)
#E8E3F3
(232,227,243)
#EFEBF4
(239,235,244)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A3EB; }

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

This text font color is #B0A3EB.

Background Color

.myBgColor { background-color: #B0A3EB; }

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

This div background color is #B0A3EB.

Border color

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

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

This div border color is #B0A3EB.

Opacity

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

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

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

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

This text has shadow with #B0A3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A3EB.

Preview

Color preview on black background

This text has color #B0A3EB on black background.


Color preview on white background

This text has color #B0A3EB on white background.


Black color preview on #B0A3EB background

This text has black color on #B0A3EB background.


White color preview on #B0A3EB background

This text has white color on #B0A3EB background.


Related colors

Complementary color

Complementary color for #hex is #4F5C14.


I love getcolorcode.com

Triadic colors

1 #EBB0A3 and #A3EBB0 with #B0A3EB are triadic colors.

2 #EBA3B0 and #A3B0EB with #B0A3EB are triadic colors.