COLOR #B4B4CB

HEX: #B4B4CB RGB: (180,180,203)

Color info

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

RGB color model

#B4B4CB color RGB value is (180,180,203).

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

RGB channels and saturation

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

180
180
203

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

Portions of RGB colors in percentages

R + G + B = 180 + 180 + 203 = 563 (100%)
R 180 of 563 ~ 31.97%
G 180 of 563 ~ 31.97%
B 203 of 563 ~ 36.06'%

%31.97
%31.97
%36.06

CMYK color model

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

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

CMYK: (11,11,0,20)
C11M11Y0K20 (11%, 11%, 0%, 20%)
(0.11 / 0.11 / 0.00 / 0.20)

CMYK percentages

%11.33
%11.33
%0
%20.39

Codes

Color #B4B4CB in popluar color models

B4 B4 CB
RGB 180 180 203
HSL 240° 18.11% 75.10%
HSB/HSV 240° 11.33% 79.61%
CMYK 11.33% 11.33% 0.00%
20.39%

Color #B4B4CB in popluar number systems.

HEX B4 B4 CB
Decimal 180 180 203
Binary 10110100 10110100 11001011
Octal 264 264 313

Shades and tints

Shades of #B4B4CB

#B4B4CB
(180,180,203)
#A4A4B9
(164,164,185)
#9494A7
(148,148,167)
#848495
(132,132,149)
#747483
(116,116,131)
#646471
(100,100,113)
#54545F
(84,84,95)
#44444D
(68,68,77)
#34343B
(52,52,59)
#242429
(36,36,41)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B4B4CB

#B4B4CB
(180,180,203)
#BABACF
(186,186,207)
#C0C0D3
(192,192,211)
#C6C6D7
(198,198,215)
#CCCCDB
(204,204,219)
#D2D2DF
(210,210,223)
#D8D8E3
(216,216,227)
#DEDEE7
(222,222,231)
#E4E4EB
(228,228,235)
#EAEAEF
(234,234,239)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B4CB; }

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

This text font color is #B4B4CB.

Background Color

.myBgColor { background-color: #B4B4CB; }

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

This div background color is #B4B4CB.

Border color

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

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

This div border color is #B4B4CB.

Opacity

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

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

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

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

This text has shadow with #B4B4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B4CB.

Preview

Color preview on black background

This text has color #B4B4CB on black background.


Color preview on white background

This text has color #B4B4CB on white background.


Black color preview on #B4B4CB background

This text has black color on #B4B4CB background.


White color preview on #B4B4CB background

This text has white color on #B4B4CB background.


Related colors

Complementary color

Complementary color for #hex is #4B4B34.


I love getcolorcode.com