COLOR #B8BDD1

HEX: #B8BDD1
RGB: (184,189,209)

Color info

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

RGB color model

#B8BDD1 color RGB value is (184,189,209).

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

RGB channels and saturation

R 184 of 255 = 72%
G 189 of 255 = 74%
B 209 of 255 = 82%

184
189
209

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

Portions of RGB colors in percentages

R + G + B =
184 + 189 + 209 = 582 (100%)
R 184 of 582 ~ 31.62%
G 189 of 582 ~ 32.47%
B 209 of 582 ~ 35.91%

%31.62
%32.47
%35.91

CMYK color model

#B8BDD1 color CMYK value is (12,10,0,18).

  • cyan value is 11.96%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(12,10,0,18)
C12M10Y0K18 
(12%,10%,0%,18%)
(0.12/0.10/0.00/0.18)	

CMYK percentages

%11.96
%9.57
%0
%18.04

Codes

Color #B8BDD1 in popluar color models

B8BDD1
RGB184189209
HSL228°21.37%77.06%
HSB/HSV228°11.96%81.96%
CMYK11.96%9.57%0.00%
18.04%

Color #B8BDD1 in popluar number systems.

HEXB8BDD1
Decimal184189209
Binary101110001011110111010001
Octal270275321

Shades and tints

Shades of #B8BDD1

#B8BDD1
(184,189,209)
#A8ACBE
(168,172,190)
#989BAB
(152,155,171)
#888A98
(136,138,152)
#787985
(120,121,133)
#686872
(104,104,114)
#58575F
(88,87,95)
#48464C
(72,70,76)
#383539
(56,53,57)
#282426
(40,36,38)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #B8BDD1

#B8BDD1
(184,189,209)
#BEC3D5
(190,195,213)
#C4C9D9
(196,201,217)
#CACFDD
(202,207,221)
#D0D5E1
(208,213,225)
#D6DBE5
(214,219,229)
#DCE1E9
(220,225,233)
#E2E7ED
(226,231,237)
#E8EDF1
(232,237,241)
#EEF3F5
(238,243,245)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BDD1; }

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

This text font color is #B8BDD1.


Background Color

.myBgColor { background-color: #B8BDD1; }

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

This div background color is #B8BDD1.


Border color

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

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

This div border color is #B8BDD1.


Opacity

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

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

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

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

This text has shadow with #B8BDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BDD1 on black background.


Color preview on white background

This text has color #B8BDD1 on white background.



Black color preview on #B8BDD1 background

This text has black color on #B8BDD1 background.


White color preview on #B8BDD1 background

This text has white color on #B8BDD1 background.