COLOR #B7C7B5

HEX: #B7C7B5 RGB: (183,199,181)

Color info

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

RGB color model

#B7C7B5 color RGB value is (183,199,181).

RGB: (183,199,181) (72%, 78%, 71%)

RGB channels and saturation

R 183 of 255 = 72%
G 199 of 255 = 78%
B 181 of 255 = 71%

183
199
181

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

Portions of RGB colors in percentages

R + G + B = 183 + 199 + 181 = 563 (100%)
R 183 of 563 ~ 32.5%
G 199 of 563 ~ 35.35%
B 181 of 563 ~ 32.15'%

%32.5
%35.35
%32.15

CMYK color model

#B7C7B5 color CMYK value is (8,0,9,22).

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

CMYK: (8,0,9,22)
C8M0Y9K22 (8%, 0%, 9%, 22%)
(0.08 / 0.00 / 0.09 / 0.22)

CMYK percentages

%8.04
%0
%9.05
%21.96

Codes

Color #B7C7B5 in popluar color models

B7 C7 B5
RGB 183 199 181
HSL 113° 13.85% 74.51%
HSB/HSV 113° 9.05% 78.04%
CMYK 8.04% 0.00% 9.05%
21.96%

Color #B7C7B5 in popluar number systems.

HEX B7 C7 B5
Decimal 183 199 181
Binary 10110111 11000111 10110101
Octal 267 307 265

Shades and tints

Shades of #B7C7B5

#B7C7B5
(183,199,181)
#A7B5A5
(167,181,165)
#97A395
(151,163,149)
#879185
(135,145,133)
#777F75
(119,127,117)
#676D65
(103,109,101)
#575B55
(87,91,85)
#474945
(71,73,69)
#373735
(55,55,53)
#272525
(39,37,37)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #B7C7B5

#B7C7B5
(183,199,181)
#BDCCBB
(189,204,187)
#C3D1C1
(195,209,193)
#C9D6C7
(201,214,199)
#CFDBCD
(207,219,205)
#D5E0D3
(213,224,211)
#DBE5D9
(219,229,217)
#E1EADF
(225,234,223)
#E7EFE5
(231,239,229)
#EDF4EB
(237,244,235)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C7B5; }

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

This text font color is #B7C7B5.

Background Color

.myBgColor { background-color: #B7C7B5; }

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

This div background color is #B7C7B5.

Border color

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

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

This div border color is #B7C7B5.

Opacity

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

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

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

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

This text has shadow with #B7C7B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C7B5.

Preview

Color preview on black background

This text has color #B7C7B5 on black background.


Color preview on white background

This text has color #B7C7B5 on white background.


Black color preview on #B7C7B5 background

This text has black color on #B7C7B5 background.


White color preview on #B7C7B5 background

This text has white color on #B7C7B5 background.


Related colors

Complementary color

Complementary color for #hex is #48384A.


I love getcolorcode.com

Triadic colors

1 #B5B7C7 and #C7B5B7 with #B7C7B5 are triadic colors.

2 #B5C7B7 and #C7B7B5 with #B7C7B5 are triadic colors.