COLOR #B7ADF0

HEX: #B7ADF0
RGB: (183,173,240)

Color info

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

RGB color model

#B7ADF0 color RGB value is (183,173,240).

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

RGB channels and saturation

R 183 of 255 = 72%
G 173 of 255 = 68%
B 240 of 255 = 94%

183
173
240

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

Portions of RGB colors in percentages

R + G + B =
183 + 173 + 240 = 596 (100%)
R 183 of 596 ~ 30.7%
G 173 of 596 ~ 29.03%
B 240 of 596 ~ 40.27%

%30.7
%29.03
%40.27

CMYK color model

#B7ADF0 color CMYK value is (24,28,0,6).

  • cyan value is 23.75%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(24,28,0,6)
C24M28Y0K6 
(24%,28%,0%,6%)
(0.24/0.28/0.00/0.06)	

CMYK percentages

%23.75
%27.92
%0
%5.88

Codes

Color #B7ADF0 in popluar color models

B7ADF0
RGB183173240
HSL249°69.07%80.98%
HSB/HSV249°27.92%94.12%
CMYK23.75%27.92%0.00%
5.88%

Color #B7ADF0 in popluar number systems.

HEXB7ADF0
Decimal183173240
Binary101101111010110111110000
Octal267255360

Shades and tints

Shades of #B7ADF0

#B7ADF0
(183,173,240)
#A79EDB
(167,158,219)
#978FC6
(151,143,198)
#8780B1
(135,128,177)
#77719C
(119,113,156)
#676287
(103,98,135)
#575372
(87,83,114)
#47445D
(71,68,93)
#373548
(55,53,72)
#272633
(39,38,51)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #B7ADF0

#B7ADF0
(183,173,240)
#BDB4F1
(189,180,241)
#C3BBF2
(195,187,242)
#C9C2F3
(201,194,243)
#CFC9F4
(207,201,244)
#D5D0F5
(213,208,245)
#DBD7F6
(219,215,246)
#E1DEF7
(225,222,247)
#E7E5F8
(231,229,248)
#EDECF9
(237,236,249)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ADF0; }

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

This text font color is #B7ADF0.


Background Color

.myBgColor { background-color: #B7ADF0; }

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

This div background color is #B7ADF0.


Border color

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

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

This div border color is #B7ADF0.


Opacity

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

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

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

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

This text has shadow with #B7ADF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ADF0 on black background.


Color preview on white background

This text has color #B7ADF0 on white background.



Black color preview on #B7ADF0 background

This text has black color on #B7ADF0 background.


White color preview on #B7ADF0 background

This text has white color on #B7ADF0 background.