COLOR #B6AFC8

HEX: #B6AFC8 RGB: (182,175,200)

Color info

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

RGB color model

#B6AFC8 color RGB value is (182,175,200).

RGB: (182,175,200) (71%, 69%, 78%)

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 200 of 255 = 78%

182
175
200

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

Portions of RGB colors in percentages

R + G + B = 182 + 175 + 200 = 557 (100%)
R 182 of 557 ~ 32.68%
G 175 of 557 ~ 31.42%
B 200 of 557 ~ 35.91'%

%32.68
%31.42
%35.91

CMYK color model

#B6AFC8 color CMYK value is (9,13,0,22).

  • cyan value is 9.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (9,13,0,22)
C9M13Y0K22 (9%, 13%, 0%, 22%)
(0.09 / 0.13 / 0.00 / 0.22)

CMYK percentages

%9
%12.5
%0
%21.57

Codes

Color #B6AFC8 in popluar color models

B6 AF C8
RGB 182 175 200
HSL 257° 18.52% 73.53%
HSB/HSV 257° 12.50% 78.43%
CMYK 9.00% 12.50% 0.00%
21.57%

Color #B6AFC8 in popluar number systems.

HEX B6 AF C8
Decimal 182 175 200
Binary 10110110 10101111 11001000
Octal 266 257 310

Shades and tints

Shades of #B6AFC8

#B6AFC8
(182,175,200)
#A6A0B6
(166,160,182)
#9691A4
(150,145,164)
#868292
(134,130,146)
#767380
(118,115,128)
#66646E
(102,100,110)
#56555C
(86,85,92)
#46464A
(70,70,74)
#363738
(54,55,56)
#262826
(38,40,38)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #B6AFC8

#B6AFC8
(182,175,200)
#BCB6CD
(188,182,205)
#C2BDD2
(194,189,210)
#C8C4D7
(200,196,215)
#CECBDC
(206,203,220)
#D4D2E1
(212,210,225)
#DAD9E6
(218,217,230)
#E0E0EB
(224,224,235)
#E6E7F0
(230,231,240)
#ECEEF5
(236,238,245)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AFC8; }

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

This text font color is #B6AFC8.

Background Color

.myBgColor { background-color: #B6AFC8; }

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

This div background color is #B6AFC8.

Border color

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

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

This div border color is #B6AFC8.

Opacity

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

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

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

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

This text has shadow with #B6AFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AFC8.

Preview

Color preview on black background

This text has color #B6AFC8 on black background.


Color preview on white background

This text has color #B6AFC8 on white background.


Black color preview on #B6AFC8 background

This text has black color on #B6AFC8 background.


White color preview on #B6AFC8 background

This text has white color on #B6AFC8 background.


Related colors

Complementary color

Complementary color for #hex is #495037.


I love getcolorcode.com

Triadic colors

1 #C8B6AF and #AFC8B6 with #B6AFC8 are triadic colors.

2 #C8AFB6 and #AFB6C8 with #B6AFC8 are triadic colors.