COLOR #B8CBDB

HEX: #B8CBDB
RGB: (184,203,219)

Color info

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

RGB color model

#B8CBDB color RGB value is (184,203,219).

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

RGB channels and saturation

R 184 of 255 = 72%
G 203 of 255 = 80%
B 219 of 255 = 86%

184
203
219

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

Portions of RGB colors in percentages

R + G + B =
184 + 203 + 219 = 606 (100%)
R 184 of 606 ~ 30.36%
G 203 of 606 ~ 33.5%
B 219 of 606 ~ 36.14%

%30.36
%33.5
%36.14

CMYK color model

#B8CBDB color CMYK value is (16,7,0,14).

  • cyan value is 15.98%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,7,0,14)
C16M7Y0K14 
(16%,7%,0%,14%)
(0.16/0.07/0.00/0.14)	

CMYK percentages

%15.98
%7.31
%0
%14.12

Codes

Color #B8CBDB in popluar color models

B8CBDB
RGB184203219
HSL207°32.71%79.02%
HSB/HSV207°15.98%85.88%
CMYK15.98%7.31%0.00%
14.12%

Color #B8CBDB in popluar number systems.

HEXB8CBDB
Decimal184203219
Binary101110001100101111011011
Octal270313333

Shades and tints

Shades of #B8CBDB

#B8CBDB
(184,203,219)
#A8B9C8
(168,185,200)
#98A7B5
(152,167,181)
#8895A2
(136,149,162)
#78838F
(120,131,143)
#68717C
(104,113,124)
#585F69
(88,95,105)
#484D56
(72,77,86)
#383B43
(56,59,67)
#282930
(40,41,48)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #B8CBDB

#B8CBDB
(184,203,219)
#BECFDE
(190,207,222)
#C4D3E1
(196,211,225)
#CAD7E4
(202,215,228)
#D0DBE7
(208,219,231)
#D6DFEA
(214,223,234)
#DCE3ED
(220,227,237)
#E2E7F0
(226,231,240)
#E8EBF3
(232,235,243)
#EEEFF6
(238,239,246)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CBDB; }

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

This text font color is #B8CBDB.


Background Color

.myBgColor { background-color: #B8CBDB; }

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

This div background color is #B8CBDB.


Border color

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

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

This div border color is #B8CBDB.


Opacity

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

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

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

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

This text has shadow with #B8CBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CBDB on black background.


Color preview on white background

This text has color #B8CBDB on white background.



Black color preview on #B8CBDB background

This text has black color on #B8CBDB background.


White color preview on #B8CBDB background

This text has white color on #B8CBDB background.