COLOR #B7B6CD

HEX: #B7B6CD RGB: (183,182,205)

Color info

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

RGB color model

#B7B6CD color RGB value is (183,182,205).

RGB: (183,182,205) (72%, 71%, 80%)

RGB channels and saturation

R 183 of 255 = 72%
G 182 of 255 = 71%
B 205 of 255 = 80%

183
182
205

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

Portions of RGB colors in percentages

R + G + B = 183 + 182 + 205 = 570 (100%)
R 183 of 570 ~ 32.11%
G 182 of 570 ~ 31.93%
B 205 of 570 ~ 35.96'%

%32.11
%31.93
%35.96

CMYK color model

#B7B6CD color CMYK value is (11,11,0,20).

  • cyan value is 10.73%
  • magenta value is 11.22%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (11,11,0,20)
C11M11Y0K20 (11%, 11%, 0%, 20%)
(0.11 / 0.11 / 0.00 / 0.20)

CMYK percentages

%10.73
%11.22
%0
%19.61

Codes

Color #B7B6CD in popluar color models

B7 B6 CD
RGB 183 182 205
HSL 243° 18.70% 75.88%
HSB/HSV 243° 11.22% 80.39%
CMYK 10.73% 11.22% 0.00%
19.61%

Color #B7B6CD in popluar number systems.

HEX B7 B6 CD
Decimal 183 182 205
Binary 10110111 10110110 11001101
Octal 267 266 315

Shades and tints

Shades of #B7B6CD

#B7B6CD
(183,182,205)
#A7A6BB
(167,166,187)
#9796A9
(151,150,169)
#878697
(135,134,151)
#777685
(119,118,133)
#676673
(103,102,115)
#575661
(87,86,97)
#47464F
(71,70,79)
#37363D
(55,54,61)
#27262B
(39,38,43)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #B7B6CD

#B7B6CD
(183,182,205)
#BDBCD1
(189,188,209)
#C3C2D5
(195,194,213)
#C9C8D9
(201,200,217)
#CFCEDD
(207,206,221)
#D5D4E1
(213,212,225)
#DBDAE5
(219,218,229)
#E1E0E9
(225,224,233)
#E7E6ED
(231,230,237)
#EDECF1
(237,236,241)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B6CD; }

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

This text font color is #B7B6CD.

Background Color

.myBgColor { background-color: #B7B6CD; }

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

This div background color is #B7B6CD.

Border color

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

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

This div border color is #B7B6CD.

Opacity

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

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

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

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

This text has shadow with #B7B6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B6CD.

Preview

Color preview on black background

This text has color #B7B6CD on black background.


Color preview on white background

This text has color #B7B6CD on white background.


Black color preview on #B7B6CD background

This text has black color on #B7B6CD background.


White color preview on #B7B6CD background

This text has white color on #B7B6CD background.


Related colors

Complementary color

Complementary color for #hex is #484932.


I love getcolorcode.com

Triadic colors

1 #CDB7B6 and #B6CDB7 with #B7B6CD are triadic colors.

2 #CDB6B7 and #B6B7CD with #B7B6CD are triadic colors.