COLOR #B4CBBD

HEX: #B4CBBD RGB: (180,203,189)

Color info

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

RGB color model

#B4CBBD color RGB value is (180,203,189).

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

RGB channels and saturation

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

180
203
189

R + G + B ~ 75%. #B4CBBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 203 + 189 = 572 (100%)
R 180 of 572 ~ 31.47%
G 203 of 572 ~ 35.49%
B 189 of 572 ~ 33.04'%

%31.47
%35.49
%33.04

CMYK color model

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

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

CMYK: (11,0,7,20)
C11M0Y7K20 (11%, 0%, 7%, 20%)
(0.11 / 0.00 / 0.07 / 0.20)

CMYK percentages

%11.33
%0
%6.9
%20.39

Codes

Color #B4CBBD in popluar color models

B4 CB BD
RGB 180 203 189
HSL 143° 18.11% 75.10%
HSB/HSV 143° 11.33% 79.61%
CMYK 11.33% 0.00% 6.90%
20.39%

Color #B4CBBD in popluar number systems.

HEX B4 CB BD
Decimal 180 203 189
Binary 10110100 11001011 10111101
Octal 264 313 275

Shades and tints

Shades of #B4CBBD

#B4CBBD
(180,203,189)
#A4B9AC
(164,185,172)
#94A79B
(148,167,155)
#84958A
(132,149,138)
#748379
(116,131,121)
#647168
(100,113,104)
#545F57
(84,95,87)
#444D46
(68,77,70)
#343B35
(52,59,53)
#242924
(36,41,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B4CBBD

#B4CBBD
(180,203,189)
#BACFC3
(186,207,195)
#C0D3C9
(192,211,201)
#C6D7CF
(198,215,207)
#CCDBD5
(204,219,213)
#D2DFDB
(210,223,219)
#D8E3E1
(216,227,225)
#DEE7E7
(222,231,231)
#E4EBED
(228,235,237)
#EAEFF3
(234,239,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CBBD; }

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

This text font color is #B4CBBD.

Background Color

.myBgColor { background-color: #B4CBBD; }

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

This div background color is #B4CBBD.

Border color

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

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

This div border color is #B4CBBD.

Opacity

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

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

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

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

This text has shadow with #B4CBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CBBD.

Preview

Color preview on black background

This text has color #B4CBBD on black background.


Color preview on white background

This text has color #B4CBBD on white background.


Black color preview on #B4CBBD background

This text has black color on #B4CBBD background.


White color preview on #B4CBBD background

This text has white color on #B4CBBD background.


Related colors

Complementary color

Complementary color for #hex is #4B3442.


I love getcolorcode.com

Triadic colors

1 #BDB4CB and #CBBDB4 with #B4CBBD are triadic colors.

2 #BDCBB4 and #CBB4BD with #B4CBBD are triadic colors.