COLOR #B4CAC7

HEX: #B4CAC7
RGB: (180,202,199)

Color info

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

RGB color model

#B4CAC7 color RGB value is (180,202,199).

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

RGB channels and saturation

R 180 of 255 = 71%
G 202 of 255 = 79%
B 199 of 255 = 78%

180
202
199

R + G + B ~ 76%. #B4CAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 202 + 199 = 581 (100%)
R 180 of 581 ~ 30.98%
G 202 of 581 ~ 34.77%
B 199 of 581 ~ 34.25%

%30.98
%34.77
%34.25

CMYK color model

#B4CAC7 color CMYK value is (11,0,1,21).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 20.78%
CMYK:
(11,0,1,21)
C11M0Y1K21 
(11%,0%,1%,21%)
(0.11/0.00/0.01/0.21)	

CMYK percentages

%10.89
%0
%1.49
%20.78

Codes

Color #B4CAC7 in popluar color models

B4CAC7
RGB180202199
HSL172°17.19%74.90%
HSB/HSV172°10.89%79.22%
CMYK10.89%0.00%1.49%
20.78%

Color #B4CAC7 in popluar number systems.

HEXB4CAC7
Decimal180202199
Binary101101001100101011000111
Octal264312307

Shades and tints

Shades of #B4CAC7

#B4CAC7
(180,202,199)
#A4B8B5
(164,184,181)
#94A6A3
(148,166,163)
#849491
(132,148,145)
#74827F
(116,130,127)
#64706D
(100,112,109)
#545E5B
(84,94,91)
#444C49
(68,76,73)
#343A37
(52,58,55)
#242825
(36,40,37)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #B4CAC7

#B4CAC7
(180,202,199)
#BACECC
(186,206,204)
#C0D2D1
(192,210,209)
#C6D6D6
(198,214,214)
#CCDADB
(204,218,219)
#D2DEE0
(210,222,224)
#D8E2E5
(216,226,229)
#DEE6EA
(222,230,234)
#E4EAEF
(228,234,239)
#EAEEF4
(234,238,244)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CAC7; }

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

This text font color is #B4CAC7.


Background Color

.myBgColor { background-color: #B4CAC7; }

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

This div background color is #B4CAC7.


Border color

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

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

This div border color is #B4CAC7.


Opacity

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

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

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

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

This text has shadow with #B4CAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CAC7 on black background.


Color preview on white background

This text has color #B4CAC7 on white background.



Black color preview on #B4CAC7 background

This text has black color on #B4CAC7 background.


White color preview on #B4CAC7 background

This text has white color on #B4CAC7 background.