COLOR #B7AFC9

HEX: #B7AFC9
RGB: (183,175,201)

Color info

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

RGB color model

#B7AFC9 color RGB value is (183,175,201).

  • red value is 183;
  • green value is 175;
  • blue value is 201.
RGB:
(183,175,201)
(72%,69%,79%)

RGB channels and saturation

R 183 of 255 = 72%
G 175 of 255 = 69%
B 201 of 255 = 79%

183
175
201

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

Portions of RGB colors in percentages

R + G + B =
183 + 175 + 201 = 559 (100%)
R 183 of 559 ~ 32.74%
G 175 of 559 ~ 31.31%
B 201 of 559 ~ 35.96%

%32.74
%31.31
%35.96

CMYK color model

#B7AFC9 color CMYK value is (9,13,0,21).

  • cyan value is 8.96%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(9,13,0,21)
C9M13Y0K21 
(9%,13%,0%,21%)
(0.09/0.13/0.00/0.21)	

CMYK percentages

%8.96
%12.94
%0
%21.18

Codes

Color #B7AFC9 in popluar color models

B7AFC9
RGB183175201
HSL258°19.40%73.73%
HSB/HSV258°12.94%78.82%
CMYK8.96%12.94%0.00%
21.18%

Color #B7AFC9 in popluar number systems.

HEXB7AFC9
Decimal183175201
Binary101101111010111111001001
Octal267257311

Shades and tints

Shades of #B7AFC9

#B7AFC9
(183,175,201)
#A7A0B7
(167,160,183)
#9791A5
(151,145,165)
#878293
(135,130,147)
#777381
(119,115,129)
#67646F
(103,100,111)
#57555D
(87,85,93)
#47464B
(71,70,75)
#373739
(55,55,57)
#272827
(39,40,39)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #B7AFC9

#B7AFC9
(183,175,201)
#BDB6CD
(189,182,205)
#C3BDD1
(195,189,209)
#C9C4D5
(201,196,213)
#CFCBD9
(207,203,217)
#D5D2DD
(213,210,221)
#DBD9E1
(219,217,225)
#E1E0E5
(225,224,229)
#E7E7E9
(231,231,233)
#EDEEED
(237,238,237)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AFC9 color. Also use rgb(183,175,201) instead hex code.

Text Font Color

.myTextColor { color: #B7AFC9; }

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

This text font color is #B7AFC9.


Background Color

.myBgColor { background-color: #B7AFC9; }

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

This div background color is #B7AFC9.


Border color

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

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

This div border color is #B7AFC9.


Opacity

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

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

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

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

This text has shadow with #B7AFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AFC9 on black background.


Color preview on white background

This text has color #B7AFC9 on white background.



Black color preview on #B7AFC9 background

This text has black color on #B7AFC9 background.


White color preview on #B7AFC9 background

This text has white color on #B7AFC9 background.