COLOR #B6B1CB

HEX: #B6B1CB RGB: (182,177,203)

Color info

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

RGB color model

#B6B1CB color RGB value is (182,177,203).

RGB: (182,177,203) (71%, 69%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 177 of 255 = 69%
B 203 of 255 = 80%

182
177
203

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

Portions of RGB colors in percentages

R + G + B = 182 + 177 + 203 = 562 (100%)
R 182 of 562 ~ 32.38%
G 177 of 562 ~ 31.49%
B 203 of 562 ~ 36.12'%

%32.38
%31.49
%36.12

CMYK color model

#B6B1CB color CMYK value is (10,13,0,20).

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

CMYK: (10,13,0,20)
C10M13Y0K20 (10%, 13%, 0%, 20%)
(0.10 / 0.13 / 0.00 / 0.20)

CMYK percentages

%10.34
%12.81
%0
%20.39

Codes

Color #B6B1CB in popluar color models

B6 B1 CB
RGB 182 177 203
HSL 252° 20.00% 74.51%
HSB/HSV 252° 12.81% 79.61%
CMYK 10.34% 12.81% 0.00%
20.39%

Color #B6B1CB in popluar number systems.

HEX B6 B1 CB
Decimal 182 177 203
Binary 10110110 10110001 11001011
Octal 266 261 313

Shades and tints

Shades of #B6B1CB

#B6B1CB
(182,177,203)
#A6A1B9
(166,161,185)
#9691A7
(150,145,167)
#868195
(134,129,149)
#767183
(118,113,131)
#666171
(102,97,113)
#56515F
(86,81,95)
#46414D
(70,65,77)
#36313B
(54,49,59)
#262129
(38,33,41)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #B6B1CB

#B6B1CB
(182,177,203)
#BCB8CF
(188,184,207)
#C2BFD3
(194,191,211)
#C8C6D7
(200,198,215)
#CECDDB
(206,205,219)
#D4D4DF
(212,212,223)
#DADBE3
(218,219,227)
#E0E2E7
(224,226,231)
#E6E9EB
(230,233,235)
#ECF0EF
(236,240,239)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B1CB; }

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

This text font color is #B6B1CB.

Background Color

.myBgColor { background-color: #B6B1CB; }

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

This div background color is #B6B1CB.

Border color

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

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

This div border color is #B6B1CB.

Opacity

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

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

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

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

This text has shadow with #B6B1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B1CB.

Preview

Color preview on black background

This text has color #B6B1CB on black background.


Color preview on white background

This text has color #B6B1CB on white background.


Black color preview on #B6B1CB background

This text has black color on #B6B1CB background.


White color preview on #B6B1CB background

This text has white color on #B6B1CB background.


Related colors

Complementary color

Complementary color for #hex is #494E34.


I love getcolorcode.com

Triadic colors

1 #CBB6B1 and #B1CBB6 with #B6B1CB are triadic colors.

2 #CBB1B6 and #B1B6CB with #B6B1CB are triadic colors.