COLOR #B2ADF7

HEX: #B2ADF7
RGB: (178,173,247)

Color info

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

RGB color model

#B2ADF7 color RGB value is (178,173,247).

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

RGB channels and saturation

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

178
173
247

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

Portions of RGB colors in percentages

R + G + B =
178 + 173 + 247 = 598 (100%)
R 178 of 598 ~ 29.77%
G 173 of 598 ~ 28.93%
B 247 of 598 ~ 41.3%

%29.77
%28.93
%41.3

CMYK color model

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

  • cyan value is 27.94%
  • 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.94
%29.96
%0
%3.14

Codes

Color #B2ADF7 in popluar color models

B2ADF7
RGB178173247
HSL244°82.22%82.35%
HSB/HSV244°29.96%96.86%
CMYK27.94%29.96%0.00%
3.14%

Color #B2ADF7 in popluar number systems.

HEXB2ADF7
Decimal178173247
Binary101100101010110111110111
Octal262255367

Shades and tints

Shades of #B2ADF7

#B2ADF7
(178,173,247)
#A29EE1
(162,158,225)
#928FCB
(146,143,203)
#8280B5
(130,128,181)
#72719F
(114,113,159)
#626289
(98,98,137)
#525373
(82,83,115)
#42445D
(66,68,93)
#323547
(50,53,71)
#222631
(34,38,49)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #B2ADF7

#B2ADF7
(178,173,247)
#B9B4F7
(185,180,247)
#C0BBF7
(192,187,247)
#C7C2F7
(199,194,247)
#CEC9F7
(206,201,247)
#D5D0F7
(213,208,247)
#DCD7F7
(220,215,247)
#E3DEF7
(227,222,247)
#EAE5F7
(234,229,247)
#F1ECF7
(241,236,247)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADF7; }

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

This text font color is #B2ADF7.


Background Color

.myBgColor { background-color: #B2ADF7; }

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

This div background color is #B2ADF7.


Border color

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

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

This div border color is #B2ADF7.


Opacity

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

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

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

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

This text has shadow with #B2ADF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADF7 on black background.


Color preview on white background

This text has color #B2ADF7 on white background.



Black color preview on #B2ADF7 background

This text has black color on #B2ADF7 background.


White color preview on #B2ADF7 background

This text has white color on #B2ADF7 background.