COLOR #B4B4CF

HEX: #B4B4CF
RGB: (180,180,207)

Color info

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

RGB color model

#B4B4CF color RGB value is (180,180,207).

  • red value is 180;
  • green value is 180;
  • blue value is 207.
RGB:
(180,180,207)
(71%,71%,81%)

RGB channels and saturation

R 180 of 255 = 71%
G 180 of 255 = 71%
B 207 of 255 = 81%

180
180
207

R + G + B ~ 74%. #B4B4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 180 + 207 = 567 (100%)
R 180 of 567 ~ 31.75%
G 180 of 567 ~ 31.75%
B 207 of 567 ~ 36.51%

%31.75
%31.75
%36.51

CMYK color model

#B4B4CF color CMYK value is (13,13,0,19).

  • cyan value is 13.04%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(13,13,0,19)
C13M13Y0K19 
(13%,13%,0%,19%)
(0.13/0.13/0.00/0.19)	

CMYK percentages

%13.04
%13.04
%0
%18.82

Codes

Color #B4B4CF in popluar color models

B4B4CF
RGB180180207
HSL240°21.95%75.88%
HSB/HSV240°13.04%81.18%
CMYK13.04%13.04%0.00%
18.82%

Color #B4B4CF in popluar number systems.

HEXB4B4CF
Decimal180180207
Binary101101001011010011001111
Octal264264317

Shades and tints

Shades of #B4B4CF

#B4B4CF
(180,180,207)
#A4A4BD
(164,164,189)
#9494AB
(148,148,171)
#848499
(132,132,153)
#747487
(116,116,135)
#646475
(100,100,117)
#545463
(84,84,99)
#444451
(68,68,81)
#34343F
(52,52,63)
#24242D
(36,36,45)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #B4B4CF

#B4B4CF
(180,180,207)
#BABAD3
(186,186,211)
#C0C0D7
(192,192,215)
#C6C6DB
(198,198,219)
#CCCCDF
(204,204,223)
#D2D2E3
(210,210,227)
#D8D8E7
(216,216,231)
#DEDEEB
(222,222,235)
#E4E4EF
(228,228,239)
#EAEAF3
(234,234,243)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B4CF; }

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

This text font color is #B4B4CF.


Background Color

.myBgColor { background-color: #B4B4CF; }

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

This div background color is #B4B4CF.


Border color

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

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

This div border color is #B4B4CF.


Opacity

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

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

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

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

This text has shadow with #B4B4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B4CF on black background.


Color preview on white background

This text has color #B4B4CF on white background.



Black color preview on #B4B4CF background

This text has black color on #B4B4CF background.


White color preview on #B4B4CF background

This text has white color on #B4B4CF background.