COLOR #B7BBCD

HEX: #B7BBCD
RGB: (183,187,205)

Color info

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

RGB color model

#B7BBCD color RGB value is (183,187,205).

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

RGB channels and saturation

R 183 of 255 = 72%
G 187 of 255 = 73%
B 205 of 255 = 80%

183
187
205

R + G + B ~ 75%. #B7BBCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 187 + 205 = 575 (100%)
R 183 of 575 ~ 31.83%
G 187 of 575 ~ 32.52%
B 205 of 575 ~ 35.65%

%31.83
%32.52
%35.65

CMYK color model

#B7BBCD color CMYK value is (11,9,0,20).

  • cyan value is 10.73%
  • magenta value is 8.78%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,9,0,20)
C11M9Y0K20 
(11%,9%,0%,20%)
(0.11/0.09/0.00/0.20)	

CMYK percentages

%10.73
%8.78
%0
%19.61

Codes

Color #B7BBCD in popluar color models

B7BBCD
RGB183187205
HSL229°18.03%76.08%
HSB/HSV229°10.73%80.39%
CMYK10.73%8.78%0.00%
19.61%

Color #B7BBCD in popluar number systems.

HEXB7BBCD
Decimal183187205
Binary101101111011101111001101
Octal267273315

Shades and tints

Shades of #B7BBCD

#B7BBCD
(183,187,205)
#A7AABB
(167,170,187)
#9799A9
(151,153,169)
#878897
(135,136,151)
#777785
(119,119,133)
#676673
(103,102,115)
#575561
(87,85,97)
#47444F
(71,68,79)
#37333D
(55,51,61)
#27222B
(39,34,43)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #B7BBCD

#B7BBCD
(183,187,205)
#BDC1D1
(189,193,209)
#C3C7D5
(195,199,213)
#C9CDD9
(201,205,217)
#CFD3DD
(207,211,221)
#D5D9E1
(213,217,225)
#DBDFE5
(219,223,229)
#E1E5E9
(225,229,233)
#E7EBED
(231,235,237)
#EDF1F1
(237,241,241)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BBCD; }

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

This text font color is #B7BBCD.


Background Color

.myBgColor { background-color: #B7BBCD; }

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

This div background color is #B7BBCD.


Border color

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

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

This div border color is #B7BBCD.


Opacity

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

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

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

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

This text has shadow with #B7BBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BBCD on black background.


Color preview on white background

This text has color #B7BBCD on white background.



Black color preview on #B7BBCD background

This text has black color on #B7BBCD background.


White color preview on #B7BBCD background

This text has white color on #B7BBCD background.