COLOR #B8C0D5

HEX: #B8C0D5
RGB: (184,192,213)

Color info

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

RGB color model

#B8C0D5 color RGB value is (184,192,213).

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

RGB channels and saturation

R 184 of 255 = 72%
G 192 of 255 = 75%
B 213 of 255 = 84%

184
192
213

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

Portions of RGB colors in percentages

R + G + B =
184 + 192 + 213 = 589 (100%)
R 184 of 589 ~ 31.24%
G 192 of 589 ~ 32.6%
B 213 of 589 ~ 36.16%

%31.24
%32.6
%36.16

CMYK color model

#B8C0D5 color CMYK value is (14,10,0,16).

  • cyan value is 13.62%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(14,10,0,16)
C14M10Y0K16 
(14%,10%,0%,16%)
(0.14/0.10/0.00/0.16)	

CMYK percentages

%13.62
%9.86
%0
%16.47

Codes

Color #B8C0D5 in popluar color models

B8C0D5
RGB184192213
HSL223°25.66%77.84%
HSB/HSV223°13.62%83.53%
CMYK13.62%9.86%0.00%
16.47%

Color #B8C0D5 in popluar number systems.

HEXB8C0D5
Decimal184192213
Binary101110001100000011010101
Octal270300325

Shades and tints

Shades of #B8C0D5

#B8C0D5
(184,192,213)
#A8AFC2
(168,175,194)
#989EAF
(152,158,175)
#888D9C
(136,141,156)
#787C89
(120,124,137)
#686B76
(104,107,118)
#585A63
(88,90,99)
#484950
(72,73,80)
#38383D
(56,56,61)
#28272A
(40,39,42)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #B8C0D5

#B8C0D5
(184,192,213)
#BEC5D8
(190,197,216)
#C4CADB
(196,202,219)
#CACFDE
(202,207,222)
#D0D4E1
(208,212,225)
#D6D9E4
(214,217,228)
#DCDEE7
(220,222,231)
#E2E3EA
(226,227,234)
#E8E8ED
(232,232,237)
#EEEDF0
(238,237,240)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C0D5; }

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

This text font color is #B8C0D5.


Background Color

.myBgColor { background-color: #B8C0D5; }

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

This div background color is #B8C0D5.


Border color

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

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

This div border color is #B8C0D5.


Opacity

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

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

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

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

This text has shadow with #B8C0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C0D5 on black background.


Color preview on white background

This text has color #B8C0D5 on white background.



Black color preview on #B8C0D5 background

This text has black color on #B8C0D5 background.


White color preview on #B8C0D5 background

This text has white color on #B8C0D5 background.