COLOR #B7C7CB

HEX: #B7C7CB RGB: (183,199,203)

Color info

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

RGB color model

#B7C7CB color RGB value is (183,199,203).

RGB: (183,199,203) (72%, 78%, 80%)

RGB channels and saturation

R 183 of 255 = 72%
G 199 of 255 = 78%
B 203 of 255 = 80%

183
199
203

R + G + B ~ 77%. #B7C7CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 199 + 203 = 585 (100%)
R 183 of 585 ~ 31.28%
G 199 of 585 ~ 34.02%
B 203 of 585 ~ 34.7'%

%31.28
%34.02
%34.7

CMYK color model

#B7C7CB color CMYK value is (10,2,0,20).

  • cyan value is 9.85%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (10,2,0,20) C10M2Y0K20 (10%,2%,0%,20%) (0.10/0.02/0.00/0.20) 

CMYK percentages

%9.85
%1.97
%0
%20.39

Codes

Color #B7C7CB in popluar color models

B7 C7 CB
RGB 183 199 203
HSL 192° 16.13% 75.69%
HSB/HSV 192° 9.85% 79.61%
CMYK 9.85% 1.97% 0.00%
20.39%

Color #B7C7CB in popluar number systems.

HEX B7 C7 CB
Decimal 183 199 203
Binary 10110111 11000111 11001011
Octal 267 307 313

Shades and tints

Shades of #B7C7CB

#B7C7CB
(183,199,203)
#A7B5B9
(167,181,185)
#97A3A7
(151,163,167)
#879195
(135,145,149)
#777F83
(119,127,131)
#676D71
(103,109,113)
#575B5F
(87,91,95)
#47494D
(71,73,77)
#37373B
(55,55,59)
#272529
(39,37,41)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #B7C7CB

#B7C7CB
(183,199,203)
#BDCCCF
(189,204,207)
#C3D1D3
(195,209,211)
#C9D6D7
(201,214,215)
#CFDBDB
(207,219,219)
#D5E0DF
(213,224,223)
#DBE5E3
(219,229,227)
#E1EAE7
(225,234,231)
#E7EFEB
(231,239,235)
#EDF4EF
(237,244,239)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C7CB; }

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

This text font color is #B7C7CB.

Background Color

.myBgColor { background-color: #B7C7CB; }

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

This div background color is #B7C7CB.

Border color

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

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

This div border color is #B7C7CB.

Opacity

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

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

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

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

This text has shadow with #B7C7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C7CB.

Preview

Color preview on black background

This text has color #B7C7CB on black background.


Color preview on white background

This text has color #B7C7CB on white background.


Black color preview on #B7C7CB background

This text has black color on #B7C7CB background.


White color preview on #B7C7CB background

This text has white color on #B7C7CB background.


Related colors

Complementary color

Complementary color for #hex is #483834.


I love getcolorcode.com

Triadic colors

1 #CBB7C7 and #C7CBB7 with #B7C7CB are triadic colors.

2 #CBC7B7 and #C7B7CB with #B7C7CB are triadic colors.