COLOR #B8C2D1

HEX: #B8C2D1
RGB: (184,194,209)

Color info

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

RGB color model

#B8C2D1 color RGB value is (184,194,209).

  • red value is 184;
  • green value is 194;
  • blue value is 209.
RGB:
(184,194,209)
(72%,76%,82%)

RGB channels and saturation

R 184 of 255 = 72%
G 194 of 255 = 76%
B 209 of 255 = 82%

184
194
209

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

Portions of RGB colors in percentages

R + G + B =
184 + 194 + 209 = 587 (100%)
R 184 of 587 ~ 31.35%
G 194 of 587 ~ 33.05%
B 209 of 587 ~ 35.6%

%31.35
%33.05
%35.6

CMYK color model

#B8C2D1 color CMYK value is (12,7,0,18).

  • cyan value is 11.96%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(12,7,0,18)
C12M7Y0K18 
(12%,7%,0%,18%)
(0.12/0.07/0.00/0.18)	

CMYK percentages

%11.96
%7.18
%0
%18.04

Codes

Color #B8C2D1 in popluar color models

B8C2D1
RGB184194209
HSL216°21.37%77.06%
HSB/HSV216°11.96%81.96%
CMYK11.96%7.18%0.00%
18.04%

Color #B8C2D1 in popluar number systems.

HEXB8C2D1
Decimal184194209
Binary101110001100001011010001
Octal270302321

Shades and tints

Shades of #B8C2D1

#B8C2D1
(184,194,209)
#A8B1BE
(168,177,190)
#98A0AB
(152,160,171)
#888F98
(136,143,152)
#787E85
(120,126,133)
#686D72
(104,109,114)
#585C5F
(88,92,95)
#484B4C
(72,75,76)
#383A39
(56,58,57)
#282926
(40,41,38)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #B8C2D1

#B8C2D1
(184,194,209)
#BEC7D5
(190,199,213)
#C4CCD9
(196,204,217)
#CAD1DD
(202,209,221)
#D0D6E1
(208,214,225)
#D6DBE5
(214,219,229)
#DCE0E9
(220,224,233)
#E2E5ED
(226,229,237)
#E8EAF1
(232,234,241)
#EEEFF5
(238,239,245)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C2D1 color. Also use rgb(184,194,209) instead hex code.

Text Font Color

.myTextColor { color: #B8C2D1; }

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

This text font color is #B8C2D1.


Background Color

.myBgColor { background-color: #B8C2D1; }

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

This div background color is #B8C2D1.


Border color

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

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

This div border color is #B8C2D1.


Opacity

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

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

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

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

This text has shadow with #B8C2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C2D1 on black background.


Color preview on white background

This text has color #B8C2D1 on white background.



Black color preview on #B8C2D1 background

This text has black color on #B8C2D1 background.


White color preview on #B8C2D1 background

This text has white color on #B8C2D1 background.