COLOR #B7AFED

HEX: #B7AFED
RGB: (183,175,237)

Color info

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

RGB color model

#B7AFED color RGB value is (183,175,237).

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

RGB channels and saturation

R 183 of 255 = 72%
G 175 of 255 = 69%
B 237 of 255 = 93%

183
175
237

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

Portions of RGB colors in percentages

R + G + B =
183 + 175 + 237 = 595 (100%)
R 183 of 595 ~ 30.76%
G 175 of 595 ~ 29.41%
B 237 of 595 ~ 39.83%

%30.76
%29.41
%39.83

CMYK color model

#B7AFED color CMYK value is (23,26,0,7).

  • cyan value is 22.78%
  • magenta value is 26.16%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(23,26,0,7)
C23M26Y0K7 
(23%,26%,0%,7%)
(0.23/0.26/0.00/0.07)	

CMYK percentages

%22.78
%26.16
%0
%7.06

Codes

Color #B7AFED in popluar color models

B7AFED
RGB183175237
HSL248°63.27%80.78%
HSB/HSV248°26.16%92.94%
CMYK22.78%26.16%0.00%
7.06%

Color #B7AFED in popluar number systems.

HEXB7AFED
Decimal183175237
Binary101101111010111111101101
Octal267257355

Shades and tints

Shades of #B7AFED

#B7AFED
(183,175,237)
#A7A0D8
(167,160,216)
#9791C3
(151,145,195)
#8782AE
(135,130,174)
#777399
(119,115,153)
#676484
(103,100,132)
#57556F
(87,85,111)
#47465A
(71,70,90)
#373745
(55,55,69)
#272830
(39,40,48)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #B7AFED

#B7AFED
(183,175,237)
#BDB6EE
(189,182,238)
#C3BDEF
(195,189,239)
#C9C4F0
(201,196,240)
#CFCBF1
(207,203,241)
#D5D2F2
(213,210,242)
#DBD9F3
(219,217,243)
#E1E0F4
(225,224,244)
#E7E7F5
(231,231,245)
#EDEEF6
(237,238,246)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AFED; }

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

This text font color is #B7AFED.


Background Color

.myBgColor { background-color: #B7AFED; }

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

This div background color is #B7AFED.


Border color

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

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

This div border color is #B7AFED.


Opacity

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

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

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

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

This text has shadow with #B7AFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AFED on black background.


Color preview on white background

This text has color #B7AFED on white background.



Black color preview on #B7AFED background

This text has black color on #B7AFED background.


White color preview on #B7AFED background

This text has white color on #B7AFED background.