COLOR #B8BAD1

HEX: #B8BAD1 RGB: (184,186,209)

Color info

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

RGB color model

#B8BAD1 color RGB value is (184,186,209).

RGB: (184,186,209) (72%, 73%, 82%)

RGB channels and saturation

R 184 of 255 = 72%
G 186 of 255 = 73%
B 209 of 255 = 82%

184
186
209

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

Portions of RGB colors in percentages

R + G + B = 184 + 186 + 209 = 579 (100%)
R 184 of 579 ~ 31.78%
G 186 of 579 ~ 32.12%
B 209 of 579 ~ 36.1'%

%31.78
%32.12
%36.1

CMYK color model

#B8BAD1 color CMYK value is (12,11,0,18).

  • cyan value is 11.96%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (12,11,0,18)
C12M11Y0K18 (12%, 11%, 0%, 18%)
(0.12 / 0.11 / 0.00 / 0.18)

CMYK percentages

%11.96
%11
%0
%18.04

Codes

Color #B8BAD1 in popluar color models

B8 BA D1
RGB 184 186 209
HSL 235° 21.37% 77.06%
HSB/HSV 235° 11.96% 81.96%
CMYK 11.96% 11.00% 0.00%
18.04%

Color #B8BAD1 in popluar number systems.

HEX B8 BA D1
Decimal 184 186 209
Binary 10111000 10111010 11010001
Octal 270 272 321

Shades and tints

Shades of #B8BAD1

#B8BAD1
(184,186,209)
#A8AABE
(168,170,190)
#989AAB
(152,154,171)
#888A98
(136,138,152)
#787A85
(120,122,133)
#686A72
(104,106,114)
#585A5F
(88,90,95)
#484A4C
(72,74,76)
#383A39
(56,58,57)
#282A26
(40,42,38)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #B8BAD1

#B8BAD1
(184,186,209)
#BEC0D5
(190,192,213)
#C4C6D9
(196,198,217)
#CACCDD
(202,204,221)
#D0D2E1
(208,210,225)
#D6D8E5
(214,216,229)
#DCDEE9
(220,222,233)
#E2E4ED
(226,228,237)
#E8EAF1
(232,234,241)
#EEF0F5
(238,240,245)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BAD1; }

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

This text font color is #B8BAD1.

Background Color

.myBgColor { background-color: #B8BAD1; }

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

This div background color is #B8BAD1.

Border color

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

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

This div border color is #B8BAD1.

Opacity

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

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

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

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

This text has shadow with #B8BAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BAD1.

Preview

Color preview on black background

This text has color #B8BAD1 on black background.


Color preview on white background

This text has color #B8BAD1 on white background.


Black color preview on #B8BAD1 background

This text has black color on #B8BAD1 background.


White color preview on #B8BAD1 background

This text has white color on #B8BAD1 background.


Related colors

Complementary color

Complementary color for #hex is #47452E.


I love getcolorcode.com

Triadic colors

1 #D1B8BA and #BAD1B8 with #B8BAD1 are triadic colors.

2 #D1BAB8 and #BAB8D1 with #B8BAD1 are triadic colors.