COLOR #B7B6CA

HEX: #B7B6CA RGB: (183,182,202)

Color info

#B7B6CA contains red, green and blue colors in about the same proportion. Web safe color of #B7B6CA is #CCCCCC (or #CCC).

RGB color model

#B7B6CA color RGB value is (183,182,202).

RGB: (183,182,202) (72%, 71%, 79%)

RGB channels and saturation

R 183 of 255 = 72%
G 182 of 255 = 71%
B 202 of 255 = 79%

183
182
202

R + G + B ~ 74%. #B7B6CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 182 + 202 = 567 (100%)
R 183 of 567 ~ 32.28%
G 182 of 567 ~ 32.1%
B 202 of 567 ~ 35.63'%

%32.28
%32.1
%35.63

CMYK color model

#B7B6CA color CMYK value is (9,10,0,21).

  • cyan value is 9.41%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (9,10,0,21) C9M10Y0K21 (9%,10%,0%,21%) (0.09/0.10/0.00/0.21) 

CMYK percentages

%9.41
%9.9
%0
%20.78

Codes

Color #B7B6CA in popluar color models

B7 B6 CA
RGB 183 182 202
HSL 243° 15.87% 75.29%
HSB/HSV 243° 9.90% 79.22%
CMYK 9.41% 9.90% 0.00%
20.78%

Color #B7B6CA in popluar number systems.

HEX B7 B6 CA
Decimal 183 182 202
Binary 10110111 10110110 11001010
Octal 267 266 312

Shades and tints

Shades of #B7B6CA

#B7B6CA
(183,182,202)
#A7A6B8
(167,166,184)
#9796A6
(151,150,166)
#878694
(135,134,148)
#777682
(119,118,130)
#676670
(103,102,112)
#57565E
(87,86,94)
#47464C
(71,70,76)
#37363A
(55,54,58)
#272628
(39,38,40)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #B7B6CA

#B7B6CA
(183,182,202)
#BDBCCE
(189,188,206)
#C3C2D2
(195,194,210)
#C9C8D6
(201,200,214)
#CFCEDA
(207,206,218)
#D5D4DE
(213,212,222)
#DBDAE2
(219,218,226)
#E1E0E6
(225,224,230)
#E7E6EA
(231,230,234)
#EDECEE
(237,236,238)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B6CA color. Also use rgb(183,182,202) instead hex code.

Text Font Color

.myTextColor { color: #B7B6CA; }

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

This text font color is #B7B6CA.

Background Color

.myBgColor { background-color: #B7B6CA; }

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

This div background color is #B7B6CA.

Border color

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

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

This div border color is #B7B6CA.

Opacity

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

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

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

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

This text has shadow with #B7B6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B6CA.

Preview

Color preview on black background

This text has color #B7B6CA on black background.


Color preview on white background

This text has color #B7B6CA on white background.


Black color preview on #B7B6CA background

This text has black color on #B7B6CA background.


White color preview on #B7B6CA background

This text has white color on #B7B6CA background.


Related colors

Complementary color

Complementary color for #hex is #484935.


I love getcolorcode.com

Triadic colors

1 #CAB7B6 and #B6CAB7 with #B7B6CA are triadic colors.

2 #CAB6B7 and #B6B7CA with #B7B6CA are triadic colors.