COLOR #B4CBB4

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

Color info

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

RGB color model

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

  • red value is 180;
  • green value is 203;
  • blue value is 180.
RGB:
(180,203,180)
(71%,80%,71%)

RGB channels and saturation

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

180
203
180

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

Portions of RGB colors in percentages

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

%31.97
%36.06
%31.97

CMYK color model

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

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 11.33%
  • key color value is 20.39%
CMYK:
(11,0,11,20)
C11M0Y11K20 
(11%,0%,11%,20%)
(0.11/0.00/0.11/0.20)	

CMYK percentages

%11.33
%0
%11.33
%20.39

Codes

Color #B4CBB4 in popluar color models

B4CBB4
RGB180203180
HSL120°18.11%75.10%
HSB/HSV120°11.33%79.61%
CMYK11.33%0.00%11.33%
20.39%

Color #B4CBB4 in popluar number systems.

HEXB4CBB4
Decimal180203180
Binary101101001100101110110100
Octal264313264

Shades and tints

Shades of #B4CBB4

#B4CBB4
(180,203,180)
#A4B9A4
(164,185,164)
#94A794
(148,167,148)
#849584
(132,149,132)
#748374
(116,131,116)
#647164
(100,113,100)
#545F54
(84,95,84)
#444D44
(68,77,68)
#343B34
(52,59,52)
#242924
(36,41,36)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #B4CBB4

#B4CBB4
(180,203,180)
#BACFBA
(186,207,186)
#C0D3C0
(192,211,192)
#C6D7C6
(198,215,198)
#CCDBCC
(204,219,204)
#D2DFD2
(210,223,210)
#D8E3D8
(216,227,216)
#DEE7DE
(222,231,222)
#E4EBE4
(228,235,228)
#EAEFEA
(234,239,234)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CBB4; }

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

This text font color is #B4CBB4.


Background Color

.myBgColor { background-color: #B4CBB4; }

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

This div background color is #B4CBB4.


Border color

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

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

This div border color is #B4CBB4.


Opacity

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

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

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

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

This text has shadow with #B4CBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CBB4 on black background.


Color preview on white background

This text has color #B4CBB4 on white background.



Black color preview on #B4CBB4 background

This text has black color on #B4CBB4 background.


White color preview on #B4CBB4 background

This text has white color on #B4CBB4 background.