COLOR #B8B6CC

HEX: #B8B6CC
RGB: (184,182,204)

Color info

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

RGB color model

#B8B6CC color RGB value is (184,182,204).

  • red value is 184;
  • green value is 182;
  • blue value is 204.
RGB:
(184,182,204)
(72%,71%,80%)

RGB channels and saturation

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

184
182
204

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

Portions of RGB colors in percentages

R + G + B =
184 + 182 + 204 = 570 (100%)
R 184 of 570 ~ 32.28%
G 182 of 570 ~ 31.93%
B 204 of 570 ~ 35.79%

%32.28
%31.93
%35.79

CMYK color model

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

  • cyan value is 9.80%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(10,11,0,20)
C10M11Y0K20 
(10%,11%,0%,20%)
(0.10/0.11/0.00/0.20)	

CMYK percentages

%9.8
%10.78
%0
%20

Codes

Color #B8B6CC in popluar color models

B8B6CC
RGB184182204
HSL245°17.74%75.69%
HSB/HSV245°10.78%80.00%
CMYK9.80%10.78%0.00%
20.00%

Color #B8B6CC in popluar number systems.

HEXB8B6CC
Decimal184182204
Binary101110001011011011001100
Octal270266314

Shades and tints

Shades of #B8B6CC

#B8B6CC
(184,182,204)
#A8A6BA
(168,166,186)
#9896A8
(152,150,168)
#888696
(136,134,150)
#787684
(120,118,132)
#686672
(104,102,114)
#585660
(88,86,96)
#48464E
(72,70,78)
#38363C
(56,54,60)
#28262A
(40,38,42)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #B8B6CC

#B8B6CC
(184,182,204)
#BEBCD0
(190,188,208)
#C4C2D4
(196,194,212)
#CAC8D8
(202,200,216)
#D0CEDC
(208,206,220)
#D6D4E0
(214,212,224)
#DCDAE4
(220,218,228)
#E2E0E8
(226,224,232)
#E8E6EC
(232,230,236)
#EEECF0
(238,236,240)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B6CC; }

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

This text font color is #B8B6CC.


Background Color

.myBgColor { background-color: #B8B6CC; }

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

This div background color is #B8B6CC.


Border color

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

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

This div border color is #B8B6CC.


Opacity

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

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

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

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

This text has shadow with #B8B6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B6CC on black background.


Color preview on white background

This text has color #B8B6CC on white background.



Black color preview on #B8B6CC background

This text has black color on #B8B6CC background.


White color preview on #B8B6CC background

This text has white color on #B8B6CC background.