COLOR #B5ADF0

HEX: #B5ADF0
RGB: (181,173,240)

Color info

#B5ADF0 contains mainly red and blue colors. Web safe color of #B5ADF0 is #CC99FF (or #C9F).

RGB color model

#B5ADF0 color RGB value is (181,173,240).

  • red value is 181;
  • green value is 173;
  • blue value is 240.
RGB:
(181,173,240)
(71%,68%,94%)

RGB channels and saturation

R 181 of 255 = 71%
G 173 of 255 = 68%
B 240 of 255 = 94%

181
173
240

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

Portions of RGB colors in percentages

R + G + B =
181 + 173 + 240 = 594 (100%)
R 181 of 594 ~ 30.47%
G 173 of 594 ~ 29.12%
B 240 of 594 ~ 40.4%

%30.47
%29.12
%40.4

CMYK color model

#B5ADF0 color CMYK value is (25,28,0,6).

  • cyan value is 24.58%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(25,28,0,6)
C25M28Y0K6 
(25%,28%,0%,6%)
(0.25/0.28/0.00/0.06)	

CMYK percentages

%24.58
%27.92
%0
%5.88

Codes

Color #B5ADF0 in popluar color models

B5ADF0
RGB181173240
HSL247°69.07%80.98%
HSB/HSV247°27.92%94.12%
CMYK24.58%27.92%0.00%
5.88%

Color #B5ADF0 in popluar number systems.

HEXB5ADF0
Decimal181173240
Binary101101011010110111110000
Octal265255360

Shades and tints

Shades of #B5ADF0

#B5ADF0
(181,173,240)
#A59EDB
(165,158,219)
#958FC6
(149,143,198)
#8580B1
(133,128,177)
#75719C
(117,113,156)
#656287
(101,98,135)
#555372
(85,83,114)
#45445D
(69,68,93)
#353548
(53,53,72)
#252633
(37,38,51)
#15171E
(21,23,30)
#000000
(0,0,0)

Tints of #B5ADF0

#B5ADF0
(181,173,240)
#BBB4F1
(187,180,241)
#C1BBF2
(193,187,242)
#C7C2F3
(199,194,243)
#CDC9F4
(205,201,244)
#D3D0F5
(211,208,245)
#D9D7F6
(217,215,246)
#DFDEF7
(223,222,247)
#E5E5F8
(229,229,248)
#EBECF9
(235,236,249)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5ADF0 color. Also use rgb(181,173,240) instead hex code.

Text Font Color

.myTextColor { color: #B5ADF0; }

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

This text font color is #B5ADF0.


Background Color

.myBgColor { background-color: #B5ADF0; }

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

This div background color is #B5ADF0.


Border color

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

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

This div border color is #B5ADF0.


Opacity

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

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

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

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

This text has shadow with #B5ADF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ADF0 on black background.


Color preview on white background

This text has color #B5ADF0 on white background.



Black color preview on #B5ADF0 background

This text has black color on #B5ADF0 background.


White color preview on #B5ADF0 background

This text has white color on #B5ADF0 background.