COLOR #B2B4CC

HEX: #B2B4CC
RGB: (178,180,204)

Color info

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

RGB color model

#B2B4CC color RGB value is (178,180,204).

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

RGB channels and saturation

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

178
180
204

R + G + B ~ 74%. #B2B4CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 180 + 204 = 562 (100%)
R 178 of 562 ~ 31.67%
G 180 of 562 ~ 32.03%
B 204 of 562 ~ 36.3%

%31.67
%32.03
%36.3

CMYK color model

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

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

CMYK percentages

%12.75
%11.76
%0
%20

Codes

Color #B2B4CC in popluar color models

B2B4CC
RGB178180204
HSL235°20.31%74.90%
HSB/HSV235°12.75%80.00%
CMYK12.75%11.76%0.00%
20.00%

Color #B2B4CC in popluar number systems.

HEXB2B4CC
Decimal178180204
Binary101100101011010011001100
Octal262264314

Shades and tints

Shades of #B2B4CC

#B2B4CC
(178,180,204)
#A2A4BA
(162,164,186)
#9294A8
(146,148,168)
#828496
(130,132,150)
#727484
(114,116,132)
#626472
(98,100,114)
#525460
(82,84,96)
#42444E
(66,68,78)
#32343C
(50,52,60)
#22242A
(34,36,42)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #B2B4CC

#B2B4CC
(178,180,204)
#B9BAD0
(185,186,208)
#C0C0D4
(192,192,212)
#C7C6D8
(199,198,216)
#CECCDC
(206,204,220)
#D5D2E0
(213,210,224)
#DCD8E4
(220,216,228)
#E3DEE8
(227,222,232)
#EAE4EC
(234,228,236)
#F1EAF0
(241,234,240)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B4CC; }

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

This text font color is #B2B4CC.


Background Color

.myBgColor { background-color: #B2B4CC; }

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

This div background color is #B2B4CC.


Border color

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

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

This div border color is #B2B4CC.


Opacity

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

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

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

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

This text has shadow with #B2B4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B4CC on black background.


Color preview on white background

This text has color #B2B4CC on white background.



Black color preview on #B2B4CC background

This text has black color on #B2B4CC background.


White color preview on #B2B4CC background

This text has white color on #B2B4CC background.