COLOR #B4CAA7

HEX: #B4CAA7
RGB: (180,202,167)

Color info

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

RGB color model

#B4CAA7 color RGB value is (180,202,167).

  • red value is 180;
  • green value is 202;
  • blue value is 167.
RGB:
(180,202,167)
(71%,79%,65%)

RGB channels and saturation

R 180 of 255 = 71%
G 202 of 255 = 79%
B 167 of 255 = 65%

180
202
167

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

Portions of RGB colors in percentages

R + G + B =
180 + 202 + 167 = 549 (100%)
R 180 of 549 ~ 32.79%
G 202 of 549 ~ 36.79%
B 167 of 549 ~ 30.42%

%32.79
%36.79
%30.42

CMYK color model

#B4CAA7 color CMYK value is (11,0,17,21).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 20.78%
CMYK:
(11,0,17,21)
C11M0Y17K21 
(11%,0%,17%,21%)
(0.11/0.00/0.17/0.21)	

CMYK percentages

%10.89
%0
%17.33
%20.78

Codes

Color #B4CAA7 in popluar color models

B4CAA7
RGB180202167
HSL98°24.82%72.35%
HSB/HSV98°17.33%79.22%
CMYK10.89%0.00%17.33%
20.78%

Color #B4CAA7 in popluar number systems.

HEXB4CAA7
Decimal180202167
Binary101101001100101010100111
Octal264312247

Shades and tints

Shades of #B4CAA7

#B4CAA7
(180,202,167)
#A4B898
(164,184,152)
#94A689
(148,166,137)
#84947A
(132,148,122)
#74826B
(116,130,107)
#64705C
(100,112,92)
#545E4D
(84,94,77)
#444C3E
(68,76,62)
#343A2F
(52,58,47)
#242820
(36,40,32)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #B4CAA7

#B4CAA7
(180,202,167)
#BACEAF
(186,206,175)
#C0D2B7
(192,210,183)
#C6D6BF
(198,214,191)
#CCDAC7
(204,218,199)
#D2DECF
(210,222,207)
#D8E2D7
(216,226,215)
#DEE6DF
(222,230,223)
#E4EAE7
(228,234,231)
#EAEEEF
(234,238,239)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CAA7; }

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

This text font color is #B4CAA7.


Background Color

.myBgColor { background-color: #B4CAA7; }

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

This div background color is #B4CAA7.


Border color

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

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

This div border color is #B4CAA7.


Opacity

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

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

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

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

This text has shadow with #B4CAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CAA7 on black background.


Color preview on white background

This text has color #B4CAA7 on white background.



Black color preview on #B4CAA7 background

This text has black color on #B4CAA7 background.


White color preview on #B4CAA7 background

This text has white color on #B4CAA7 background.