COLOR #B2BFD8

HEX: #B2BFD8
RGB: (178,191,216)

Color info

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

RGB color model

#B2BFD8 color RGB value is (178,191,216).

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

RGB channels and saturation

R 178 of 255 = 70%
G 191 of 255 = 75%
B 216 of 255 = 85%

178
191
216

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

Portions of RGB colors in percentages

R + G + B =
178 + 191 + 216 = 585 (100%)
R 178 of 585 ~ 30.43%
G 191 of 585 ~ 32.65%
B 216 of 585 ~ 36.92%

%30.43
%32.65
%36.92

CMYK color model

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

  • cyan value is 17.59%
  • 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

%17.59
%11.57
%0
%15.29

Codes

Color #B2BFD8 in popluar color models

B2BFD8
RGB178191216
HSL219°32.76%77.25%
HSB/HSV219°17.59%84.71%
CMYK17.59%11.57%0.00%
15.29%

Color #B2BFD8 in popluar number systems.

HEXB2BFD8
Decimal178191216
Binary101100101011111111011000
Octal262277330

Shades and tints

Shades of #B2BFD8

#B2BFD8
(178,191,216)
#A2AEC5
(162,174,197)
#929DB2
(146,157,178)
#828C9F
(130,140,159)
#727B8C
(114,123,140)
#626A79
(98,106,121)
#525966
(82,89,102)
#424853
(66,72,83)
#323740
(50,55,64)
#22262D
(34,38,45)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #B2BFD8

#B2BFD8
(178,191,216)
#B9C4DB
(185,196,219)
#C0C9DE
(192,201,222)
#C7CEE1
(199,206,225)
#CED3E4
(206,211,228)
#D5D8E7
(213,216,231)
#DCDDEA
(220,221,234)
#E3E2ED
(227,226,237)
#EAE7F0
(234,231,240)
#F1ECF3
(241,236,243)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BFD8; }

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

This text font color is #B2BFD8.


Background Color

.myBgColor { background-color: #B2BFD8; }

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

This div background color is #B2BFD8.


Border color

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

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

This div border color is #B2BFD8.


Opacity

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

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

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

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

This text has shadow with #B2BFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BFD8 on black background.


Color preview on white background

This text has color #B2BFD8 on white background.



Black color preview on #B2BFD8 background

This text has black color on #B2BFD8 background.


White color preview on #B2BFD8 background

This text has white color on #B2BFD8 background.