COLOR #B7BBC9

HEX: #B7BBC9 RGB: (183,187,201)

Color info

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

RGB color model

#B7BBC9 color RGB value is (183,187,201).

RGB: (183,187,201) (72%, 73%, 79%)

RGB channels and saturation

R 183 of 255 = 72%
G 187 of 255 = 73%
B 201 of 255 = 79%

183
187
201

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

Portions of RGB colors in percentages

R + G + B = 183 + 187 + 201 = 571 (100%)
R 183 of 571 ~ 32.05%
G 187 of 571 ~ 32.75%
B 201 of 571 ~ 35.2'%

%32.05
%32.75
%35.2

CMYK color model

#B7BBC9 color CMYK value is (9,7,0,21).

  • cyan value is 8.96%
  • magenta value is 6.97%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (9,7,0,21) C9M7Y0K21 (9%,7%,0%,21%) (0.09/0.07/0.00/0.21) 

CMYK percentages

%8.96
%6.97
%0
%21.18

Codes

Color #B7BBC9 in popluar color models

B7 BB C9
RGB 183 187 201
HSL 227° 14.29% 75.29%
HSB/HSV 227° 8.96% 78.82%
CMYK 8.96% 6.97% 0.00%
21.18%

Color #B7BBC9 in popluar number systems.

HEX B7 BB C9
Decimal 183 187 201
Binary 10110111 10111011 11001001
Octal 267 273 311

Shades and tints

Shades of #B7BBC9

#B7BBC9
(183,187,201)
#A7AAB7
(167,170,183)
#9799A5
(151,153,165)
#878893
(135,136,147)
#777781
(119,119,129)
#67666F
(103,102,111)
#57555D
(87,85,93)
#47444B
(71,68,75)
#373339
(55,51,57)
#272227
(39,34,39)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #B7BBC9

#B7BBC9
(183,187,201)
#BDC1CD
(189,193,205)
#C3C7D1
(195,199,209)
#C9CDD5
(201,205,213)
#CFD3D9
(207,211,217)
#D5D9DD
(213,217,221)
#DBDFE1
(219,223,225)
#E1E5E5
(225,229,229)
#E7EBE9
(231,235,233)
#EDF1ED
(237,241,237)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BBC9; }

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

This text font color is #B7BBC9.

Background Color

.myBgColor { background-color: #B7BBC9; }

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

This div background color is #B7BBC9.

Border color

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

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

This div border color is #B7BBC9.

Opacity

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

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

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

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

This text has shadow with #B7BBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BBC9.

Preview

Color preview on black background

This text has color #B7BBC9 on black background.


Color preview on white background

This text has color #B7BBC9 on white background.


Black color preview on #B7BBC9 background

This text has black color on #B7BBC9 background.


White color preview on #B7BBC9 background

This text has white color on #B7BBC9 background.


Related colors

Complementary color

Complementary color for #hex is #484436.


I love getcolorcode.com

Triadic colors

1 #C9B7BB and #BBC9B7 with #B7BBC9 are triadic colors.

2 #C9BBB7 and #BBB7C9 with #B7BBC9 are triadic colors.