COLOR #B4CBA3

HEX: #B4CBA3
RGB: (180,203,163)

Color info

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

RGB color model

#B4CBA3 color RGB value is (180,203,163).

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

RGB channels and saturation

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

180
203
163

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

Portions of RGB colors in percentages

R + G + B =
180 + 203 + 163 = 546 (100%)
R 180 of 546 ~ 32.97%
G 203 of 546 ~ 37.18%
B 163 of 546 ~ 29.85%

%32.97
%37.18
%29.85

CMYK color model

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

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

CMYK percentages

%11.33
%0
%19.7
%20.39

Codes

Color #B4CBA3 in popluar color models

B4CBA3
RGB180203163
HSL95°27.78%71.76%
HSB/HSV95°19.70%79.61%
CMYK11.33%0.00%19.70%
20.39%

Color #B4CBA3 in popluar number systems.

HEXB4CBA3
Decimal180203163
Binary101101001100101110100011
Octal264313243

Shades and tints

Shades of #B4CBA3

#B4CBA3
(180,203,163)
#A4B995
(164,185,149)
#94A787
(148,167,135)
#849579
(132,149,121)
#74836B
(116,131,107)
#64715D
(100,113,93)
#545F4F
(84,95,79)
#444D41
(68,77,65)
#343B33
(52,59,51)
#242925
(36,41,37)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4CBA3

#B4CBA3
(180,203,163)
#BACFAB
(186,207,171)
#C0D3B3
(192,211,179)
#C6D7BB
(198,215,187)
#CCDBC3
(204,219,195)
#D2DFCB
(210,223,203)
#D8E3D3
(216,227,211)
#DEE7DB
(222,231,219)
#E4EBE3
(228,235,227)
#EAEFEB
(234,239,235)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CBA3; }

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

This text font color is #B4CBA3.


Background Color

.myBgColor { background-color: #B4CBA3; }

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

This div background color is #B4CBA3.


Border color

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

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

This div border color is #B4CBA3.


Opacity

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

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

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

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

This text has shadow with #B4CBA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CBA3 on black background.


Color preview on white background

This text has color #B4CBA3 on white background.



Black color preview on #B4CBA3 background

This text has black color on #B4CBA3 background.


White color preview on #B4CBA3 background

This text has white color on #B4CBA3 background.