COLOR #B8C9DB

HEX: #B8C9DB
RGB: (184,201,219)

Color info

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

RGB color model

#B8C9DB color RGB value is (184,201,219).

  • red value is 184;
  • green value is 201;
  • blue value is 219.
RGB:
(184,201,219)
(72%,79%,86%)

RGB channels and saturation

R 184 of 255 = 72%
G 201 of 255 = 79%
B 219 of 255 = 86%

184
201
219

R + G + B ~ 79%. #B8C9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 201 + 219 = 604 (100%)
R 184 of 604 ~ 30.46%
G 201 of 604 ~ 33.28%
B 219 of 604 ~ 36.26%

%30.46
%33.28
%36.26

CMYK color model

#B8C9DB color CMYK value is (16,8,0,14).

  • cyan value is 15.98%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,8,0,14)
C16M8Y0K14 
(16%,8%,0%,14%)
(0.16/0.08/0.00/0.14)	

CMYK percentages

%15.98
%8.22
%0
%14.12

Codes

Color #B8C9DB in popluar color models

B8C9DB
RGB184201219
HSL211°32.71%79.02%
HSB/HSV211°15.98%85.88%
CMYK15.98%8.22%0.00%
14.12%

Color #B8C9DB in popluar number systems.

HEXB8C9DB
Decimal184201219
Binary101110001100100111011011
Octal270311333

Shades and tints

Shades of #B8C9DB

#B8C9DB
(184,201,219)
#A8B7C8
(168,183,200)
#98A5B5
(152,165,181)
#8893A2
(136,147,162)
#78818F
(120,129,143)
#686F7C
(104,111,124)
#585D69
(88,93,105)
#484B56
(72,75,86)
#383943
(56,57,67)
#282730
(40,39,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #B8C9DB

#B8C9DB
(184,201,219)
#BECDDE
(190,205,222)
#C4D1E1
(196,209,225)
#CAD5E4
(202,213,228)
#D0D9E7
(208,217,231)
#D6DDEA
(214,221,234)
#DCE1ED
(220,225,237)
#E2E5F0
(226,229,240)
#E8E9F3
(232,233,243)
#EEEDF6
(238,237,246)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C9DB color. Also use rgb(184,201,219) instead hex code.

Text Font Color

.myTextColor { color: #B8C9DB; }

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

This text font color is #B8C9DB.


Background Color

.myBgColor { background-color: #B8C9DB; }

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

This div background color is #B8C9DB.


Border color

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

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

This div border color is #B8C9DB.


Opacity

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

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

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

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

This text has shadow with #B8C9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C9DB on black background.


Color preview on white background

This text has color #B8C9DB on white background.



Black color preview on #B8C9DB background

This text has black color on #B8C9DB background.


White color preview on #B8C9DB background

This text has white color on #B8C9DB background.