COLOR #B4BDD6

HEX: #B4BDD6
RGB: (180,189,214)

Color info

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

RGB color model

#B4BDD6 color RGB value is (180,189,214).

  • red value is 180;
  • green value is 189;
  • blue value is 214.
RGB:
(180,189,214)
(71%,74%,84%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 214 of 255 = 84%

180
189
214

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

Portions of RGB colors in percentages

R + G + B =
180 + 189 + 214 = 583 (100%)
R 180 of 583 ~ 30.87%
G 189 of 583 ~ 32.42%
B 214 of 583 ~ 36.71%

%30.87
%32.42
%36.71

CMYK color model

#B4BDD6 color CMYK value is (16,12,0,16).

  • cyan value is 15.89%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(16,12,0,16)
C16M12Y0K16 
(16%,12%,0%,16%)
(0.16/0.12/0.00/0.16)	

CMYK percentages

%15.89
%11.68
%0
%16.08

Codes

Color #B4BDD6 in popluar color models

B4BDD6
RGB180189214
HSL224°29.31%77.25%
HSB/HSV224°15.89%83.92%
CMYK15.89%11.68%0.00%
16.08%

Color #B4BDD6 in popluar number systems.

HEXB4BDD6
Decimal180189214
Binary101101001011110111010110
Octal264275326

Shades and tints

Shades of #B4BDD6

#B4BDD6
(180,189,214)
#A4ACC3
(164,172,195)
#949BB0
(148,155,176)
#848A9D
(132,138,157)
#74798A
(116,121,138)
#646877
(100,104,119)
#545764
(84,87,100)
#444651
(68,70,81)
#34353E
(52,53,62)
#24242B
(36,36,43)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #B4BDD6

#B4BDD6
(180,189,214)
#BAC3D9
(186,195,217)
#C0C9DC
(192,201,220)
#C6CFDF
(198,207,223)
#CCD5E2
(204,213,226)
#D2DBE5
(210,219,229)
#D8E1E8
(216,225,232)
#DEE7EB
(222,231,235)
#E4EDEE
(228,237,238)
#EAF3F1
(234,243,241)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BDD6 color. Also use rgb(180,189,214) instead hex code.

Text Font Color

.myTextColor { color: #B4BDD6; }

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

This text font color is #B4BDD6.


Background Color

.myBgColor { background-color: #B4BDD6; }

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

This div background color is #B4BDD6.


Border color

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

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

This div border color is #B4BDD6.


Opacity

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

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

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

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

This text has shadow with #B4BDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BDD6 on black background.


Color preview on white background

This text has color #B4BDD6 on white background.



Black color preview on #B4BDD6 background

This text has black color on #B4BDD6 background.


White color preview on #B4BDD6 background

This text has white color on #B4BDD6 background.