COLOR #B4AFCB

HEX: #B4AFCB
RGB: (180,175,203)

Color info

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

RGB color model

#B4AFCB color RGB value is (180,175,203).

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

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 203 of 255 = 80%

180
175
203

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

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 203 = 558 (100%)
R 180 of 558 ~ 32.26%
G 175 of 558 ~ 31.36%
B 203 of 558 ~ 36.38%

%32.26
%31.36
%36.38

CMYK color model

#B4AFCB color CMYK value is (11,14,0,20).

  • cyan value is 11.33%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,14,0,20)
C11M14Y0K20 
(11%,14%,0%,20%)
(0.11/0.14/0.00/0.20)	

CMYK percentages

%11.33
%13.79
%0
%20.39

Codes

Color #B4AFCB in popluar color models

B4AFCB
RGB180175203
HSL251°21.21%74.12%
HSB/HSV251°13.79%79.61%
CMYK11.33%13.79%0.00%
20.39%

Color #B4AFCB in popluar number systems.

HEXB4AFCB
Decimal180175203
Binary101101001010111111001011
Octal264257313

Shades and tints

Shades of #B4AFCB

#B4AFCB
(180,175,203)
#A4A0B9
(164,160,185)
#9491A7
(148,145,167)
#848295
(132,130,149)
#747383
(116,115,131)
#646471
(100,100,113)
#54555F
(84,85,95)
#44464D
(68,70,77)
#34373B
(52,55,59)
#242829
(36,40,41)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #B4AFCB

#B4AFCB
(180,175,203)
#BAB6CF
(186,182,207)
#C0BDD3
(192,189,211)
#C6C4D7
(198,196,215)
#CCCBDB
(204,203,219)
#D2D2DF
(210,210,223)
#D8D9E3
(216,217,227)
#DEE0E7
(222,224,231)
#E4E7EB
(228,231,235)
#EAEEEF
(234,238,239)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AFCB; }

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

This text font color is #B4AFCB.


Background Color

.myBgColor { background-color: #B4AFCB; }

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

This div background color is #B4AFCB.


Border color

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

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

This div border color is #B4AFCB.


Opacity

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

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

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

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

This text has shadow with #B4AFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AFCB on black background.


Color preview on white background

This text has color #B4AFCB on white background.



Black color preview on #B4AFCB background

This text has black color on #B4AFCB background.


White color preview on #B4AFCB background

This text has white color on #B4AFCB background.