COLOR #B4B7CB

HEX: #B4B7CB RGB: (180,183,203)

Color info

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

RGB color model

#B4B7CB color RGB value is (180,183,203).

RGB: (180,183,203) (71%, 72%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 183 of 255 = 72%
B 203 of 255 = 80%

180
183
203

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

Portions of RGB colors in percentages

R + G + B = 180 + 183 + 203 = 566 (100%)
R 180 of 566 ~ 31.8%
G 183 of 566 ~ 32.33%
B 203 of 566 ~ 35.87'%

%31.8
%32.33
%35.87

CMYK color model

#B4B7CB color CMYK value is (11,10,0,20).

  • cyan value is 11.33%
  • magenta value is 9.85%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (11,10,0,20)
C11M10Y0K20 (11%, 10%, 0%, 20%)
(0.11 / 0.10 / 0.00 / 0.20)

CMYK percentages

%11.33
%9.85
%0
%20.39

Codes

Color #B4B7CB in popluar color models

B4 B7 CB
RGB 180 183 203
HSL 232° 18.11% 75.10%
HSB/HSV 232° 11.33% 79.61%
CMYK 11.33% 9.85% 0.00%
20.39%

Color #B4B7CB in popluar number systems.

HEX B4 B7 CB
Decimal 180 183 203
Binary 10110100 10110111 11001011
Octal 264 267 313

Shades and tints

Shades of #B4B7CB

#B4B7CB
(180,183,203)
#A4A7B9
(164,167,185)
#9497A7
(148,151,167)
#848795
(132,135,149)
#747783
(116,119,131)
#646771
(100,103,113)
#54575F
(84,87,95)
#44474D
(68,71,77)
#34373B
(52,55,59)
#242729
(36,39,41)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4B7CB

#B4B7CB
(180,183,203)
#BABDCF
(186,189,207)
#C0C3D3
(192,195,211)
#C6C9D7
(198,201,215)
#CCCFDB
(204,207,219)
#D2D5DF
(210,213,223)
#D8DBE3
(216,219,227)
#DEE1E7
(222,225,231)
#E4E7EB
(228,231,235)
#EAEDEF
(234,237,239)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B7CB; }

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

This text font color is #B4B7CB.

Background Color

.myBgColor { background-color: #B4B7CB; }

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

This div background color is #B4B7CB.

Border color

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

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

This div border color is #B4B7CB.

Opacity

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

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

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

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

This text has shadow with #B4B7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B7CB.

Preview

Color preview on black background

This text has color #B4B7CB on black background.


Color preview on white background

This text has color #B4B7CB on white background.


Black color preview on #B4B7CB background

This text has black color on #B4B7CB background.


White color preview on #B4B7CB background

This text has white color on #B4B7CB background.


Related colors

Complementary color

Complementary color for #hex is #4B4834.


I love getcolorcode.com

Triadic colors

1 #CBB4B7 and #B7CBB4 with #B4B7CB are triadic colors.

2 #CBB7B4 and #B7B4CB with #B4B7CB are triadic colors.