COLOR #B8BDDC

HEX: #B8BDDC
RGB: (184,189,220)

Color info

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

RGB color model

#B8BDDC color RGB value is (184,189,220).

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

RGB channels and saturation

R 184 of 255 = 72%
G 189 of 255 = 74%
B 220 of 255 = 86%

184
189
220

R + G + B ~ 77%. #B8BDDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 189 + 220 = 593 (100%)
R 184 of 593 ~ 31.03%
G 189 of 593 ~ 31.87%
B 220 of 593 ~ 37.1%

%31.03
%31.87
%37.1

CMYK color model

#B8BDDC color CMYK value is (16,14,0,14).

  • cyan value is 16.36%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (16,14,0,14) C16M14Y0K14 (16%,14%,0%,14%) (0.16/0.14/0.00/0.14)

CMYK percentages

%16.36
%14.09
%0
%13.73

Codes

Color #B8BDDC in popluar color models

B8BDDC
RGB184189220
HSL232°33.96%79.22%
HSB/HSV232°16.36%86.27%
CMYK16.36%14.09%0.00%
13.73%

Color #B8BDDC in popluar number systems.

HEXB8BDDC
Decimal184189220
Binary101110001011110111011100
Octal270275334

Shades and tints

Shades of #B8BDDC

#B8BDDC
(184,189,220)
#A8ACC8
(168,172,200)
#989BB4
(152,155,180)
#888AA0
(136,138,160)
#78798C
(120,121,140)
#686878
(104,104,120)
#585764
(88,87,100)
#484650
(72,70,80)
#38353C
(56,53,60)
#282428
(40,36,40)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #B8BDDC

#B8BDDC
(184,189,220)
#BEC3DF
(190,195,223)
#C4C9E2
(196,201,226)
#CACFE5
(202,207,229)
#D0D5E8
(208,213,232)
#D6DBEB
(214,219,235)
#DCE1EE
(220,225,238)
#E2E7F1
(226,231,241)
#E8EDF4
(232,237,244)
#EEF3F7
(238,243,247)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BDDC; }

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

This text font color is #B8BDDC.


Background Color

.myBgColor { background-color: #B8BDDC; }

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

This div background color is #B8BDDC.


Border color

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

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

This div border color is #B8BDDC.


Opacity

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

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

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

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

This text has shadow with #B8BDDC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B8BDDC on black background.


Color preview on white background

This text has color #B8BDDC on white background.



Black color preview on #B8BDDC background

This text has black color on #B8BDDC background.


White color preview on #B8BDDC background

This text has white color on #B8BDDC background.