COLOR #B4C6C2

HEX: #B4C6C2
RGB: (180,198,194)

Color info

#B4C6C2 contains red, green and blue colors in about the same proportion. Web safe color of #B4C6C2 is #CCCCCC (or #CCC).

RGB color model

#B4C6C2 color RGB value is (180,198,194).

  • red value is 180;
  • green value is 198;
  • blue value is 194.
RGB:
(180,198,194)
(71%,78%,76%)

RGB channels and saturation

R 180 of 255 = 71%
G 198 of 255 = 78%
B 194 of 255 = 76%

180
198
194

R + G + B ~ 75%. #B4C6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 198 + 194 = 572 (100%)
R 180 of 572 ~ 31.47%
G 198 of 572 ~ 34.62%
B 194 of 572 ~ 33.92%

%31.47
%34.62
%33.92

CMYK color model

#B4C6C2 color CMYK value is (9,0,2,22).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 2.02%
  • key color value is 22.35%
CMYK:
(9,0,2,22)
C9M0Y2K22 
(9%,0%,2%,22%)
(0.09/0.00/0.02/0.22)	

CMYK percentages

%9.09
%0
%2.02
%22.35

Codes

Color #B4C6C2 in popluar color models

B4C6C2
RGB180198194
HSL167°13.64%74.12%
HSB/HSV167°9.09%77.65%
CMYK9.09%0.00%2.02%
22.35%

Color #B4C6C2 in popluar number systems.

HEXB4C6C2
Decimal180198194
Binary101101001100011011000010
Octal264306302

Shades and tints

Shades of #B4C6C2

#B4C6C2
(180,198,194)
#A4B4B1
(164,180,177)
#94A2A0
(148,162,160)
#84908F
(132,144,143)
#747E7E
(116,126,126)
#646C6D
(100,108,109)
#545A5C
(84,90,92)
#44484B
(68,72,75)
#34363A
(52,54,58)
#242429
(36,36,41)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #B4C6C2

#B4C6C2
(180,198,194)
#BACBC7
(186,203,199)
#C0D0CC
(192,208,204)
#C6D5D1
(198,213,209)
#CCDAD6
(204,218,214)
#D2DFDB
(210,223,219)
#D8E4E0
(216,228,224)
#DEE9E5
(222,233,229)
#E4EEEA
(228,238,234)
#EAF3EF
(234,243,239)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C6C2 color. Also use rgb(180,198,194) instead hex code.

Text Font Color

.myTextColor { color: #B4C6C2; }

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

This text font color is #B4C6C2.


Background Color

.myBgColor { background-color: #B4C6C2; }

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

This div background color is #B4C6C2.


Border color

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

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

This div border color is #B4C6C2.


Opacity

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

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

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

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

This text has shadow with #B4C6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C6C2 on black background.


Color preview on white background

This text has color #B4C6C2 on white background.



Black color preview on #B4C6C2 background

This text has black color on #B4C6C2 background.


White color preview on #B4C6C2 background

This text has white color on #B4C6C2 background.