COLOR #B2C7C1

HEX: #B2C7C1 RGB: (178,199,193)

Color info

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

RGB color model

#B2C7C1 color RGB value is (178,199,193).

RGB: (178,199,193) (70%, 78%, 76%)

RGB channels and saturation

R 178 of 255 = 70%
G 199 of 255 = 78%
B 193 of 255 = 76%

178
199
193

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

Portions of RGB colors in percentages

R + G + B = 178 + 199 + 193 = 570 (100%)
R 178 of 570 ~ 31.23%
G 199 of 570 ~ 34.91%
B 193 of 570 ~ 33.86'%

%31.23
%34.91
%33.86

CMYK color model

#B2C7C1 color CMYK value is (11,0,3,22).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 3.02%
  • key color value is 21.96%
CMYK: (11,0,3,22) C11M0Y3K22 (11%,0%,3%,22%) (0.11/0.00/0.03/0.22) 

CMYK percentages

%10.55
%0
%3.02
%21.96

Codes

Color #B2C7C1 in popluar color models

B2 C7 C1
RGB 178 199 193
HSL 163° 15.79% 73.92%
HSB/HSV 163° 10.55% 78.04%
CMYK 10.55% 0.00% 3.02%
21.96%

Color #B2C7C1 in popluar number systems.

HEX B2 C7 C1
Decimal 178 199 193
Binary 10110010 11000111 11000001
Octal 262 307 301

Shades and tints

Shades of #B2C7C1

#B2C7C1
(178,199,193)
#A2B5B0
(162,181,176)
#92A39F
(146,163,159)
#82918E
(130,145,142)
#727F7D
(114,127,125)
#626D6C
(98,109,108)
#525B5B
(82,91,91)
#42494A
(66,73,74)
#323739
(50,55,57)
#222528
(34,37,40)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #B2C7C1

#B2C7C1
(178,199,193)
#B9CCC6
(185,204,198)
#C0D1CB
(192,209,203)
#C7D6D0
(199,214,208)
#CEDBD5
(206,219,213)
#D5E0DA
(213,224,218)
#DCE5DF
(220,229,223)
#E3EAE4
(227,234,228)
#EAEFE9
(234,239,233)
#F1F4EE
(241,244,238)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C7C1; }

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

This text font color is #B2C7C1.

Background Color

.myBgColor { background-color: #B2C7C1; }

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

This div background color is #B2C7C1.

Border color

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

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

This div border color is #B2C7C1.

Opacity

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

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

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

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

This text has shadow with #B2C7C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C7C1.

Preview

Color preview on black background

This text has color #B2C7C1 on black background.


Color preview on white background

This text has color #B2C7C1 on white background.


Black color preview on #B2C7C1 background

This text has black color on #B2C7C1 background.


White color preview on #B2C7C1 background

This text has white color on #B2C7C1 background.


Related colors

Complementary color

Complementary color for #hex is #4D383E.


I love getcolorcode.com

Triadic colors

1 #C1B2C7 and #C7C1B2 with #B2C7C1 are triadic colors.

2 #C1C7B2 and #C7B2C1 with #B2C7C1 are triadic colors.