COLOR #B5AFEE

HEX: #B5AFEE
RGB: (181,175,238)

Color info

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

RGB color model

#B5AFEE color RGB value is (181,175,238).

  • red value is 181;
  • green value is 175;
  • blue value is 238.
RGB:
(181,175,238)
(71%,69%,93%)

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 238 of 255 = 93%

181
175
238

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

Portions of RGB colors in percentages

R + G + B =
181 + 175 + 238 = 594 (100%)
R 181 of 594 ~ 30.47%
G 175 of 594 ~ 29.46%
B 238 of 594 ~ 40.07%

%30.47
%29.46
%40.07

CMYK color model

#B5AFEE color CMYK value is (24,26,0,7).

  • cyan value is 23.95%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,26,0,7)
C24M26Y0K7 
(24%,26%,0%,7%)
(0.24/0.26/0.00/0.07)	

CMYK percentages

%23.95
%26.47
%0
%6.67

Codes

Color #B5AFEE in popluar color models

B5AFEE
RGB181175238
HSL246°64.95%80.98%
HSB/HSV246°26.47%93.33%
CMYK23.95%26.47%0.00%
6.67%

Color #B5AFEE in popluar number systems.

HEXB5AFEE
Decimal181175238
Binary101101011010111111101110
Octal265257356

Shades and tints

Shades of #B5AFEE

#B5AFEE
(181,175,238)
#A5A0D9
(165,160,217)
#9591C4
(149,145,196)
#8582AF
(133,130,175)
#75739A
(117,115,154)
#656485
(101,100,133)
#555570
(85,85,112)
#45465B
(69,70,91)
#353746
(53,55,70)
#252831
(37,40,49)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #B5AFEE

#B5AFEE
(181,175,238)
#BBB6EF
(187,182,239)
#C1BDF0
(193,189,240)
#C7C4F1
(199,196,241)
#CDCBF2
(205,203,242)
#D3D2F3
(211,210,243)
#D9D9F4
(217,217,244)
#DFE0F5
(223,224,245)
#E5E7F6
(229,231,246)
#EBEEF7
(235,238,247)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AFEE color. Also use rgb(181,175,238) instead hex code.

Text Font Color

.myTextColor { color: #B5AFEE; }

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

This text font color is #B5AFEE.


Background Color

.myBgColor { background-color: #B5AFEE; }

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

This div background color is #B5AFEE.


Border color

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

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

This div border color is #B5AFEE.


Opacity

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

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

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

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

This text has shadow with #B5AFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AFEE on black background.


Color preview on white background

This text has color #B5AFEE on white background.



Black color preview on #B5AFEE background

This text has black color on #B5AFEE background.


White color preview on #B5AFEE background

This text has white color on #B5AFEE background.