COLOR #B8C9D0

HEX: #B8C9D0
RGB: (184,201,208)

Color info

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

RGB color model

#B8C9D0 color RGB value is (184,201,208).

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

RGB channels and saturation

R 184 of 255 = 72%
G 201 of 255 = 79%
B 208 of 255 = 82%

184
201
208

R + G + B ~ 78%. #B8C9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 201 + 208 = 593 (100%)
R 184 of 593 ~ 31.03%
G 201 of 593 ~ 33.9%
B 208 of 593 ~ 35.08%

%31.03
%33.9
%35.08

CMYK color model

#B8C9D0 color CMYK value is (12,3,0,18).

  • cyan value is 11.54%
  • magenta value is 3.37%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(12,3,0,18)
C12M3Y0K18 
(12%,3%,0%,18%)
(0.12/0.03/0.00/0.18)	

CMYK percentages

%11.54
%3.37
%0
%18.43

Codes

Color #B8C9D0 in popluar color models

B8C9D0
RGB184201208
HSL198°20.34%76.86%
HSB/HSV198°11.54%81.57%
CMYK11.54%3.37%0.00%
18.43%

Color #B8C9D0 in popluar number systems.

HEXB8C9D0
Decimal184201208
Binary101110001100100111010000
Octal270311320

Shades and tints

Shades of #B8C9D0

#B8C9D0
(184,201,208)
#A8B7BE
(168,183,190)
#98A5AC
(152,165,172)
#88939A
(136,147,154)
#788188
(120,129,136)
#686F76
(104,111,118)
#585D64
(88,93,100)
#484B52
(72,75,82)
#383940
(56,57,64)
#28272E
(40,39,46)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #B8C9D0

#B8C9D0
(184,201,208)
#BECDD4
(190,205,212)
#C4D1D8
(196,209,216)
#CAD5DC
(202,213,220)
#D0D9E0
(208,217,224)
#D6DDE4
(214,221,228)
#DCE1E8
(220,225,232)
#E2E5EC
(226,229,236)
#E8E9F0
(232,233,240)
#EEEDF4
(238,237,244)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C9D0; }

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

This text font color is #B8C9D0.


Background Color

.myBgColor { background-color: #B8C9D0; }

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

This div background color is #B8C9D0.


Border color

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

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

This div border color is #B8C9D0.


Opacity

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

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

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

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

This text has shadow with #B8C9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C9D0 on black background.


Color preview on white background

This text has color #B8C9D0 on white background.



Black color preview on #B8C9D0 background

This text has black color on #B8C9D0 background.


White color preview on #B8C9D0 background

This text has white color on #B8C9D0 background.