COLOR #B6A8CB

HEX: #B6A8CB RGB: (182,168,203)

Color info

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

RGB color model

#B6A8CB color RGB value is (182,168,203).

RGB: (182,168,203) (71%, 66%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 168 of 255 = 66%
B 203 of 255 = 80%

182
168
203

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

Portions of RGB colors in percentages

R + G + B = 182 + 168 + 203 = 553 (100%)
R 182 of 553 ~ 32.91%
G 168 of 553 ~ 30.38%
B 203 of 553 ~ 36.71'%

%32.91
%30.38
%36.71

CMYK color model

#B6A8CB color CMYK value is (10,17,0,20).

  • cyan value is 10.34%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (10,17,0,20)
C10M17Y0K20 (10%, 17%, 0%, 20%)
(0.10 / 0.17 / 0.00 / 0.20)

CMYK percentages

%10.34
%17.24
%0
%20.39

Codes

Color #B6A8CB in popluar color models

B6 A8 CB
RGB 182 168 203
HSL 264° 25.18% 72.75%
HSB/HSV 264° 17.24% 79.61%
CMYK 10.34% 17.24% 0.00%
20.39%

Color #B6A8CB in popluar number systems.

HEX B6 A8 CB
Decimal 182 168 203
Binary 10110110 10101000 11001011
Octal 266 250 313

Shades and tints

Shades of #B6A8CB

#B6A8CB
(182,168,203)
#A699B9
(166,153,185)
#968AA7
(150,138,167)
#867B95
(134,123,149)
#766C83
(118,108,131)
#665D71
(102,93,113)
#564E5F
(86,78,95)
#463F4D
(70,63,77)
#36303B
(54,48,59)
#262129
(38,33,41)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #B6A8CB

#B6A8CB
(182,168,203)
#BCAFCF
(188,175,207)
#C2B6D3
(194,182,211)
#C8BDD7
(200,189,215)
#CEC4DB
(206,196,219)
#D4CBDF
(212,203,223)
#DAD2E3
(218,210,227)
#E0D9E7
(224,217,231)
#E6E0EB
(230,224,235)
#ECE7EF
(236,231,239)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A8CB color. Also use rgb(182,168,203) instead hex code.

Text Font Color

.myTextColor { color: #B6A8CB; }

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

This text font color is #B6A8CB.

Background Color

.myBgColor { background-color: #B6A8CB; }

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

This div background color is #B6A8CB.

Border color

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

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

This div border color is #B6A8CB.

Opacity

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

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

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

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

This text has shadow with #B6A8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A8CB.

Preview

Color preview on black background

This text has color #B6A8CB on black background.


Color preview on white background

This text has color #B6A8CB on white background.


Black color preview on #B6A8CB background

This text has black color on #B6A8CB background.


White color preview on #B6A8CB background

This text has white color on #B6A8CB background.


Related colors

Complementary color

Complementary color for #hex is #495734.


I love getcolorcode.com

Triadic colors

1 #CBB6A8 and #A8CBB6 with #B6A8CB are triadic colors.

2 #CBA8B6 and #A8B6CB with #B6A8CB are triadic colors.