COLOR #B4B2D6

HEX: #B4B2D6
RGB: (180,178,214)

Color info

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

RGB color model

#B4B2D6 color RGB value is (180,178,214).

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

RGB channels and saturation

R 180 of 255 = 71%
G 178 of 255 = 70%
B 214 of 255 = 84%

180
178
214

R + G + B ~ 75%. #B4B2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 178 + 214 = 572 (100%)
R 180 of 572 ~ 31.47%
G 178 of 572 ~ 31.12%
B 214 of 572 ~ 37.41%

%31.47
%31.12
%37.41

CMYK color model

#B4B2D6 color CMYK value is (16,17,0,16).

  • cyan value is 15.89%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(16,17,0,16)
C16M17Y0K16 
(16%,17%,0%,16%)
(0.16/0.17/0.00/0.16)	

CMYK percentages

%15.89
%16.82
%0
%16.08

Codes

Color #B4B2D6 in popluar color models

B4B2D6
RGB180178214
HSL243°30.51%76.86%
HSB/HSV243°16.82%83.92%
CMYK15.89%16.82%0.00%
16.08%

Color #B4B2D6 in popluar number systems.

HEXB4B2D6
Decimal180178214
Binary101101001011001011010110
Octal264262326

Shades and tints

Shades of #B4B2D6

#B4B2D6
(180,178,214)
#A4A2C3
(164,162,195)
#9492B0
(148,146,176)
#84829D
(132,130,157)
#74728A
(116,114,138)
#646277
(100,98,119)
#545264
(84,82,100)
#444251
(68,66,81)
#34323E
(52,50,62)
#24222B
(36,34,43)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #B4B2D6

#B4B2D6
(180,178,214)
#BAB9D9
(186,185,217)
#C0C0DC
(192,192,220)
#C6C7DF
(198,199,223)
#CCCEE2
(204,206,226)
#D2D5E5
(210,213,229)
#D8DCE8
(216,220,232)
#DEE3EB
(222,227,235)
#E4EAEE
(228,234,238)
#EAF1F1
(234,241,241)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B2D6; }

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

This text font color is #B4B2D6.


Background Color

.myBgColor { background-color: #B4B2D6; }

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

This div background color is #B4B2D6.


Border color

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

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

This div border color is #B4B2D6.


Opacity

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

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

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

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

This text has shadow with #B4B2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B2D6 on black background.


Color preview on white background

This text has color #B4B2D6 on white background.



Black color preview on #B4B2D6 background

This text has black color on #B4B2D6 background.


White color preview on #B4B2D6 background

This text has white color on #B4B2D6 background.