COLOR #B7AFF2

HEX: #B7AFF2
RGB: (183,175,242)

Color info

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

RGB color model

#B7AFF2 color RGB value is (183,175,242).

  • red value is 183;
  • green value is 175;
  • blue value is 242.
RGB:
(183,175,242)
(72%,69%,95%)

RGB channels and saturation

R 183 of 255 = 72%
G 175 of 255 = 69%
B 242 of 255 = 95%

183
175
242

R + G + B ~ 79%. #B7AFF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 175 + 242 = 600 (100%)
R 183 of 600 ~ 30.5%
G 175 of 600 ~ 29.17%
B 242 of 600 ~ 40.33%

%30.5
%29.17
%40.33

CMYK color model

#B7AFF2 color CMYK value is (24,28,0,5).

  • cyan value is 24.38%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(24,28,0,5)
C24M28Y0K5 
(24%,28%,0%,5%)
(0.24/0.28/0.00/0.05)	

CMYK percentages

%24.38
%27.69
%0
%5.1

Codes

Color #B7AFF2 in popluar color models

B7AFF2
RGB183175242
HSL247°72.04%81.76%
HSB/HSV247°27.69%94.90%
CMYK24.38%27.69%0.00%
5.10%

Color #B7AFF2 in popluar number systems.

HEXB7AFF2
Decimal183175242
Binary101101111010111111110010
Octal267257362

Shades and tints

Shades of #B7AFF2

#B7AFF2
(183,175,242)
#A7A0DC
(167,160,220)
#9791C6
(151,145,198)
#8782B0
(135,130,176)
#77739A
(119,115,154)
#676484
(103,100,132)
#57556E
(87,85,110)
#474658
(71,70,88)
#373742
(55,55,66)
#27282C
(39,40,44)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #B7AFF2

#B7AFF2
(183,175,242)
#BDB6F3
(189,182,243)
#C3BDF4
(195,189,244)
#C9C4F5
(201,196,245)
#CFCBF6
(207,203,246)
#D5D2F7
(213,210,247)
#DBD9F8
(219,217,248)
#E1E0F9
(225,224,249)
#E7E7FA
(231,231,250)
#EDEEFB
(237,238,251)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AFF2 color. Also use rgb(183,175,242) instead hex code.

Text Font Color

.myTextColor { color: #B7AFF2; }

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

This text font color is #B7AFF2.


Background Color

.myBgColor { background-color: #B7AFF2; }

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

This div background color is #B7AFF2.


Border color

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

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

This div border color is #B7AFF2.


Opacity

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

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

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

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

This text has shadow with #B7AFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AFF2 on black background.


Color preview on white background

This text has color #B7AFF2 on white background.



Black color preview on #B7AFF2 background

This text has black color on #B7AFF2 background.


White color preview on #B7AFF2 background

This text has white color on #B7AFF2 background.