COLOR #B4BDD2

HEX: #B4BDD2
RGB: (180,189,210)

Color info

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

RGB color model

#B4BDD2 color RGB value is (180,189,210).

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

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 210 of 255 = 82%

180
189
210

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

Portions of RGB colors in percentages

R + G + B =
180 + 189 + 210 = 579 (100%)
R 180 of 579 ~ 31.09%
G 189 of 579 ~ 32.64%
B 210 of 579 ~ 36.27%

%31.09
%32.64
%36.27

CMYK color model

#B4BDD2 color CMYK value is (14,10,0,18).

  • cyan value is 14.29%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(14,10,0,18)
C14M10Y0K18 
(14%,10%,0%,18%)
(0.14/0.10/0.00/0.18)	

CMYK percentages

%14.29
%10
%0
%17.65

Codes

Color #B4BDD2 in popluar color models

B4BDD2
RGB180189210
HSL222°25.00%76.47%
HSB/HSV222°14.29%82.35%
CMYK14.29%10.00%0.00%
17.65%

Color #B4BDD2 in popluar number systems.

HEXB4BDD2
Decimal180189210
Binary101101001011110111010010
Octal264275322

Shades and tints

Shades of #B4BDD2

#B4BDD2
(180,189,210)
#A4ACBF
(164,172,191)
#949BAC
(148,155,172)
#848A99
(132,138,153)
#747986
(116,121,134)
#646873
(100,104,115)
#545760
(84,87,96)
#44464D
(68,70,77)
#34353A
(52,53,58)
#242427
(36,36,39)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #B4BDD2

#B4BDD2
(180,189,210)
#BAC3D6
(186,195,214)
#C0C9DA
(192,201,218)
#C6CFDE
(198,207,222)
#CCD5E2
(204,213,226)
#D2DBE6
(210,219,230)
#D8E1EA
(216,225,234)
#DEE7EE
(222,231,238)
#E4EDF2
(228,237,242)
#EAF3F6
(234,243,246)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BDD2; }

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

This text font color is #B4BDD2.


Background Color

.myBgColor { background-color: #B4BDD2; }

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

This div background color is #B4BDD2.


Border color

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

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

This div border color is #B4BDD2.


Opacity

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

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

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

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

This text has shadow with #B4BDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BDD2 on black background.


Color preview on white background

This text has color #B4BDD2 on white background.



Black color preview on #B4BDD2 background

This text has black color on #B4BDD2 background.


White color preview on #B4BDD2 background

This text has white color on #B4BDD2 background.