COLOR #B8CBDA

HEX: #B8CBDA
RGB: (184,203,218)

Color info

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

RGB color model

#B8CBDA color RGB value is (184,203,218).

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

RGB channels and saturation

R 184 of 255 = 72%
G 203 of 255 = 80%
B 218 of 255 = 85%

184
203
218

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

Portions of RGB colors in percentages

R + G + B =
184 + 203 + 218 = 605 (100%)
R 184 of 605 ~ 30.41%
G 203 of 605 ~ 33.55%
B 218 of 605 ~ 36.03%

%30.41
%33.55
%36.03

CMYK color model

#B8CBDA color CMYK value is (16,7,0,15).

  • cyan value is 15.60%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(16,7,0,15)
C16M7Y0K15 
(16%,7%,0%,15%)
(0.16/0.07/0.00/0.15)	

CMYK percentages

%15.6
%6.88
%0
%14.51

Codes

Color #B8CBDA in popluar color models

B8CBDA
RGB184203218
HSL206°31.48%78.82%
HSB/HSV206°15.60%85.49%
CMYK15.60%6.88%0.00%
14.51%

Color #B8CBDA in popluar number systems.

HEXB8CBDA
Decimal184203218
Binary101110001100101111011010
Octal270313332

Shades and tints

Shades of #B8CBDA

#B8CBDA
(184,203,218)
#A8B9C7
(168,185,199)
#98A7B4
(152,167,180)
#8895A1
(136,149,161)
#78838E
(120,131,142)
#68717B
(104,113,123)
#585F68
(88,95,104)
#484D55
(72,77,85)
#383B42
(56,59,66)
#28292F
(40,41,47)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #B8CBDA

#B8CBDA
(184,203,218)
#BECFDD
(190,207,221)
#C4D3E0
(196,211,224)
#CAD7E3
(202,215,227)
#D0DBE6
(208,219,230)
#D6DFE9
(214,223,233)
#DCE3EC
(220,227,236)
#E2E7EF
(226,231,239)
#E8EBF2
(232,235,242)
#EEEFF5
(238,239,245)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CBDA; }

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

This text font color is #B8CBDA.


Background Color

.myBgColor { background-color: #B8CBDA; }

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

This div background color is #B8CBDA.


Border color

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

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

This div border color is #B8CBDA.


Opacity

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

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

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

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

This text has shadow with #B8CBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CBDA on black background.


Color preview on white background

This text has color #B8CBDA on white background.



Black color preview on #B8CBDA background

This text has black color on #B8CBDA background.


White color preview on #B8CBDA background

This text has white color on #B8CBDA background.