COLOR #B6AFC2

HEX: #B6AFC2
RGB: (182,175,194)

Color info

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

RGB color model

#B6AFC2 color RGB value is (182,175,194).

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

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 194 of 255 = 76%

182
175
194

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

Portions of RGB colors in percentages

R + G + B =
182 + 175 + 194 = 551 (100%)
R 182 of 551 ~ 33.03%
G 175 of 551 ~ 31.76%
B 194 of 551 ~ 35.21%

%33.03
%31.76
%35.21

CMYK color model

#B6AFC2 color CMYK value is (6,10,0,24).

  • cyan value is 6.19%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(6,10,0,24)
C6M10Y0K24 
(6%,10%,0%,24%)
(0.06/0.10/0.00/0.24)	

CMYK percentages

%6.19
%9.79
%0
%23.92

Codes

Color #B6AFC2 in popluar color models

B6AFC2
RGB182175194
HSL262°13.48%72.35%
HSB/HSV262°9.79%76.08%
CMYK6.19%9.79%0.00%
23.92%

Color #B6AFC2 in popluar number systems.

HEXB6AFC2
Decimal182175194
Binary101101101010111111000010
Octal266257302

Shades and tints

Shades of #B6AFC2

#B6AFC2
(182,175,194)
#A6A0B1
(166,160,177)
#9691A0
(150,145,160)
#86828F
(134,130,143)
#76737E
(118,115,126)
#66646D
(102,100,109)
#56555C
(86,85,92)
#46464B
(70,70,75)
#36373A
(54,55,58)
#262829
(38,40,41)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #B6AFC2

#B6AFC2
(182,175,194)
#BCB6C7
(188,182,199)
#C2BDCC
(194,189,204)
#C8C4D1
(200,196,209)
#CECBD6
(206,203,214)
#D4D2DB
(212,210,219)
#DAD9E0
(218,217,224)
#E0E0E5
(224,224,229)
#E6E7EA
(230,231,234)
#ECEEEF
(236,238,239)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AFC2; }

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

This text font color is #B6AFC2.


Background Color

.myBgColor { background-color: #B6AFC2; }

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

This div background color is #B6AFC2.


Border color

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

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

This div border color is #B6AFC2.


Opacity

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

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

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

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

This text has shadow with #B6AFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AFC2 on black background.


Color preview on white background

This text has color #B6AFC2 on white background.



Black color preview on #B6AFC2 background

This text has black color on #B6AFC2 background.


White color preview on #B6AFC2 background

This text has white color on #B6AFC2 background.