COLOR #B8CCC6

HEX: #B8CCC6
RGB: (184,204,198)

Color info

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

RGB color model

#B8CCC6 color RGB value is (184,204,198).

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

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 198 of 255 = 78%

184
204
198

R + G + B ~ 77%. #B8CCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 204 + 198 = 586 (100%)
R 184 of 586 ~ 31.4%
G 204 of 586 ~ 34.81%
B 198 of 586 ~ 33.79%

%31.4
%34.81
%33.79

CMYK color model

#B8CCC6 color CMYK value is (10,0,3,20).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 20.00%
CMYK:
(10,0,3,20)
C10M0Y3K20 
(10%,0%,3%,20%)
(0.10/0.00/0.03/0.20)	

CMYK percentages

%9.8
%0
%2.94
%20

Codes

Color #B8CCC6 in popluar color models

B8CCC6
RGB184204198
HSL162°16.39%76.08%
HSB/HSV162°9.80%80.00%
CMYK9.80%0.00%2.94%
20.00%

Color #B8CCC6 in popluar number systems.

HEXB8CCC6
Decimal184204198
Binary101110001100110011000110
Octal270314306

Shades and tints

Shades of #B8CCC6

#B8CCC6
(184,204,198)
#A8BAB4
(168,186,180)
#98A8A2
(152,168,162)
#889690
(136,150,144)
#78847E
(120,132,126)
#68726C
(104,114,108)
#58605A
(88,96,90)
#484E48
(72,78,72)
#383C36
(56,60,54)
#282A24
(40,42,36)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #B8CCC6

#B8CCC6
(184,204,198)
#BED0CB
(190,208,203)
#C4D4D0
(196,212,208)
#CAD8D5
(202,216,213)
#D0DCDA
(208,220,218)
#D6E0DF
(214,224,223)
#DCE4E4
(220,228,228)
#E2E8E9
(226,232,233)
#E8ECEE
(232,236,238)
#EEF0F3
(238,240,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CCC6; }

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

This text font color is #B8CCC6.


Background Color

.myBgColor { background-color: #B8CCC6; }

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

This div background color is #B8CCC6.


Border color

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

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

This div border color is #B8CCC6.


Opacity

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

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

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

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

This text has shadow with #B8CCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CCC6 on black background.


Color preview on white background

This text has color #B8CCC6 on white background.



Black color preview on #B8CCC6 background

This text has black color on #B8CCC6 background.


White color preview on #B8CCC6 background

This text has white color on #B8CCC6 background.