COLOR #B4ADF2

HEX: #B4ADF2
RGB: (180,173,242)

Color info

#B4ADF2 contains mainly blue color. Web safe color of #B4ADF2 is #CC99FF (or #C9F).

RGB color model

#B4ADF2 color RGB value is (180,173,242).

  • red value is 180;
  • green value is 173;
  • blue value is 242.
RGB:
(180,173,242)
(71%,68%,95%)

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 242 of 255 = 95%

180
173
242

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

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 242 = 595 (100%)
R 180 of 595 ~ 30.25%
G 173 of 595 ~ 29.08%
B 242 of 595 ~ 40.67%

%30.25
%29.08
%40.67

CMYK color model

#B4ADF2 color CMYK value is (26,29,0,5).

  • cyan value is 25.62%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(26,29,0,5)
C26M29Y0K5 
(26%,29%,0%,5%)
(0.26/0.29/0.00/0.05)	

CMYK percentages

%25.62
%28.51
%0
%5.1

Codes

Color #B4ADF2 in popluar color models

B4ADF2
RGB180173242
HSL246°72.63%81.37%
HSB/HSV246°28.51%94.90%
CMYK25.62%28.51%0.00%
5.10%

Color #B4ADF2 in popluar number systems.

HEXB4ADF2
Decimal180173242
Binary101101001010110111110010
Octal264255362

Shades and tints

Shades of #B4ADF2

#B4ADF2
(180,173,242)
#A49EDC
(164,158,220)
#948FC6
(148,143,198)
#8480B0
(132,128,176)
#74719A
(116,113,154)
#646284
(100,98,132)
#54536E
(84,83,110)
#444458
(68,68,88)
#343542
(52,53,66)
#24262C
(36,38,44)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4ADF2

#B4ADF2
(180,173,242)
#BAB4F3
(186,180,243)
#C0BBF4
(192,187,244)
#C6C2F5
(198,194,245)
#CCC9F6
(204,201,246)
#D2D0F7
(210,208,247)
#D8D7F8
(216,215,248)
#DEDEF9
(222,222,249)
#E4E5FA
(228,229,250)
#EAECFB
(234,236,251)
#F0F3FC
(240,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4ADF2 color. Also use rgb(180,173,242) instead hex code.

Text Font Color

.myTextColor { color: #B4ADF2; }

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

This text font color is #B4ADF2.


Background Color

.myBgColor { background-color: #B4ADF2; }

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

This div background color is #B4ADF2.


Border color

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

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

This div border color is #B4ADF2.


Opacity

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

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

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

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

This text has shadow with #B4ADF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADF2 on black background.


Color preview on white background

This text has color #B4ADF2 on white background.



Black color preview on #B4ADF2 background

This text has black color on #B4ADF2 background.


White color preview on #B4ADF2 background

This text has white color on #B4ADF2 background.