COLOR #B4B2DC

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

Color info

#B4B2DC contains red, green and blue colors in about the same proportion. Web safe color of #B4B2DC is #CC99CC (or #C9C).

RGB color model

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

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

RGB channels and saturation

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

180
178
220

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

Portions of RGB colors in percentages

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

%31.14
%30.8
%38.06

CMYK color model

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

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

CMYK percentages

%18.18
%19.09
%0
%13.73

Codes

Color #B4B2DC in popluar color models

B4B2DC
RGB180178220
HSL243°37.50%78.04%
HSB/HSV243°19.09%86.27%
CMYK18.18%19.09%0.00%
13.73%

Color #B4B2DC in popluar number systems.

HEXB4B2DC
Decimal180178220
Binary101101001011001011011100
Octal264262334

Shades and tints

Shades of #B4B2DC

#B4B2DC
(180,178,220)
#A4A2C8
(164,162,200)
#9492B4
(148,146,180)
#8482A0
(132,130,160)
#74728C
(116,114,140)
#646278
(100,98,120)
#545264
(84,82,100)
#444250
(68,66,80)
#34323C
(52,50,60)
#242228
(36,34,40)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #B4B2DC

#B4B2DC
(180,178,220)
#BAB9DF
(186,185,223)
#C0C0E2
(192,192,226)
#C6C7E5
(198,199,229)
#CCCEE8
(204,206,232)
#D2D5EB
(210,213,235)
#D8DCEE
(216,220,238)
#DEE3F1
(222,227,241)
#E4EAF4
(228,234,244)
#EAF1F7
(234,241,247)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B2DC; }

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

This text font color is #B4B2DC.


Background Color

.myBgColor { background-color: #B4B2DC; }

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

This div background color is #B4B2DC.


Border color

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

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

This div border color is #B4B2DC.


Opacity

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

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

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

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

This text has shadow with #B4B2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B2DC on black background.


Color preview on white background

This text has color #B4B2DC on white background.



Black color preview on #B4B2DC background

This text has black color on #B4B2DC background.


White color preview on #B4B2DC background

This text has white color on #B4B2DC background.