COLOR #B4BFD8

HEX: #B4BFD8
RGB: (180,191,216)

Color info

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

RGB color model

#B4BFD8 color RGB value is (180,191,216).

  • red value is 180;
  • green value is 191;
  • blue value is 216.
RGB:
(180,191,216)
(71%,75%,85%)

RGB channels and saturation

R 180 of 255 = 71%
G 191 of 255 = 75%
B 216 of 255 = 85%

180
191
216

R + G + B ~ 77%. #B4BFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 191 + 216 = 587 (100%)
R 180 of 587 ~ 30.66%
G 191 of 587 ~ 32.54%
B 216 of 587 ~ 36.8%

%30.66
%32.54
%36.8

CMYK color model

#B4BFD8 color CMYK value is (17,12,0,15).

  • cyan value is 16.67%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(17,12,0,15)
C17M12Y0K15 
(17%,12%,0%,15%)
(0.17/0.12/0.00/0.15)	

CMYK percentages

%16.67
%11.57
%0
%15.29

Codes

Color #B4BFD8 in popluar color models

B4BFD8
RGB180191216
HSL222°31.58%77.65%
HSB/HSV222°16.67%84.71%
CMYK16.67%11.57%0.00%
15.29%

Color #B4BFD8 in popluar number systems.

HEXB4BFD8
Decimal180191216
Binary101101001011111111011000
Octal264277330

Shades and tints

Shades of #B4BFD8

#B4BFD8
(180,191,216)
#A4AEC5
(164,174,197)
#949DB2
(148,157,178)
#848C9F
(132,140,159)
#747B8C
(116,123,140)
#646A79
(100,106,121)
#545966
(84,89,102)
#444853
(68,72,83)
#343740
(52,55,64)
#24262D
(36,38,45)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #B4BFD8

#B4BFD8
(180,191,216)
#BAC4DB
(186,196,219)
#C0C9DE
(192,201,222)
#C6CEE1
(198,206,225)
#CCD3E4
(204,211,228)
#D2D8E7
(210,216,231)
#D8DDEA
(216,221,234)
#DEE2ED
(222,226,237)
#E4E7F0
(228,231,240)
#EAECF3
(234,236,243)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BFD8; }

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

This text font color is #B4BFD8.


Background Color

.myBgColor { background-color: #B4BFD8; }

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

This div background color is #B4BFD8.


Border color

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

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

This div border color is #B4BFD8.


Opacity

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

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

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

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

This text has shadow with #B4BFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BFD8 on black background.


Color preview on white background

This text has color #B4BFD8 on white background.



Black color preview on #B4BFD8 background

This text has black color on #B4BFD8 background.


White color preview on #B4BFD8 background

This text has white color on #B4BFD8 background.