COLOR #B2B4DC

HEX: #B2B4DC
RGB: (178,180,220)

Color info

#B2B4DC contains red, green and blue colors in about the same proportion. Web safe color of #B2B4DC is #99CCCC (or #9CC).

RGB color model

#B2B4DC color RGB value is (178,180,220).

  • red value is 178;
  • green value is 180;
  • blue value is 220.
RGB:
(178,180,220)
(70%,71%,86%)

RGB channels and saturation

R 178 of 255 = 70%
G 180 of 255 = 71%
B 220 of 255 = 86%

178
180
220

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

Portions of RGB colors in percentages

R + G + B =
178 + 180 + 220 = 578 (100%)
R 178 of 578 ~ 30.8%
G 180 of 578 ~ 31.14%
B 220 of 578 ~ 38.06%

%30.8
%31.14
%38.06

CMYK color model

#B2B4DC color CMYK value is (19,18,0,14).

  • cyan value is 19.09%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(19,18,0,14)
C19M18Y0K14 
(19%,18%,0%,14%)
(0.19/0.18/0.00/0.14)	

CMYK percentages

%19.09
%18.18
%0
%13.73

Codes

Color #B2B4DC in popluar color models

B2B4DC
RGB178180220
HSL237°37.50%78.04%
HSB/HSV237°19.09%86.27%
CMYK19.09%18.18%0.00%
13.73%

Color #B2B4DC in popluar number systems.

HEXB2B4DC
Decimal178180220
Binary101100101011010011011100
Octal262264334

Shades and tints

Shades of #B2B4DC

#B2B4DC
(178,180,220)
#A2A4C8
(162,164,200)
#9294B4
(146,148,180)
#8284A0
(130,132,160)
#72748C
(114,116,140)
#626478
(98,100,120)
#525464
(82,84,100)
#424450
(66,68,80)
#32343C
(50,52,60)
#222428
(34,36,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #B2B4DC

#B2B4DC
(178,180,220)
#B9BADF
(185,186,223)
#C0C0E2
(192,192,226)
#C7C6E5
(199,198,229)
#CECCE8
(206,204,232)
#D5D2EB
(213,210,235)
#DCD8EE
(220,216,238)
#E3DEF1
(227,222,241)
#EAE4F4
(234,228,244)
#F1EAF7
(241,234,247)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B4DC color. Also use rgb(178,180,220) instead hex code.

Text Font Color

.myTextColor { color: #B2B4DC; }

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

This text font color is #B2B4DC.


Background Color

.myBgColor { background-color: #B2B4DC; }

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

This div background color is #B2B4DC.


Border color

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

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

This div border color is #B2B4DC.


Opacity

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

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

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

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

This text has shadow with #B2B4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B4DC on black background.


Color preview on white background

This text has color #B2B4DC on white background.



Black color preview on #B2B4DC background

This text has black color on #B2B4DC background.


White color preview on #B2B4DC background

This text has white color on #B2B4DC background.