COLOR #B8BCCC

HEX: #B8BCCC
RGB: (184,188,204)

Color info

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

RGB color model

#B8BCCC color RGB value is (184,188,204).

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

RGB channels and saturation

R 184 of 255 = 72%
G 188 of 255 = 74%
B 204 of 255 = 80%

184
188
204

R + G + B ~ 75%. #B8BCCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 188 + 204 = 576 (100%)
R 184 of 576 ~ 31.94%
G 188 of 576 ~ 32.64%
B 204 of 576 ~ 35.42%

%31.94
%32.64
%35.42

CMYK color model

#B8BCCC color CMYK value is (10,8,0,20).

  • cyan value is 9.80%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(10,8,0,20)
C10M8Y0K20 
(10%,8%,0%,20%)
(0.10/0.08/0.00/0.20)	

CMYK percentages

%9.8
%7.84
%0
%20

Codes

Color #B8BCCC in popluar color models

B8BCCC
RGB184188204
HSL228°16.39%76.08%
HSB/HSV228°9.80%80.00%
CMYK9.80%7.84%0.00%
20.00%

Color #B8BCCC in popluar number systems.

HEXB8BCCC
Decimal184188204
Binary101110001011110011001100
Octal270274314

Shades and tints

Shades of #B8BCCC

#B8BCCC
(184,188,204)
#A8ABBA
(168,171,186)
#989AA8
(152,154,168)
#888996
(136,137,150)
#787884
(120,120,132)
#686772
(104,103,114)
#585660
(88,86,96)
#48454E
(72,69,78)
#38343C
(56,52,60)
#28232A
(40,35,42)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #B8BCCC

#B8BCCC
(184,188,204)
#BEC2D0
(190,194,208)
#C4C8D4
(196,200,212)
#CACED8
(202,206,216)
#D0D4DC
(208,212,220)
#D6DAE0
(214,218,224)
#DCE0E4
(220,224,228)
#E2E6E8
(226,230,232)
#E8ECEC
(232,236,236)
#EEF2F0
(238,242,240)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BCCC; }

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

This text font color is #B8BCCC.


Background Color

.myBgColor { background-color: #B8BCCC; }

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

This div background color is #B8BCCC.


Border color

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

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

This div border color is #B8BCCC.


Opacity

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

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

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

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

This text has shadow with #B8BCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BCCC on black background.


Color preview on white background

This text has color #B8BCCC on white background.



Black color preview on #B8BCCC background

This text has black color on #B8BCCC background.


White color preview on #B8BCCC background

This text has white color on #B8BCCC background.