COLOR #B7AFBE

HEX: #B7AFBE
RGB: (183,175,190)

Color info

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

RGB color model

#B7AFBE color RGB value is (183,175,190).

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

RGB channels and saturation

R 183 of 255 = 72%
G 175 of 255 = 69%
B 190 of 255 = 75%

183
175
190

R + G + B ~ 72%. #B7AFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 175 + 190 = 548 (100%)
R 183 of 548 ~ 33.39%
G 175 of 548 ~ 31.93%
B 190 of 548 ~ 34.67%

%33.39
%31.93
%34.67

CMYK color model

#B7AFBE color CMYK value is (4,8,0,25).

  • cyan value is 3.68%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,8,0,25)
C4M8Y0K25 
(4%,8%,0%,25%)
(0.04/0.08/0.00/0.25)	

CMYK percentages

%3.68
%7.89
%0
%25.49

Codes

Color #B7AFBE in popluar color models

B7AFBE
RGB183175190
HSL272°10.34%71.57%
HSB/HSV272°7.89%74.51%
CMYK3.68%7.89%0.00%
25.49%

Color #B7AFBE in popluar number systems.

HEXB7AFBE
Decimal183175190
Binary101101111010111110111110
Octal267257276

Shades and tints

Shades of #B7AFBE

#B7AFBE
(183,175,190)
#A7A0AD
(167,160,173)
#97919C
(151,145,156)
#87828B
(135,130,139)
#77737A
(119,115,122)
#676469
(103,100,105)
#575558
(87,85,88)
#474647
(71,70,71)
#373736
(55,55,54)
#272825
(39,40,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #B7AFBE

#B7AFBE
(183,175,190)
#BDB6C3
(189,182,195)
#C3BDC8
(195,189,200)
#C9C4CD
(201,196,205)
#CFCBD2
(207,203,210)
#D5D2D7
(213,210,215)
#DBD9DC
(219,217,220)
#E1E0E1
(225,224,225)
#E7E7E6
(231,231,230)
#EDEEEB
(237,238,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AFBE; }

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

This text font color is #B7AFBE.


Background Color

.myBgColor { background-color: #B7AFBE; }

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

This div background color is #B7AFBE.


Border color

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

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

This div border color is #B7AFBE.


Opacity

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

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

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

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

This text has shadow with #B7AFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AFBE on black background.


Color preview on white background

This text has color #B7AFBE on white background.



Black color preview on #B7AFBE background

This text has black color on #B7AFBE background.


White color preview on #B7AFBE background

This text has white color on #B7AFBE background.