COLOR #B2B2CC

HEX: #B2B2CC
RGB: (178,178,204)

Color info

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

RGB color model

#B2B2CC color RGB value is (178,178,204).

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

RGB channels and saturation

R 178 of 255 = 70%
G 178 of 255 = 70%
B 204 of 255 = 80%

178
178
204

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

Portions of RGB colors in percentages

R + G + B =
178 + 178 + 204 = 560 (100%)
R 178 of 560 ~ 31.79%
G 178 of 560 ~ 31.79%
B 204 of 560 ~ 36.43%

%31.79
%31.79
%36.43

CMYK color model

#B2B2CC color CMYK value is (13,13,0,20).

  • cyan value is 12.75%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(13,13,0,20)
C13M13Y0K20 
(13%,13%,0%,20%)
(0.13/0.13/0.00/0.20)	

CMYK percentages

%12.75
%12.75
%0
%20

Codes

Color #B2B2CC in popluar color models

B2B2CC
RGB178178204
HSL240°20.31%74.90%
HSB/HSV240°12.75%80.00%
CMYK12.75%12.75%0.00%
20.00%

Color #B2B2CC in popluar number systems.

HEXB2B2CC
Decimal178178204
Binary101100101011001011001100
Octal262262314

Shades and tints

Shades of #B2B2CC

#B2B2CC
(178,178,204)
#A2A2BA
(162,162,186)
#9292A8
(146,146,168)
#828296
(130,130,150)
#727284
(114,114,132)
#626272
(98,98,114)
#525260
(82,82,96)
#42424E
(66,66,78)
#32323C
(50,50,60)
#22222A
(34,34,42)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #B2B2CC

#B2B2CC
(178,178,204)
#B9B9D0
(185,185,208)
#C0C0D4
(192,192,212)
#C7C7D8
(199,199,216)
#CECEDC
(206,206,220)
#D5D5E0
(213,213,224)
#DCDCE4
(220,220,228)
#E3E3E8
(227,227,232)
#EAEAEC
(234,234,236)
#F1F1F0
(241,241,240)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B2CC; }

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

This text font color is #B2B2CC.


Background Color

.myBgColor { background-color: #B2B2CC; }

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

This div background color is #B2B2CC.


Border color

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

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

This div border color is #B2B2CC.


Opacity

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

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

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

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

This text has shadow with #B2B2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B2CC on black background.


Color preview on white background

This text has color #B2B2CC on white background.



Black color preview on #B2B2CC background

This text has black color on #B2B2CC background.


White color preview on #B2B2CC background

This text has white color on #B2B2CC background.