COLOR #B4B1D7

HEX: #B4B1D7 RGB: (180,177,215)

Color info

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

RGB color model

#B4B1D7 color RGB value is (180,177,215).

RGB: (180,177,215) (71%, 69%, 84%)

RGB channels and saturation

R 180 of 255 = 71%
G 177 of 255 = 69%
B 215 of 255 = 84%

180
177
215

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

Portions of RGB colors in percentages

R + G + B = 180 + 177 + 215 = 572 (100%)
R 180 of 572 ~ 31.47%
G 177 of 572 ~ 30.94%
B 215 of 572 ~ 37.59'%

%31.47
%30.94
%37.59

CMYK color model

#B4B1D7 color CMYK value is (16,18,0,16).

  • cyan value is 16.28%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (16,18,0,16) C16M18Y0K16 (16%,18%,0%,16%) (0.16/0.18/0.00/0.16) 

CMYK percentages

%16.28
%17.67
%0
%15.69

Codes

Color #B4B1D7 in popluar color models

B4 B1 D7
RGB 180 177 215
HSL 245° 32.20% 76.86%
HSB/HSV 245° 17.67% 84.31%
CMYK 16.28% 17.67% 0.00%
15.69%

Color #B4B1D7 in popluar number systems.

HEX B4 B1 D7
Decimal 180 177 215
Binary 10110100 10110001 11010111
Octal 264 261 327

Shades and tints

Shades of #B4B1D7

#B4B1D7
(180,177,215)
#A4A1C4
(164,161,196)
#9491B1
(148,145,177)
#84819E
(132,129,158)
#74718B
(116,113,139)
#646178
(100,97,120)
#545165
(84,81,101)
#444152
(68,65,82)
#34313F
(52,49,63)
#24212C
(36,33,44)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #B4B1D7

#B4B1D7
(180,177,215)
#BAB8DA
(186,184,218)
#C0BFDD
(192,191,221)
#C6C6E0
(198,198,224)
#CCCDE3
(204,205,227)
#D2D4E6
(210,212,230)
#D8DBE9
(216,219,233)
#DEE2EC
(222,226,236)
#E4E9EF
(228,233,239)
#EAF0F2
(234,240,242)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B1D7 color. Also use rgb(180,177,215) instead hex code.

Text Font Color

.myTextColor { color: #B4B1D7; }

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

This text font color is #B4B1D7.


Background Color

.myBgColor { background-color: #B4B1D7; }

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

This div background color is #B4B1D7.


Border color

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

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

This div border color is #B4B1D7.


Opacity

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

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

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

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

This text has shadow with #B4B1D7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B4B1D7 on black background.


Color preview on white background

This text has color #B4B1D7 on white background.



Black color preview on #B4B1D7 background

This text has black color on #B4B1D7 background.


White color preview on #B4B1D7 background

This text has white color on #B4B1D7 background.