COLOR #B4CCA1

HEX: #B4CCA1
RGB: (180,204,161)

Color info

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

RGB color model

#B4CCA1 color RGB value is (180,204,161).

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

RGB channels and saturation

R 180 of 255 = 71%
G 204 of 255 = 80%
B 161 of 255 = 63%

180
204
161

R + G + B ~ 71%. #B4CCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 204 + 161 = 545 (100%)
R 180 of 545 ~ 33.03%
G 204 of 545 ~ 37.43%
B 161 of 545 ~ 29.54%

%33.03
%37.43
%29.54

CMYK color model

#B4CCA1 color CMYK value is (12,0,21,20).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 20.00%
CMYK:
(12,0,21,20)
C12M0Y21K20 
(12%,0%,21%,20%)
(0.12/0.00/0.21/0.20)	

CMYK percentages

%11.76
%0
%21.08
%20

Codes

Color #B4CCA1 in popluar color models

B4CCA1
RGB180204161
HSL93°29.66%71.57%
HSB/HSV93°21.08%80.00%
CMYK11.76%0.00%21.08%
20.00%

Color #B4CCA1 in popluar number systems.

HEXB4CCA1
Decimal180204161
Binary101101001100110010100001
Octal264314241

Shades and tints

Shades of #B4CCA1

#B4CCA1
(180,204,161)
#A4BA93
(164,186,147)
#94A885
(148,168,133)
#849677
(132,150,119)
#748469
(116,132,105)
#64725B
(100,114,91)
#54604D
(84,96,77)
#444E3F
(68,78,63)
#343C31
(52,60,49)
#242A23
(36,42,35)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #B4CCA1

#B4CCA1
(180,204,161)
#BAD0A9
(186,208,169)
#C0D4B1
(192,212,177)
#C6D8B9
(198,216,185)
#CCDCC1
(204,220,193)
#D2E0C9
(210,224,201)
#D8E4D1
(216,228,209)
#DEE8D9
(222,232,217)
#E4ECE1
(228,236,225)
#EAF0E9
(234,240,233)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CCA1; }

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

This text font color is #B4CCA1.


Background Color

.myBgColor { background-color: #B4CCA1; }

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

This div background color is #B4CCA1.


Border color

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

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

This div border color is #B4CCA1.


Opacity

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

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

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

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

This text has shadow with #B4CCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CCA1 on black background.


Color preview on white background

This text has color #B4CCA1 on white background.



Black color preview on #B4CCA1 background

This text has black color on #B4CCA1 background.


White color preview on #B4CCA1 background

This text has white color on #B4CCA1 background.