COLOR #B3AFE5

HEX: #B3AFE5
RGB: (179,175,229)

Color info

#B3AFE5 contains red, green and blue colors in about the same proportion. Web safe color of #B3AFE5 is #9999CC (or #99C).

RGB color model

#B3AFE5 color RGB value is (179,175,229).

  • red value is 179;
  • green value is 175;
  • blue value is 229.
RGB:
(179,175,229)
(70%,69%,90%)

RGB channels and saturation

R 179 of 255 = 70%
G 175 of 255 = 69%
B 229 of 255 = 90%

179
175
229

R + G + B ~ 76%. #B3AFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 175 + 229 = 583 (100%)
R 179 of 583 ~ 30.7%
G 175 of 583 ~ 30.02%
B 229 of 583 ~ 39.28%

%30.7
%30.02
%39.28

CMYK color model

#B3AFE5 color CMYK value is (22,24,0,10).

  • cyan value is 21.83%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(22,24,0,10)
C22M24Y0K10 
(22%,24%,0%,10%)
(0.22/0.24/0.00/0.10)	

CMYK percentages

%21.83
%23.58
%0
%10.2

Codes

Color #B3AFE5 in popluar color models

B3AFE5
RGB179175229
HSL244°50.94%79.22%
HSB/HSV244°23.58%89.80%
CMYK21.83%23.58%0.00%
10.20%

Color #B3AFE5 in popluar number systems.

HEXB3AFE5
Decimal179175229
Binary101100111010111111100101
Octal263257345

Shades and tints

Shades of #B3AFE5

#B3AFE5
(179,175,229)
#A3A0D1
(163,160,209)
#9391BD
(147,145,189)
#8382A9
(131,130,169)
#737395
(115,115,149)
#636481
(99,100,129)
#53556D
(83,85,109)
#434659
(67,70,89)
#333745
(51,55,69)
#232831
(35,40,49)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #B3AFE5

#B3AFE5
(179,175,229)
#B9B6E7
(185,182,231)
#BFBDE9
(191,189,233)
#C5C4EB
(197,196,235)
#CBCBED
(203,203,237)
#D1D2EF
(209,210,239)
#D7D9F1
(215,217,241)
#DDE0F3
(221,224,243)
#E3E7F5
(227,231,245)
#E9EEF7
(233,238,247)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AFE5 color. Also use rgb(179,175,229) instead hex code.

Text Font Color

.myTextColor { color: #B3AFE5; }

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

This text font color is #B3AFE5.


Background Color

.myBgColor { background-color: #B3AFE5; }

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

This div background color is #B3AFE5.


Border color

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

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

This div border color is #B3AFE5.


Opacity

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

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

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

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

This text has shadow with #B3AFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AFE5 on black background.


Color preview on white background

This text has color #B3AFE5 on white background.



Black color preview on #B3AFE5 background

This text has black color on #B3AFE5 background.


White color preview on #B3AFE5 background

This text has white color on #B3AFE5 background.