COLOR #B4CBA9

HEX: #B4CBA9
RGB: (180,203,169)

Color info

#B4CBA9 contains red, green and blue colors in about the same proportion. Web safe color of #B4CBA9 is #CCCC99 (or #CC9).

RGB color model

#B4CBA9 color RGB value is (180,203,169).

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

RGB channels and saturation

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

180
203
169

R + G + B ~ 72%. #B4CBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 203 + 169 = 552 (100%)
R 180 of 552 ~ 32.61%
G 203 of 552 ~ 36.78%
B 169 of 552 ~ 30.62%

%32.61
%36.78
%30.62

CMYK color model

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

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

CMYK percentages

%11.33
%0
%16.75
%20.39

Codes

Color #B4CBA9 in popluar color models

B4CBA9
RGB180203169
HSL101°24.64%72.94%
HSB/HSV101°16.75%79.61%
CMYK11.33%0.00%16.75%
20.39%

Color #B4CBA9 in popluar number systems.

HEXB4CBA9
Decimal180203169
Binary101101001100101110101001
Octal264313251

Shades and tints

Shades of #B4CBA9

#B4CBA9
(180,203,169)
#A4B99A
(164,185,154)
#94A78B
(148,167,139)
#84957C
(132,149,124)
#74836D
(116,131,109)
#64715E
(100,113,94)
#545F4F
(84,95,79)
#444D40
(68,77,64)
#343B31
(52,59,49)
#242922
(36,41,34)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B4CBA9

#B4CBA9
(180,203,169)
#BACFB0
(186,207,176)
#C0D3B7
(192,211,183)
#C6D7BE
(198,215,190)
#CCDBC5
(204,219,197)
#D2DFCC
(210,223,204)
#D8E3D3
(216,227,211)
#DEE7DA
(222,231,218)
#E4EBE1
(228,235,225)
#EAEFE8
(234,239,232)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CBA9; }

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

This text font color is #B4CBA9.


Background Color

.myBgColor { background-color: #B4CBA9; }

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

This div background color is #B4CBA9.


Border color

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

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

This div border color is #B4CBA9.


Opacity

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

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

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

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

This text has shadow with #B4CBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CBA9 on black background.


Color preview on white background

This text has color #B4CBA9 on white background.



Black color preview on #B4CBA9 background

This text has black color on #B4CBA9 background.


White color preview on #B4CBA9 background

This text has white color on #B4CBA9 background.