COLOR #B2CAC9

HEX: #B2CAC9
RGB: (178,202,201)

Color info

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

RGB color model

#B2CAC9 color RGB value is (178,202,201).

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

RGB channels and saturation

R 178 of 255 = 70%
G 202 of 255 = 79%
B 201 of 255 = 79%

178
202
201

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

Portions of RGB colors in percentages

R + G + B =
178 + 202 + 201 = 581 (100%)
R 178 of 581 ~ 30.64%
G 202 of 581 ~ 34.77%
B 201 of 581 ~ 34.6%

%30.64
%34.77
%34.6

CMYK color model

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

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 20.78%
CMYK:
(12,0,0,21)
C12M0Y0K21 
(12%,0%,0%,21%)
(0.12/0.00/0.00/0.21)	

CMYK percentages

%11.88
%0
%0.5
%20.78

Codes

Color #B2CAC9 in popluar color models

B2CAC9
RGB178202201
HSL178°18.46%74.51%
HSB/HSV178°11.88%79.22%
CMYK11.88%0.00%0.50%
20.78%

Color #B2CAC9 in popluar number systems.

HEXB2CAC9
Decimal178202201
Binary101100101100101011001001
Octal262312311

Shades and tints

Shades of #B2CAC9

#B2CAC9
(178,202,201)
#A2B8B7
(162,184,183)
#92A6A5
(146,166,165)
#829493
(130,148,147)
#728281
(114,130,129)
#62706F
(98,112,111)
#525E5D
(82,94,93)
#424C4B
(66,76,75)
#323A39
(50,58,57)
#222827
(34,40,39)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #B2CAC9

#B2CAC9
(178,202,201)
#B9CECD
(185,206,205)
#C0D2D1
(192,210,209)
#C7D6D5
(199,214,213)
#CEDAD9
(206,218,217)
#D5DEDD
(213,222,221)
#DCE2E1
(220,226,225)
#E3E6E5
(227,230,229)
#EAEAE9
(234,234,233)
#F1EEED
(241,238,237)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CAC9; }

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

This text font color is #B2CAC9.


Background Color

.myBgColor { background-color: #B2CAC9; }

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

This div background color is #B2CAC9.


Border color

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

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

This div border color is #B2CAC9.


Opacity

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

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

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

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

This text has shadow with #B2CAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CAC9 on black background.


Color preview on white background

This text has color #B2CAC9 on white background.



Black color preview on #B2CAC9 background

This text has black color on #B2CAC9 background.


White color preview on #B2CAC9 background

This text has white color on #B2CAC9 background.