COLOR #B8B6CD

HEX: #B8B6CD RGB: (184,182,205)

Color info

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

RGB color model

#B8B6CD color RGB value is (184,182,205).

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

RGB channels and saturation

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

184
182
205

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

Portions of RGB colors in percentages

R + G + B = 184 + 182 + 205 = 571 (100%)
R 184 of 571 ~ 32.22%
G 182 of 571 ~ 31.87%
B 205 of 571 ~ 35.9'%

%32.22
%31.87
%35.9

CMYK color model

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

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

CMYK: (10,11,0,20)
C10M11Y0K20 (10%, 11%, 0%, 20%)
(0.10 / 0.11 / 0.00 / 0.20)

CMYK percentages

%10.24
%11.22
%0
%19.61

Codes

Color #B8B6CD in popluar color models

B8 B6 CD
RGB 184 182 205
HSL 245° 18.70% 75.88%
HSB/HSV 245° 11.22% 80.39%
CMYK 10.24% 11.22% 0.00%
19.61%

Color #B8B6CD in popluar number systems.

HEX B8 B6 CD
Decimal 184 182 205
Binary 10111000 10110110 11001101
Octal 270 266 315

Shades and tints

Shades of #B8B6CD

#B8B6CD
(184,182,205)
#A8A6BB
(168,166,187)
#9896A9
(152,150,169)
#888697
(136,134,151)
#787685
(120,118,133)
#686673
(104,102,115)
#585661
(88,86,97)
#48464F
(72,70,79)
#38363D
(56,54,61)
#28262B
(40,38,43)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #B8B6CD

#B8B6CD
(184,182,205)
#BEBCD1
(190,188,209)
#C4C2D5
(196,194,213)
#CAC8D9
(202,200,217)
#D0CEDD
(208,206,221)
#D6D4E1
(214,212,225)
#DCDAE5
(220,218,229)
#E2E0E9
(226,224,233)
#E8E6ED
(232,230,237)
#EEECF1
(238,236,241)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B6CD; }

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

This text font color is #B8B6CD.

Background Color

.myBgColor { background-color: #B8B6CD; }

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

This div background color is #B8B6CD.

Border color

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

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

This div border color is #B8B6CD.

Opacity

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

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

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

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

This text has shadow with #B8B6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B6CD.

Preview

Color preview on black background

This text has color #B8B6CD on black background.


Color preview on white background

This text has color #B8B6CD on white background.


Black color preview on #B8B6CD background

This text has black color on #B8B6CD background.


White color preview on #B8B6CD background

This text has white color on #B8B6CD background.


Related colors

Complementary color

Complementary color for #hex is #474932.


I love getcolorcode.com

Triadic colors

1 #CDB8B6 and #B6CDB8 with #B8B6CD are triadic colors.

2 #CDB6B8 and #B6B8CD with #B8B6CD are triadic colors.