COLOR #B7C5BB

HEX: #B7C5BB RGB: (183,197,187)

Color info

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

RGB color model

#B7C5BB color RGB value is (183,197,187).

RGB: (183,197,187) (72%, 77%, 73%)

RGB channels and saturation

R 183 of 255 = 72%
G 197 of 255 = 77%
B 187 of 255 = 73%

183
197
187

R + G + B ~ 74%. #B7C5BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 197 + 187 = 567 (100%)
R 183 of 567 ~ 32.28%
G 197 of 567 ~ 34.74%
B 187 of 567 ~ 32.98'%

%32.28
%34.74
%32.98

CMYK color model

#B7C5BB color CMYK value is (7,0,5,23).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 22.75%

CMYK: (7,0,5,23)
C7M0Y5K23 (7%, 0%, 5%, 23%)
(0.07 / 0.00 / 0.05 / 0.23)

CMYK percentages

%7.11
%0
%5.08
%22.75

Codes

Color #B7C5BB in popluar color models

B7 C5 BB
RGB 183 197 187
HSL 137° 10.77% 74.51%
HSB/HSV 137° 7.11% 77.25%
CMYK 7.11% 0.00% 5.08%
22.75%

Color #B7C5BB in popluar number systems.

HEX B7 C5 BB
Decimal 183 197 187
Binary 10110111 11000101 10111011
Octal 267 305 273

Shades and tints

Shades of #B7C5BB

#B7C5BB
(183,197,187)
#A7B4AA
(167,180,170)
#97A399
(151,163,153)
#879288
(135,146,136)
#778177
(119,129,119)
#677066
(103,112,102)
#575F55
(87,95,85)
#474E44
(71,78,68)
#373D33
(55,61,51)
#272C22
(39,44,34)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #B7C5BB

#B7C5BB
(183,197,187)
#BDCAC1
(189,202,193)
#C3CFC7
(195,207,199)
#C9D4CD
(201,212,205)
#CFD9D3
(207,217,211)
#D5DED9
(213,222,217)
#DBE3DF
(219,227,223)
#E1E8E5
(225,232,229)
#E7EDEB
(231,237,235)
#EDF2F1
(237,242,241)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C5BB; }

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

This text font color is #B7C5BB.

Background Color

.myBgColor { background-color: #B7C5BB; }

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

This div background color is #B7C5BB.

Border color

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

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

This div border color is #B7C5BB.

Opacity

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

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

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

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

This text has shadow with #B7C5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C5BB.

Preview

Color preview on black background

This text has color #B7C5BB on black background.


Color preview on white background

This text has color #B7C5BB on white background.


Black color preview on #B7C5BB background

This text has black color on #B7C5BB background.


White color preview on #B7C5BB background

This text has white color on #B7C5BB background.


Related colors

Complementary color

Complementary color for #hex is #483A44.


I love getcolorcode.com

Triadic colors

1 #BBB7C5 and #C5BBB7 with #B7C5BB are triadic colors.

2 #BBC5B7 and #C5B7BB with #B7C5BB are triadic colors.