COLOR #B4AFD9

HEX: #B4AFD9
RGB: (180,175,217)

Color info

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

RGB color model

#B4AFD9 color RGB value is (180,175,217).

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

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 217 of 255 = 85%

180
175
217

R + G + B ~ 75%. #B4AFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 217 = 572 (100%)
R 180 of 572 ~ 31.47%
G 175 of 572 ~ 30.59%
B 217 of 572 ~ 37.94%

%31.47
%30.59
%37.94

CMYK color model

#B4AFD9 color CMYK value is (17,19,0,15).

  • cyan value is 17.05%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(17,19,0,15)
C17M19Y0K15 
(17%,19%,0%,15%)
(0.17/0.19/0.00/0.15)	

CMYK percentages

%17.05
%19.35
%0
%14.9

Codes

Color #B4AFD9 in popluar color models

B4AFD9
RGB180175217
HSL247°35.59%76.86%
HSB/HSV247°19.35%85.10%
CMYK17.05%19.35%0.00%
14.90%

Color #B4AFD9 in popluar number systems.

HEXB4AFD9
Decimal180175217
Binary101101001010111111011001
Octal264257331

Shades and tints

Shades of #B4AFD9

#B4AFD9
(180,175,217)
#A4A0C6
(164,160,198)
#9491B3
(148,145,179)
#8482A0
(132,130,160)
#74738D
(116,115,141)
#64647A
(100,100,122)
#545567
(84,85,103)
#444654
(68,70,84)
#343741
(52,55,65)
#24282E
(36,40,46)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #B4AFD9

#B4AFD9
(180,175,217)
#BAB6DC
(186,182,220)
#C0BDDF
(192,189,223)
#C6C4E2
(198,196,226)
#CCCBE5
(204,203,229)
#D2D2E8
(210,210,232)
#D8D9EB
(216,217,235)
#DEE0EE
(222,224,238)
#E4E7F1
(228,231,241)
#EAEEF4
(234,238,244)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AFD9; }

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

This text font color is #B4AFD9.


Background Color

.myBgColor { background-color: #B4AFD9; }

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

This div background color is #B4AFD9.


Border color

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

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

This div border color is #B4AFD9.


Opacity

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

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

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

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

This text has shadow with #B4AFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AFD9 on black background.


Color preview on white background

This text has color #B4AFD9 on white background.



Black color preview on #B4AFD9 background

This text has black color on #B4AFD9 background.


White color preview on #B4AFD9 background

This text has white color on #B4AFD9 background.