COLOR #B4AFBC

HEX: #B4AFBC
RGB: (180,175,188)

Color info

#B4AFBC contains red, green and blue colors in about the same proportion. Web safe color of #B4AFBC is #CC99CC (or #C9C).

RGB color model

#B4AFBC color RGB value is (180,175,188).

  • red value is 180;
  • green value is 175;
  • blue value is 188.
RGB:
(180,175,188)
(71%,69%,74%)

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 188 of 255 = 74%

180
175
188

R + G + B ~ 71%. #B4AFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 188 = 543 (100%)
R 180 of 543 ~ 33.15%
G 175 of 543 ~ 32.23%
B 188 of 543 ~ 34.62%

%33.15
%32.23
%34.62

CMYK color model

#B4AFBC color CMYK value is (4,7,0,26).

  • cyan value is 4.26%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(4,7,0,26)
C4M7Y0K26 
(4%,7%,0%,26%)
(0.04/0.07/0.00/0.26)	

CMYK percentages

%4.26
%6.91
%0
%26.27

Codes

Color #B4AFBC in popluar color models

B4AFBC
RGB180175188
HSL263°8.84%71.18%
HSB/HSV263°6.91%73.73%
CMYK4.26%6.91%0.00%
26.27%

Color #B4AFBC in popluar number systems.

HEXB4AFBC
Decimal180175188
Binary101101001010111110111100
Octal264257274

Shades and tints

Shades of #B4AFBC

#B4AFBC
(180,175,188)
#A4A0AB
(164,160,171)
#94919A
(148,145,154)
#848289
(132,130,137)
#747378
(116,115,120)
#646467
(100,100,103)
#545556
(84,85,86)
#444645
(68,70,69)
#343734
(52,55,52)
#242823
(36,40,35)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #B4AFBC

#B4AFBC
(180,175,188)
#BAB6C2
(186,182,194)
#C0BDC8
(192,189,200)
#C6C4CE
(198,196,206)
#CCCBD4
(204,203,212)
#D2D2DA
(210,210,218)
#D8D9E0
(216,217,224)
#DEE0E6
(222,224,230)
#E4E7EC
(228,231,236)
#EAEEF2
(234,238,242)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AFBC color. Also use rgb(180,175,188) instead hex code.

Text Font Color

.myTextColor { color: #B4AFBC; }

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

This text font color is #B4AFBC.


Background Color

.myBgColor { background-color: #B4AFBC; }

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

This div background color is #B4AFBC.


Border color

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

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

This div border color is #B4AFBC.


Opacity

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

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

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

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

This text has shadow with #B4AFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AFBC on black background.


Color preview on white background

This text has color #B4AFBC on white background.



Black color preview on #B4AFBC background

This text has black color on #B4AFBC background.


White color preview on #B4AFBC background

This text has white color on #B4AFBC background.