COLOR #B2CAC6

HEX: #B2CAC6
RGB: (178,202,198)

Color info

#B2CAC6 contains red, green and blue colors in about the same proportion. Web safe color of #B2CAC6 is #99CCCC (or #9CC).

RGB color model

#B2CAC6 color RGB value is (178,202,198).

  • red value is 178;
  • green value is 202;
  • blue value is 198.
RGB:
(178,202,198)
(70%,79%,78%)

RGB channels and saturation

R 178 of 255 = 70%
G 202 of 255 = 79%
B 198 of 255 = 78%

178
202
198

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

Portions of RGB colors in percentages

R + G + B =
178 + 202 + 198 = 578 (100%)
R 178 of 578 ~ 30.8%
G 202 of 578 ~ 34.95%
B 198 of 578 ~ 34.26%

%30.8
%34.95
%34.26

CMYK color model

#B2CAC6 color CMYK value is (12,0,2,21).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 20.78%
CMYK:
(12,0,2,21)
C12M0Y2K21 
(12%,0%,2%,21%)
(0.12/0.00/0.02/0.21)	

CMYK percentages

%11.88
%0
%1.98
%20.78

Codes

Color #B2CAC6 in popluar color models

B2CAC6
RGB178202198
HSL170°18.46%74.51%
HSB/HSV170°11.88%79.22%
CMYK11.88%0.00%1.98%
20.78%

Color #B2CAC6 in popluar number systems.

HEXB2CAC6
Decimal178202198
Binary101100101100101011000110
Octal262312306

Shades and tints

Shades of #B2CAC6

#B2CAC6
(178,202,198)
#A2B8B4
(162,184,180)
#92A6A2
(146,166,162)
#829490
(130,148,144)
#72827E
(114,130,126)
#62706C
(98,112,108)
#525E5A
(82,94,90)
#424C48
(66,76,72)
#323A36
(50,58,54)
#222824
(34,40,36)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #B2CAC6

#B2CAC6
(178,202,198)
#B9CECB
(185,206,203)
#C0D2D0
(192,210,208)
#C7D6D5
(199,214,213)
#CEDADA
(206,218,218)
#D5DEDF
(213,222,223)
#DCE2E4
(220,226,228)
#E3E6E9
(227,230,233)
#EAEAEE
(234,234,238)
#F1EEF3
(241,238,243)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CAC6 color. Also use rgb(178,202,198) instead hex code.

Text Font Color

.myTextColor { color: #B2CAC6; }

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

This text font color is #B2CAC6.


Background Color

.myBgColor { background-color: #B2CAC6; }

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

This div background color is #B2CAC6.


Border color

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

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

This div border color is #B2CAC6.


Opacity

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

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

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

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

This text has shadow with #B2CAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CAC6 on black background.


Color preview on white background

This text has color #B2CAC6 on white background.



Black color preview on #B2CAC6 background

This text has black color on #B2CAC6 background.


White color preview on #B2CAC6 background

This text has white color on #B2CAC6 background.