COLOR #B7BEC7

HEX: #B7BEC7 RGB: (183,190,199)

Color info

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

RGB color model

#B7BEC7 color RGB value is (183,190,199).

RGB: (183,190,199) (72%, 75%, 78%)

RGB channels and saturation

R 183 of 255 = 72%
G 190 of 255 = 75%
B 199 of 255 = 78%

183
190
199

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

Portions of RGB colors in percentages

R + G + B = 183 + 190 + 199 = 572 (100%)
R 183 of 572 ~ 31.99%
G 190 of 572 ~ 33.22%
B 199 of 572 ~ 34.79'%

%31.99
%33.22
%34.79

CMYK color model

#B7BEC7 color CMYK value is (8,5,0,22).

  • cyan value is 8.04%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (8,5,0,22)
C8M5Y0K22 (8%, 5%, 0%, 22%)
(0.08 / 0.05 / 0.00 / 0.22)

CMYK percentages

%8.04
%4.52
%0
%21.96

Codes

Color #B7BEC7 in popluar color models

B7 BE C7
RGB 183 190 199
HSL 214° 12.50% 74.90%
HSB/HSV 214° 8.04% 78.04%
CMYK 8.04% 4.52% 0.00%
21.96%

Color #B7BEC7 in popluar number systems.

HEX B7 BE C7
Decimal 183 190 199
Binary 10110111 10111110 11000111
Octal 267 276 307

Shades and tints

Shades of #B7BEC7

#B7BEC7
(183,190,199)
#A7ADB5
(167,173,181)
#979CA3
(151,156,163)
#878B91
(135,139,145)
#777A7F
(119,122,127)
#67696D
(103,105,109)
#57585B
(87,88,91)
#474749
(71,71,73)
#373637
(55,54,55)
#272525
(39,37,37)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #B7BEC7

#B7BEC7
(183,190,199)
#BDC3CC
(189,195,204)
#C3C8D1
(195,200,209)
#C9CDD6
(201,205,214)
#CFD2DB
(207,210,219)
#D5D7E0
(213,215,224)
#DBDCE5
(219,220,229)
#E1E1EA
(225,225,234)
#E7E6EF
(231,230,239)
#EDEBF4
(237,235,244)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BEC7 color. Also use rgb(183,190,199) instead hex code.

Text Font Color

.myTextColor { color: #B7BEC7; }

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

This text font color is #B7BEC7.

Background Color

.myBgColor { background-color: #B7BEC7; }

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

This div background color is #B7BEC7.

Border color

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

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

This div border color is #B7BEC7.

Opacity

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

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

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

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

This text has shadow with #B7BEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BEC7.

Preview

Color preview on black background

This text has color #B7BEC7 on black background.


Color preview on white background

This text has color #B7BEC7 on white background.


Black color preview on #B7BEC7 background

This text has black color on #B7BEC7 background.


White color preview on #B7BEC7 background

This text has white color on #B7BEC7 background.


Related colors

Complementary color

Complementary color for #hex is #484138.


I love getcolorcode.com

Triadic colors

1 #C7B7BE and #BEC7B7 with #B7BEC7 are triadic colors.

2 #C7BEB7 and #BEB7C7 with #B7BEC7 are triadic colors.