COLOR #B3ADF7

HEX: #B3ADF7
RGB: (179,173,247)

Color info

#B3ADF7 contains mainly blue color. Web safe color of #B3ADF7 is #9999FF (or #99F).

RGB color model

#B3ADF7 color RGB value is (179,173,247).

  • red value is 179;
  • green value is 173;
  • blue value is 247.
RGB:
(179,173,247)
(70%,68%,97%)

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 247 of 255 = 97%

179
173
247

R + G + B ~ 78%. #B3ADF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 173 + 247 = 599 (100%)
R 179 of 599 ~ 29.88%
G 173 of 599 ~ 28.88%
B 247 of 599 ~ 41.24%

%29.88
%28.88
%41.24

CMYK color model

#B3ADF7 color CMYK value is (28,30,0,3).

  • cyan value is 27.53%
  • magenta value is 29.96%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(28,30,0,3)
C28M30Y0K3 
(28%,30%,0%,3%)
(0.28/0.30/0.00/0.03)	

CMYK percentages

%27.53
%29.96
%0
%3.14

Codes

Color #B3ADF7 in popluar color models

B3ADF7
RGB179173247
HSL245°82.22%82.35%
HSB/HSV245°29.96%96.86%
CMYK27.53%29.96%0.00%
3.14%

Color #B3ADF7 in popluar number systems.

HEXB3ADF7
Decimal179173247
Binary101100111010110111110111
Octal263255367

Shades and tints

Shades of #B3ADF7

#B3ADF7
(179,173,247)
#A39EE1
(163,158,225)
#938FCB
(147,143,203)
#8380B5
(131,128,181)
#73719F
(115,113,159)
#636289
(99,98,137)
#535373
(83,83,115)
#43445D
(67,68,93)
#333547
(51,53,71)
#232631
(35,38,49)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #B3ADF7

#B3ADF7
(179,173,247)
#B9B4F7
(185,180,247)
#BFBBF7
(191,187,247)
#C5C2F7
(197,194,247)
#CBC9F7
(203,201,247)
#D1D0F7
(209,208,247)
#D7D7F7
(215,215,247)
#DDDEF7
(221,222,247)
#E3E5F7
(227,229,247)
#E9ECF7
(233,236,247)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ADF7; }

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

This text font color is #B3ADF7.


Background Color

.myBgColor { background-color: #B3ADF7; }

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

This div background color is #B3ADF7.


Border color

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

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

This div border color is #B3ADF7.


Opacity

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

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

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

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

This text has shadow with #B3ADF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ADF7 on black background.


Color preview on white background

This text has color #B3ADF7 on white background.



Black color preview on #B3ADF7 background

This text has black color on #B3ADF7 background.


White color preview on #B3ADF7 background

This text has white color on #B3ADF7 background.