COLOR #B3AFD1

HEX: #B3AFD1
RGB: (179,175,209)

Color info

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

RGB color model

#B3AFD1 color RGB value is (179,175,209).

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

RGB channels and saturation

R 179 of 255 = 70%
G 175 of 255 = 69%
B 209 of 255 = 82%

179
175
209

R + G + B ~ 74%. #B3AFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 175 + 209 = 563 (100%)
R 179 of 563 ~ 31.79%
G 175 of 563 ~ 31.08%
B 209 of 563 ~ 37.12%

%31.79
%31.08
%37.12

CMYK color model

#B3AFD1 color CMYK value is (14,16,0,18).

  • cyan value is 14.35%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(14,16,0,18)
C14M16Y0K18 
(14%,16%,0%,18%)
(0.14/0.16/0.00/0.18)	

CMYK percentages

%14.35
%16.27
%0
%18.04

Codes

Color #B3AFD1 in popluar color models

B3AFD1
RGB179175209
HSL247°26.98%75.29%
HSB/HSV247°16.27%81.96%
CMYK14.35%16.27%0.00%
18.04%

Color #B3AFD1 in popluar number systems.

HEXB3AFD1
Decimal179175209
Binary101100111010111111010001
Octal263257321

Shades and tints

Shades of #B3AFD1

#B3AFD1
(179,175,209)
#A3A0BE
(163,160,190)
#9391AB
(147,145,171)
#838298
(131,130,152)
#737385
(115,115,133)
#636472
(99,100,114)
#53555F
(83,85,95)
#43464C
(67,70,76)
#333739
(51,55,57)
#232826
(35,40,38)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #B3AFD1

#B3AFD1
(179,175,209)
#B9B6D5
(185,182,213)
#BFBDD9
(191,189,217)
#C5C4DD
(197,196,221)
#CBCBE1
(203,203,225)
#D1D2E5
(209,210,229)
#D7D9E9
(215,217,233)
#DDE0ED
(221,224,237)
#E3E7F1
(227,231,241)
#E9EEF5
(233,238,245)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AFD1; }

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

This text font color is #B3AFD1.


Background Color

.myBgColor { background-color: #B3AFD1; }

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

This div background color is #B3AFD1.


Border color

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

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

This div border color is #B3AFD1.


Opacity

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

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

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

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

This text has shadow with #B3AFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AFD1 on black background.


Color preview on white background

This text has color #B3AFD1 on white background.



Black color preview on #B3AFD1 background

This text has black color on #B3AFD1 background.


White color preview on #B3AFD1 background

This text has white color on #B3AFD1 background.