COLOR #B4AFD1

HEX: #B4AFD1
RGB: (180,175,209)

Color info

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

RGB color model

#B4AFD1 color RGB value is (180,175,209).

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

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 209 of 255 = 82%

180
175
209

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

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 209 = 564 (100%)
R 180 of 564 ~ 31.91%
G 175 of 564 ~ 31.03%
B 209 of 564 ~ 37.06%

%31.91
%31.03
%37.06

CMYK color model

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

  • cyan value is 13.88%
  • 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

%13.88
%16.27
%0
%18.04

Codes

Color #B4AFD1 in popluar color models

B4AFD1
RGB180175209
HSL249°26.98%75.29%
HSB/HSV249°16.27%81.96%
CMYK13.88%16.27%0.00%
18.04%

Color #B4AFD1 in popluar number systems.

HEXB4AFD1
Decimal180175209
Binary101101001010111111010001
Octal264257321

Shades and tints

Shades of #B4AFD1

#B4AFD1
(180,175,209)
#A4A0BE
(164,160,190)
#9491AB
(148,145,171)
#848298
(132,130,152)
#747385
(116,115,133)
#646472
(100,100,114)
#54555F
(84,85,95)
#44464C
(68,70,76)
#343739
(52,55,57)
#242826
(36,40,38)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #B4AFD1

#B4AFD1
(180,175,209)
#BAB6D5
(186,182,213)
#C0BDD9
(192,189,217)
#C6C4DD
(198,196,221)
#CCCBE1
(204,203,225)
#D2D2E5
(210,210,229)
#D8D9E9
(216,217,233)
#DEE0ED
(222,224,237)
#E4E7F1
(228,231,241)
#EAEEF5
(234,238,245)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AFD1; }

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

This text font color is #B4AFD1.


Background Color

.myBgColor { background-color: #B4AFD1; }

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

This div background color is #B4AFD1.


Border color

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

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

This div border color is #B4AFD1.


Opacity

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

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

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

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

This text has shadow with #B4AFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AFD1 on black background.


Color preview on white background

This text has color #B4AFD1 on white background.



Black color preview on #B4AFD1 background

This text has black color on #B4AFD1 background.


White color preview on #B4AFD1 background

This text has white color on #B4AFD1 background.