COLOR #B8BDCE

HEX: #B8BDCE
RGB: (184,189,206)

Color info

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

RGB color model

#B8BDCE color RGB value is (184,189,206).

  • red value is 184;
  • green value is 189;
  • blue value is 206.
RGB:
(184,189,206)
(72%,74%,81%)

RGB channels and saturation

R 184 of 255 = 72%
G 189 of 255 = 74%
B 206 of 255 = 81%

184
189
206

R + G + B ~ 76%. #B8BDCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 189 + 206 = 579 (100%)
R 184 of 579 ~ 31.78%
G 189 of 579 ~ 32.64%
B 206 of 579 ~ 35.58%

%31.78
%32.64
%35.58

CMYK color model

#B8BDCE color CMYK value is (11,8,0,19).

  • cyan value is 10.68%
  • magenta value is 8.25%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(11,8,0,19)
C11M8Y0K19 
(11%,8%,0%,19%)
(0.11/0.08/0.00/0.19)	

CMYK percentages

%10.68
%8.25
%0
%19.22

Codes

Color #B8BDCE in popluar color models

B8BDCE
RGB184189206
HSL226°18.33%76.47%
HSB/HSV226°10.68%80.78%
CMYK10.68%8.25%0.00%
19.22%

Color #B8BDCE in popluar number systems.

HEXB8BDCE
Decimal184189206
Binary101110001011110111001110
Octal270275316

Shades and tints

Shades of #B8BDCE

#B8BDCE
(184,189,206)
#A8ACBC
(168,172,188)
#989BAA
(152,155,170)
#888A98
(136,138,152)
#787986
(120,121,134)
#686874
(104,104,116)
#585762
(88,87,98)
#484650
(72,70,80)
#38353E
(56,53,62)
#28242C
(40,36,44)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #B8BDCE

#B8BDCE
(184,189,206)
#BEC3D2
(190,195,210)
#C4C9D6
(196,201,214)
#CACFDA
(202,207,218)
#D0D5DE
(208,213,222)
#D6DBE2
(214,219,226)
#DCE1E6
(220,225,230)
#E2E7EA
(226,231,234)
#E8EDEE
(232,237,238)
#EEF3F2
(238,243,242)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BDCE color. Also use rgb(184,189,206) instead hex code.

Text Font Color

.myTextColor { color: #B8BDCE; }

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

This text font color is #B8BDCE.


Background Color

.myBgColor { background-color: #B8BDCE; }

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

This div background color is #B8BDCE.


Border color

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

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

This div border color is #B8BDCE.


Opacity

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

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

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

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

This text has shadow with #B8BDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BDCE on black background.


Color preview on white background

This text has color #B8BDCE on white background.



Black color preview on #B8BDCE background

This text has black color on #B8BDCE background.


White color preview on #B8BDCE background

This text has white color on #B8BDCE background.