COLOR #B3AFCB

HEX: #B3AFCB
RGB: (179,175,203)

Color info

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

RGB color model

#B3AFCB color RGB value is (179,175,203).

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

RGB channels and saturation

R 179 of 255 = 70%
G 175 of 255 = 69%
B 203 of 255 = 80%

179
175
203

R + G + B ~ 73%. #B3AFCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 175 + 203 = 557 (100%)
R 179 of 557 ~ 32.14%
G 175 of 557 ~ 31.42%
B 203 of 557 ~ 36.45%

%32.14
%31.42
%36.45

CMYK color model

#B3AFCB color CMYK value is (12,14,0,20).

  • cyan value is 11.82%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,14,0,20)
C12M14Y0K20 
(12%,14%,0%,20%)
(0.12/0.14/0.00/0.20)	

CMYK percentages

%11.82
%13.79
%0
%20.39

Codes

Color #B3AFCB in popluar color models

B3AFCB
RGB179175203
HSL249°21.21%74.12%
HSB/HSV249°13.79%79.61%
CMYK11.82%13.79%0.00%
20.39%

Color #B3AFCB in popluar number systems.

HEXB3AFCB
Decimal179175203
Binary101100111010111111001011
Octal263257313

Shades and tints

Shades of #B3AFCB

#B3AFCB
(179,175,203)
#A3A0B9
(163,160,185)
#9391A7
(147,145,167)
#838295
(131,130,149)
#737383
(115,115,131)
#636471
(99,100,113)
#53555F
(83,85,95)
#43464D
(67,70,77)
#33373B
(51,55,59)
#232829
(35,40,41)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #B3AFCB

#B3AFCB
(179,175,203)
#B9B6CF
(185,182,207)
#BFBDD3
(191,189,211)
#C5C4D7
(197,196,215)
#CBCBDB
(203,203,219)
#D1D2DF
(209,210,223)
#D7D9E3
(215,217,227)
#DDE0E7
(221,224,231)
#E3E7EB
(227,231,235)
#E9EEEF
(233,238,239)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AFCB; }

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

This text font color is #B3AFCB.


Background Color

.myBgColor { background-color: #B3AFCB; }

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

This div background color is #B3AFCB.


Border color

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

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

This div border color is #B3AFCB.


Opacity

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

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

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

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

This text has shadow with #B3AFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AFCB on black background.


Color preview on white background

This text has color #B3AFCB on white background.



Black color preview on #B3AFCB background

This text has black color on #B3AFCB background.


White color preview on #B3AFCB background

This text has white color on #B3AFCB background.