COLOR #B7BBD6

HEX: #B7BBD6
RGB: (183,187,214)

Color info

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

RGB color model

#B7BBD6 color RGB value is (183,187,214).

  • red value is 183;
  • green value is 187;
  • blue value is 214.
RGB:
(183,187,214)
(72%,73%,84%)

RGB channels and saturation

R 183 of 255 = 72%
G 187 of 255 = 73%
B 214 of 255 = 84%

183
187
214

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

Portions of RGB colors in percentages

R + G + B =
183 + 187 + 214 = 584 (100%)
R 183 of 584 ~ 31.34%
G 187 of 584 ~ 32.02%
B 214 of 584 ~ 36.64%

%31.34
%32.02
%36.64

CMYK color model

#B7BBD6 color CMYK value is (14,13,0,16).

  • cyan value is 14.49%
  • magenta value is 12.62%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(14,13,0,16)
C14M13Y0K16 
(14%,13%,0%,16%)
(0.14/0.13/0.00/0.16)	

CMYK percentages

%14.49
%12.62
%0
%16.08

Codes

Color #B7BBD6 in popluar color models

B7BBD6
RGB183187214
HSL232°27.43%77.84%
HSB/HSV232°14.49%83.92%
CMYK14.49%12.62%0.00%
16.08%

Color #B7BBD6 in popluar number systems.

HEXB7BBD6
Decimal183187214
Binary101101111011101111010110
Octal267273326

Shades and tints

Shades of #B7BBD6

#B7BBD6
(183,187,214)
#A7AAC3
(167,170,195)
#9799B0
(151,153,176)
#87889D
(135,136,157)
#77778A
(119,119,138)
#676677
(103,102,119)
#575564
(87,85,100)
#474451
(71,68,81)
#37333E
(55,51,62)
#27222B
(39,34,43)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #B7BBD6

#B7BBD6
(183,187,214)
#BDC1D9
(189,193,217)
#C3C7DC
(195,199,220)
#C9CDDF
(201,205,223)
#CFD3E2
(207,211,226)
#D5D9E5
(213,217,229)
#DBDFE8
(219,223,232)
#E1E5EB
(225,229,235)
#E7EBEE
(231,235,238)
#EDF1F1
(237,241,241)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BBD6 color. Also use rgb(183,187,214) instead hex code.

Text Font Color

.myTextColor { color: #B7BBD6; }

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

This text font color is #B7BBD6.


Background Color

.myBgColor { background-color: #B7BBD6; }

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

This div background color is #B7BBD6.


Border color

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

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

This div border color is #B7BBD6.


Opacity

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

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

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

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

This text has shadow with #B7BBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BBD6 on black background.


Color preview on white background

This text has color #B7BBD6 on white background.



Black color preview on #B7BBD6 background

This text has black color on #B7BBD6 background.


White color preview on #B7BBD6 background

This text has white color on #B7BBD6 background.