COLOR #B2C3A1

HEX: #B2C3A1 RGB: (178,195,161)

Color info

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

RGB color model

#B2C3A1 color RGB value is (178,195,161).

RGB: (178,195,161) (70%, 76%, 63%)

RGB channels and saturation

R 178 of 255 = 70%
G 195 of 255 = 76%
B 161 of 255 = 63%

178
195
161

R + G + B ~ 70%. #B2C3A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 195 + 161 = 534 (100%)
R 178 of 534 ~ 33.33%
G 195 of 534 ~ 36.52%
B 161 of 534 ~ 30.15'%

%33.33
%36.52
%30.15

CMYK color model

#B2C3A1 color CMYK value is (9,0,17,24).

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

CMYK: (9,0,17,24)
C9M0Y17K24 (9%, 0%, 17%, 24%)
(0.09 / 0.00 / 0.17 / 0.24)

CMYK percentages

%8.72
%0
%17.44
%23.53

Codes

Color #B2C3A1 in popluar color models

B2 C3 A1
RGB 178 195 161
HSL 90° 22.08% 69.80%
HSB/HSV 90° 17.44% 76.47%
CMYK 8.72% 0.00% 17.44%
23.53%

Color #B2C3A1 in popluar number systems.

HEX B2 C3 A1
Decimal 178 195 161
Binary 10110010 11000011 10100001
Octal 262 303 241

Shades and tints

Shades of #B2C3A1

#B2C3A1
(178,195,161)
#A2B293
(162,178,147)
#92A185
(146,161,133)
#829077
(130,144,119)
#727F69
(114,127,105)
#626E5B
(98,110,91)
#525D4D
(82,93,77)
#424C3F
(66,76,63)
#323B31
(50,59,49)
#222A23
(34,42,35)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #B2C3A1

#B2C3A1
(178,195,161)
#B9C8A9
(185,200,169)
#C0CDB1
(192,205,177)
#C7D2B9
(199,210,185)
#CED7C1
(206,215,193)
#D5DCC9
(213,220,201)
#DCE1D1
(220,225,209)
#E3E6D9
(227,230,217)
#EAEBE1
(234,235,225)
#F1F0E9
(241,240,233)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C3A1; }

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

This text font color is #B2C3A1.

Background Color

.myBgColor { background-color: #B2C3A1; }

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

This div background color is #B2C3A1.

Border color

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

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

This div border color is #B2C3A1.

Opacity

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

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

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

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

This text has shadow with #B2C3A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C3A1.

Preview

Color preview on black background

This text has color #B2C3A1 on black background.


Color preview on white background

This text has color #B2C3A1 on white background.


Black color preview on #B2C3A1 background

This text has black color on #B2C3A1 background.


White color preview on #B2C3A1 background

This text has white color on #B2C3A1 background.


Related colors

Complementary color

Complementary color for #hex is #4D3C5E.


I love getcolorcode.com

Triadic colors

1 #A1B2C3 and #C3A1B2 with #B2C3A1 are triadic colors.

2 #A1C3B2 and #C3B2A1 with #B2C3A1 are triadic colors.