COLOR #B2C3C0

HEX: #B2C3C0 RGB: (178,195,192)

Color info

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

RGB color model

#B2C3C0 color RGB value is (178,195,192).

RGB: (178,195,192) (70%, 76%, 75%)

RGB channels and saturation

R 178 of 255 = 70%
G 195 of 255 = 76%
B 192 of 255 = 75%

178
195
192

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

Portions of RGB colors in percentages

R + G + B = 178 + 195 + 192 = 565 (100%)
R 178 of 565 ~ 31.5%
G 195 of 565 ~ 34.51%
B 192 of 565 ~ 33.98'%

%31.5
%34.51
%33.98

CMYK color model

#B2C3C0 color CMYK value is (9,0,2,24).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 1.54%
  • key color value is 23.53%

CMYK: (9,0,2,24)
C9M0Y2K24 (9%, 0%, 2%, 24%)
(0.09 / 0.00 / 0.02 / 0.24)

CMYK percentages

%8.72
%0
%1.54
%23.53

Codes

Color #B2C3C0 in popluar color models

B2 C3 C0
RGB 178 195 192
HSL 169° 12.41% 73.14%
HSB/HSV 169° 8.72% 76.47%
CMYK 8.72% 0.00% 1.54%
23.53%

Color #B2C3C0 in popluar number systems.

HEX B2 C3 C0
Decimal 178 195 192
Binary 10110010 11000011 11000000
Octal 262 303 300

Shades and tints

Shades of #B2C3C0

#B2C3C0
(178,195,192)
#A2B2AF
(162,178,175)
#92A19E
(146,161,158)
#82908D
(130,144,141)
#727F7C
(114,127,124)
#626E6B
(98,110,107)
#525D5A
(82,93,90)
#424C49
(66,76,73)
#323B38
(50,59,56)
#222A27
(34,42,39)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #B2C3C0

#B2C3C0
(178,195,192)
#B9C8C5
(185,200,197)
#C0CDCA
(192,205,202)
#C7D2CF
(199,210,207)
#CED7D4
(206,215,212)
#D5DCD9
(213,220,217)
#DCE1DE
(220,225,222)
#E3E6E3
(227,230,227)
#EAEBE8
(234,235,232)
#F1F0ED
(241,240,237)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C3C0; }

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

This text font color is #B2C3C0.

Background Color

.myBgColor { background-color: #B2C3C0; }

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

This div background color is #B2C3C0.

Border color

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

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

This div border color is #B2C3C0.

Opacity

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

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

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

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

This text has shadow with #B2C3C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C3C0.

Preview

Color preview on black background

This text has color #B2C3C0 on black background.


Color preview on white background

This text has color #B2C3C0 on white background.


Black color preview on #B2C3C0 background

This text has black color on #B2C3C0 background.


White color preview on #B2C3C0 background

This text has white color on #B2C3C0 background.


Related colors

Complementary color

Complementary color for #hex is #4D3C3F.


I love getcolorcode.com

Triadic colors

1 #C0B2C3 and #C3C0B2 with #B2C3C0 are triadic colors.

2 #C0C3B2 and #C3B2C0 with #B2C3C0 are triadic colors.