COLOR #B7BBD1

HEX: #B7BBD1
RGB: (183,187,209)

Color info

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

RGB color model

#B7BBD1 color RGB value is (183,187,209).

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

RGB channels and saturation

R 183 of 255 = 72%
G 187 of 255 = 73%
B 209 of 255 = 82%

183
187
209

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

Portions of RGB colors in percentages

R + G + B =
183 + 187 + 209 = 579 (100%)
R 183 of 579 ~ 31.61%
G 187 of 579 ~ 32.3%
B 209 of 579 ~ 36.1%

%31.61
%32.3
%36.1

CMYK color model

#B7BBD1 color CMYK value is (12,11,0,18).

  • cyan value is 12.44%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(12,11,0,18)
C12M11Y0K18 
(12%,11%,0%,18%)
(0.12/0.11/0.00/0.18)	

CMYK percentages

%12.44
%10.53
%0
%18.04

Codes

Color #B7BBD1 in popluar color models

B7BBD1
RGB183187209
HSL231°22.03%76.86%
HSB/HSV231°12.44%81.96%
CMYK12.44%10.53%0.00%
18.04%

Color #B7BBD1 in popluar number systems.

HEXB7BBD1
Decimal183187209
Binary101101111011101111010001
Octal267273321

Shades and tints

Shades of #B7BBD1

#B7BBD1
(183,187,209)
#A7AABE
(167,170,190)
#9799AB
(151,153,171)
#878898
(135,136,152)
#777785
(119,119,133)
#676672
(103,102,114)
#57555F
(87,85,95)
#47444C
(71,68,76)
#373339
(55,51,57)
#272226
(39,34,38)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #B7BBD1

#B7BBD1
(183,187,209)
#BDC1D5
(189,193,213)
#C3C7D9
(195,199,217)
#C9CDDD
(201,205,221)
#CFD3E1
(207,211,225)
#D5D9E5
(213,217,229)
#DBDFE9
(219,223,233)
#E1E5ED
(225,229,237)
#E7EBF1
(231,235,241)
#EDF1F5
(237,241,245)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BBD1; }

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

This text font color is #B7BBD1.


Background Color

.myBgColor { background-color: #B7BBD1; }

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

This div background color is #B7BBD1.


Border color

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

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

This div border color is #B7BBD1.


Opacity

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

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

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

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

This text has shadow with #B7BBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BBD1 on black background.


Color preview on white background

This text has color #B7BBD1 on white background.



Black color preview on #B7BBD1 background

This text has black color on #B7BBD1 background.


White color preview on #B7BBD1 background

This text has white color on #B7BBD1 background.