COLOR #B4AFD7

HEX: #B4AFD7
RGB: (180,175,215)

Color info

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

RGB color model

#B4AFD7 color RGB value is (180,175,215).

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

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 215 of 255 = 84%

180
175
215

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

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 215 = 570 (100%)
R 180 of 570 ~ 31.58%
G 175 of 570 ~ 30.7%
B 215 of 570 ~ 37.72%

%31.58
%30.7
%37.72

CMYK color model

#B4AFD7 color CMYK value is (16,19,0,16).

  • cyan value is 16.28%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,19,0,16)
C16M19Y0K16 
(16%,19%,0%,16%)
(0.16/0.19/0.00/0.16)	

CMYK percentages

%16.28
%18.6
%0
%15.69

Codes

Color #B4AFD7 in popluar color models

B4AFD7
RGB180175215
HSL248°33.33%76.47%
HSB/HSV248°18.60%84.31%
CMYK16.28%18.60%0.00%
15.69%

Color #B4AFD7 in popluar number systems.

HEXB4AFD7
Decimal180175215
Binary101101001010111111010111
Octal264257327

Shades and tints

Shades of #B4AFD7

#B4AFD7
(180,175,215)
#A4A0C4
(164,160,196)
#9491B1
(148,145,177)
#84829E
(132,130,158)
#74738B
(116,115,139)
#646478
(100,100,120)
#545565
(84,85,101)
#444652
(68,70,82)
#34373F
(52,55,63)
#24282C
(36,40,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #B4AFD7

#B4AFD7
(180,175,215)
#BAB6DA
(186,182,218)
#C0BDDD
(192,189,221)
#C6C4E0
(198,196,224)
#CCCBE3
(204,203,227)
#D2D2E6
(210,210,230)
#D8D9E9
(216,217,233)
#DEE0EC
(222,224,236)
#E4E7EF
(228,231,239)
#EAEEF2
(234,238,242)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AFD7; }

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

This text font color is #B4AFD7.


Background Color

.myBgColor { background-color: #B4AFD7; }

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

This div background color is #B4AFD7.


Border color

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

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

This div border color is #B4AFD7.


Opacity

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

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

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

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

This text has shadow with #B4AFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AFD7 on black background.


Color preview on white background

This text has color #B4AFD7 on white background.



Black color preview on #B4AFD7 background

This text has black color on #B4AFD7 background.


White color preview on #B4AFD7 background

This text has white color on #B4AFD7 background.