COLOR #B4CACC

HEX: #B4CACC
RGB: (180,202,204)

Color info

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

RGB color model

#B4CACC color RGB value is (180,202,204).

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

RGB channels and saturation

R 180 of 255 = 71%
G 202 of 255 = 79%
B 204 of 255 = 80%

180
202
204

R + G + B ~ 77%. #B4CACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 202 + 204 = 586 (100%)
R 180 of 586 ~ 30.72%
G 202 of 586 ~ 34.47%
B 204 of 586 ~ 34.81%

%30.72
%34.47
%34.81

CMYK color model

#B4CACC color CMYK value is (12,1,0,20).

  • cyan value is 11.76%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(12,1,0,20)
C12M1Y0K20 
(12%,1%,0%,20%)
(0.12/0.01/0.00/0.20)	

CMYK percentages

%11.76
%0.98
%0
%20

Codes

Color #B4CACC in popluar color models

B4CACC
RGB180202204
HSL185°19.05%75.29%
HSB/HSV185°11.76%80.00%
CMYK11.76%0.98%0.00%
20.00%

Color #B4CACC in popluar number systems.

HEXB4CACC
Decimal180202204
Binary101101001100101011001100
Octal264312314

Shades and tints

Shades of #B4CACC

#B4CACC
(180,202,204)
#A4B8BA
(164,184,186)
#94A6A8
(148,166,168)
#849496
(132,148,150)
#748284
(116,130,132)
#647072
(100,112,114)
#545E60
(84,94,96)
#444C4E
(68,76,78)
#343A3C
(52,58,60)
#24282A
(36,40,42)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #B4CACC

#B4CACC
(180,202,204)
#BACED0
(186,206,208)
#C0D2D4
(192,210,212)
#C6D6D8
(198,214,216)
#CCDADC
(204,218,220)
#D2DEE0
(210,222,224)
#D8E2E4
(216,226,228)
#DEE6E8
(222,230,232)
#E4EAEC
(228,234,236)
#EAEEF0
(234,238,240)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CACC; }

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

This text font color is #B4CACC.


Background Color

.myBgColor { background-color: #B4CACC; }

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

This div background color is #B4CACC.


Border color

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

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

This div border color is #B4CACC.


Opacity

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

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

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

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

This text has shadow with #B4CACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CACC on black background.


Color preview on white background

This text has color #B4CACC on white background.



Black color preview on #B4CACC background

This text has black color on #B4CACC background.


White color preview on #B4CACC background

This text has white color on #B4CACC background.