COLOR #B8C0DC

HEX: #B8C0DC
RGB: (184,192,220)

Color info

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

RGB color model

#B8C0DC color RGB value is (184,192,220).

  • red value is 184;
  • green value is 192;
  • blue value is 220.
RGB:
(184,192,220)
(72%,75%,86%)

RGB channels and saturation

R 184 of 255 = 72%
G 192 of 255 = 75%
B 220 of 255 = 86%

184
192
220

R + G + B ~ 78%. #B8C0DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 192 + 220 = 596 (100%)
R 184 of 596 ~ 30.87%
G 192 of 596 ~ 32.21%
B 220 of 596 ~ 36.91%

%30.87
%32.21
%36.91

CMYK color model

#B8C0DC color CMYK value is (16,13,0,14).

  • cyan value is 16.36%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,13,0,14)
C16M13Y0K14 
(16%,13%,0%,14%)
(0.16/0.13/0.00/0.14)	

CMYK percentages

%16.36
%12.73
%0
%13.73

Codes

Color #B8C0DC in popluar color models

B8C0DC
RGB184192220
HSL227°33.96%79.22%
HSB/HSV227°16.36%86.27%
CMYK16.36%12.73%0.00%
13.73%

Color #B8C0DC in popluar number systems.

HEXB8C0DC
Decimal184192220
Binary101110001100000011011100
Octal270300334

Shades and tints

Shades of #B8C0DC

#B8C0DC
(184,192,220)
#A8AFC8
(168,175,200)
#989EB4
(152,158,180)
#888DA0
(136,141,160)
#787C8C
(120,124,140)
#686B78
(104,107,120)
#585A64
(88,90,100)
#484950
(72,73,80)
#38383C
(56,56,60)
#282728
(40,39,40)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #B8C0DC

#B8C0DC
(184,192,220)
#BEC5DF
(190,197,223)
#C4CAE2
(196,202,226)
#CACFE5
(202,207,229)
#D0D4E8
(208,212,232)
#D6D9EB
(214,217,235)
#DCDEEE
(220,222,238)
#E2E3F1
(226,227,241)
#E8E8F4
(232,232,244)
#EEEDF7
(238,237,247)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C0DC color. Also use rgb(184,192,220) instead hex code.

Text Font Color

.myTextColor { color: #B8C0DC; }

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

This text font color is #B8C0DC.


Background Color

.myBgColor { background-color: #B8C0DC; }

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

This div background color is #B8C0DC.


Border color

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

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

This div border color is #B8C0DC.


Opacity

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

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

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

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

This text has shadow with #B8C0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C0DC on black background.


Color preview on white background

This text has color #B8C0DC on white background.



Black color preview on #B8C0DC background

This text has black color on #B8C0DC background.


White color preview on #B8C0DC background

This text has white color on #B8C0DC background.