COLOR #B1BFD8

HEX: #B1BFD8
RGB: (177,191,216)

Color info

#B1BFD8 contains red, green and blue colors in about the same proportion. Web safe color of #B1BFD8 is #99CCCC (or #9CC).

RGB color model

#B1BFD8 color RGB value is (177,191,216).

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

RGB channels and saturation

R 177 of 255 = 69%
G 191 of 255 = 75%
B 216 of 255 = 85%

177
191
216

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

Portions of RGB colors in percentages

R + G + B =
177 + 191 + 216 = 584 (100%)
R 177 of 584 ~ 30.31%
G 191 of 584 ~ 32.71%
B 216 of 584 ~ 36.99%

%30.31
%32.71
%36.99

CMYK color model

#B1BFD8 color CMYK value is (18,12,0,15).

  • cyan value is 18.06%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(18,12,0,15)
C18M12Y0K15 
(18%,12%,0%,15%)
(0.18/0.12/0.00/0.15)	

CMYK percentages

%18.06
%11.57
%0
%15.29

Codes

Color #B1BFD8 in popluar color models

B1BFD8
RGB177191216
HSL218°33.33%77.06%
HSB/HSV218°18.06%84.71%
CMYK18.06%11.57%0.00%
15.29%

Color #B1BFD8 in popluar number systems.

HEXB1BFD8
Decimal177191216
Binary101100011011111111011000
Octal261277330

Shades and tints

Shades of #B1BFD8

#B1BFD8
(177,191,216)
#A1AEC5
(161,174,197)
#919DB2
(145,157,178)
#818C9F
(129,140,159)
#717B8C
(113,123,140)
#616A79
(97,106,121)
#515966
(81,89,102)
#414853
(65,72,83)
#313740
(49,55,64)
#21262D
(33,38,45)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #B1BFD8

#B1BFD8
(177,191,216)
#B8C4DB
(184,196,219)
#BFC9DE
(191,201,222)
#C6CEE1
(198,206,225)
#CDD3E4
(205,211,228)
#D4D8E7
(212,216,231)
#DBDDEA
(219,221,234)
#E2E2ED
(226,226,237)
#E9E7F0
(233,231,240)
#F0ECF3
(240,236,243)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BFD8; }

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

This text font color is #B1BFD8.


Background Color

.myBgColor { background-color: #B1BFD8; }

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

This div background color is #B1BFD8.


Border color

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

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

This div border color is #B1BFD8.


Opacity

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

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

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

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

This text has shadow with #B1BFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BFD8 on black background.


Color preview on white background

This text has color #B1BFD8 on white background.



Black color preview on #B1BFD8 background

This text has black color on #B1BFD8 background.


White color preview on #B1BFD8 background

This text has white color on #B1BFD8 background.