COLOR #B6AFBE

HEX: #B6AFBE
RGB: (182,175,190)

Color info

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

RGB color model

#B6AFBE color RGB value is (182,175,190).

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

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 190 of 255 = 75%

182
175
190

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

Portions of RGB colors in percentages

R + G + B =
182 + 175 + 190 = 547 (100%)
R 182 of 547 ~ 33.27%
G 175 of 547 ~ 31.99%
B 190 of 547 ~ 34.73%

%33.27
%31.99
%34.73

CMYK color model

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

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

%4.21
%7.89
%0
%25.49

Codes

Color #B6AFBE in popluar color models

B6AFBE
RGB182175190
HSL268°10.34%71.57%
HSB/HSV268°7.89%74.51%
CMYK4.21%7.89%0.00%
25.49%

Color #B6AFBE in popluar number systems.

HEXB6AFBE
Decimal182175190
Binary101101101010111110111110
Octal266257276

Shades and tints

Shades of #B6AFBE

#B6AFBE
(182,175,190)
#A6A0AD
(166,160,173)
#96919C
(150,145,156)
#86828B
(134,130,139)
#76737A
(118,115,122)
#666469
(102,100,105)
#565558
(86,85,88)
#464647
(70,70,71)
#363736
(54,55,54)
#262825
(38,40,37)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #B6AFBE

#B6AFBE
(182,175,190)
#BCB6C3
(188,182,195)
#C2BDC8
(194,189,200)
#C8C4CD
(200,196,205)
#CECBD2
(206,203,210)
#D4D2D7
(212,210,215)
#DAD9DC
(218,217,220)
#E0E0E1
(224,224,225)
#E6E7E6
(230,231,230)
#ECEEEB
(236,238,235)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AFBE; }

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

This text font color is #B6AFBE.


Background Color

.myBgColor { background-color: #B6AFBE; }

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

This div background color is #B6AFBE.


Border color

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

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

This div border color is #B6AFBE.


Opacity

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

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

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

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

This text has shadow with #B6AFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AFBE on black background.


Color preview on white background

This text has color #B6AFBE on white background.



Black color preview on #B6AFBE background

This text has black color on #B6AFBE background.


White color preview on #B6AFBE background

This text has white color on #B6AFBE background.