COLOR #B7BBD7

HEX: #B7BBD7
RGB: (183,187,215)

Color info

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

RGB color model

#B7BBD7 color RGB value is (183,187,215).

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

RGB channels and saturation

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

183
187
215

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

Portions of RGB colors in percentages

R + G + B =
183 + 187 + 215 = 585 (100%)
R 183 of 585 ~ 31.28%
G 187 of 585 ~ 31.97%
B 215 of 585 ~ 36.75%

%31.28
%31.97
%36.75

CMYK color model

#B7BBD7 color CMYK value is (15,13,0,16).

  • cyan value is 14.88%
  • magenta value is 13.02%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(15,13,0,16)
C15M13Y0K16 
(15%,13%,0%,16%)
(0.15/0.13/0.00/0.16)	

CMYK percentages

%14.88
%13.02
%0
%15.69

Codes

Color #B7BBD7 in popluar color models

B7BBD7
RGB183187215
HSL233°28.57%78.04%
HSB/HSV233°14.88%84.31%
CMYK14.88%13.02%0.00%
15.69%

Color #B7BBD7 in popluar number systems.

HEXB7BBD7
Decimal183187215
Binary101101111011101111010111
Octal267273327

Shades and tints

Shades of #B7BBD7

#B7BBD7
(183,187,215)
#A7AAC4
(167,170,196)
#9799B1
(151,153,177)
#87889E
(135,136,158)
#77778B
(119,119,139)
#676678
(103,102,120)
#575565
(87,85,101)
#474452
(71,68,82)
#37333F
(55,51,63)
#27222C
(39,34,44)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #B7BBD7

#B7BBD7
(183,187,215)
#BDC1DA
(189,193,218)
#C3C7DD
(195,199,221)
#C9CDE0
(201,205,224)
#CFD3E3
(207,211,227)
#D5D9E6
(213,217,230)
#DBDFE9
(219,223,233)
#E1E5EC
(225,229,236)
#E7EBEF
(231,235,239)
#EDF1F2
(237,241,242)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BBD7; }

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

This text font color is #B7BBD7.


Background Color

.myBgColor { background-color: #B7BBD7; }

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

This div background color is #B7BBD7.


Border color

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

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

This div border color is #B7BBD7.


Opacity

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

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

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

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

This text has shadow with #B7BBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BBD7 on black background.


Color preview on white background

This text has color #B7BBD7 on white background.



Black color preview on #B7BBD7 background

This text has black color on #B7BBD7 background.


White color preview on #B7BBD7 background

This text has white color on #B7BBD7 background.