COLOR #B6ABCF

HEX: #B6ABCF RGB: (182,171,207)

Color info

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

RGB color model

#B6ABCF color RGB value is (182,171,207).

RGB: (182,171,207) (71%, 67%, 81%)

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 207 of 255 = 81%

182
171
207

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

Portions of RGB colors in percentages

R + G + B = 182 + 171 + 207 = 560 (100%)
R 182 of 560 ~ 32.5%
G 171 of 560 ~ 30.54%
B 207 of 560 ~ 36.96'%

%32.5
%30.54
%36.96

CMYK color model

#B6ABCF color CMYK value is (12,17,0,19).

  • cyan value is 12.08%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (12,17,0,19)
C12M17Y0K19 (12%, 17%, 0%, 19%)
(0.12 / 0.17 / 0.00 / 0.19)

CMYK percentages

%12.08
%17.39
%0
%18.82

Codes

Color #B6ABCF in popluar color models

B6 AB CF
RGB 182 171 207
HSL 258° 27.27% 74.12%
HSB/HSV 258° 17.39% 81.18%
CMYK 12.08% 17.39% 0.00%
18.82%

Color #B6ABCF in popluar number systems.

HEX B6 AB CF
Decimal 182 171 207
Binary 10110110 10101011 11001111
Octal 266 253 317

Shades and tints

Shades of #B6ABCF

#B6ABCF
(182,171,207)
#A69CBD
(166,156,189)
#968DAB
(150,141,171)
#867E99
(134,126,153)
#766F87
(118,111,135)
#666075
(102,96,117)
#565163
(86,81,99)
#464251
(70,66,81)
#36333F
(54,51,63)
#26242D
(38,36,45)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #B6ABCF

#B6ABCF
(182,171,207)
#BCB2D3
(188,178,211)
#C2B9D7
(194,185,215)
#C8C0DB
(200,192,219)
#CEC7DF
(206,199,223)
#D4CEE3
(212,206,227)
#DAD5E7
(218,213,231)
#E0DCEB
(224,220,235)
#E6E3EF
(230,227,239)
#ECEAF3
(236,234,243)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6ABCF color. Also use rgb(182,171,207) instead hex code.

Text Font Color

.myTextColor { color: #B6ABCF; }

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

This text font color is #B6ABCF.

Background Color

.myBgColor { background-color: #B6ABCF; }

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

This div background color is #B6ABCF.

Border color

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

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

This div border color is #B6ABCF.

Opacity

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

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

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

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

This text has shadow with #B6ABCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ABCF.

Preview

Color preview on black background

This text has color #B6ABCF on black background.


Color preview on white background

This text has color #B6ABCF on white background.


Black color preview on #B6ABCF background

This text has black color on #B6ABCF background.


White color preview on #B6ABCF background

This text has white color on #B6ABCF background.


Related colors

Complementary color

Complementary color for #hex is #495430.


I love getcolorcode.com

Triadic colors

1 #CFB6AB and #ABCFB6 with #B6ABCF are triadic colors.

2 #CFABB6 and #ABB6CF with #B6ABCF are triadic colors.