COLOR #B2B2CA

HEX: #B2B2CA
RGB: (178,178,202)

Color info

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

RGB color model

#B2B2CA color RGB value is (178,178,202).

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

RGB channels and saturation

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

178
178
202

R + G + B ~ 73%. #B2B2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 178 + 202 = 558 (100%)
R 178 of 558 ~ 31.9%
G 178 of 558 ~ 31.9%
B 202 of 558 ~ 36.2%

%31.9
%31.9
%36.2

CMYK color model

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

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

CMYK percentages

%11.88
%11.88
%0
%20.78

Codes

Color #B2B2CA in popluar color models

B2B2CA
RGB178178202
HSL240°18.46%74.51%
HSB/HSV240°11.88%79.22%
CMYK11.88%11.88%0.00%
20.78%

Color #B2B2CA in popluar number systems.

HEXB2B2CA
Decimal178178202
Binary101100101011001011001010
Octal262262312

Shades and tints

Shades of #B2B2CA

#B2B2CA
(178,178,202)
#A2A2B8
(162,162,184)
#9292A6
(146,146,166)
#828294
(130,130,148)
#727282
(114,114,130)
#626270
(98,98,112)
#52525E
(82,82,94)
#42424C
(66,66,76)
#32323A
(50,50,58)
#222228
(34,34,40)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #B2B2CA

#B2B2CA
(178,178,202)
#B9B9CE
(185,185,206)
#C0C0D2
(192,192,210)
#C7C7D6
(199,199,214)
#CECEDA
(206,206,218)
#D5D5DE
(213,213,222)
#DCDCE2
(220,220,226)
#E3E3E6
(227,227,230)
#EAEAEA
(234,234,234)
#F1F1EE
(241,241,238)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B2CA; }

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

This text font color is #B2B2CA.


Background Color

.myBgColor { background-color: #B2B2CA; }

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

This div background color is #B2B2CA.


Border color

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

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

This div border color is #B2B2CA.


Opacity

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

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

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

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

This text has shadow with #B2B2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B2CA on black background.


Color preview on white background

This text has color #B2B2CA on white background.



Black color preview on #B2B2CA background

This text has black color on #B2B2CA background.


White color preview on #B2B2CA background

This text has white color on #B2B2CA background.