COLOR #B2C9A7

HEX: #B2C9A7
RGB: (178,201,167)

Color info

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

RGB color model

#B2C9A7 color RGB value is (178,201,167).

  • red value is 178;
  • green value is 201;
  • blue value is 167.
RGB:
(178,201,167)
(70%,79%,65%)

RGB channels and saturation

R 178 of 255 = 70%
G 201 of 255 = 79%
B 167 of 255 = 65%

178
201
167

R + G + B ~ 71%. #B2C9A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 201 + 167 = 546 (100%)
R 178 of 546 ~ 32.6%
G 201 of 546 ~ 36.81%
B 167 of 546 ~ 30.59%

%32.6
%36.81
%30.59

CMYK color model

#B2C9A7 color CMYK value is (11,0,17,21).

  • cyan value is 11.44%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 21.18%
CMYK:
(11,0,17,21)
C11M0Y17K21 
(11%,0%,17%,21%)
(0.11/0.00/0.17/0.21)	

CMYK percentages

%11.44
%0
%16.92
%21.18

Codes

Color #B2C9A7 in popluar color models

B2C9A7
RGB178201167
HSL101°23.94%72.16%
HSB/HSV101°16.92%78.82%
CMYK11.44%0.00%16.92%
21.18%

Color #B2C9A7 in popluar number systems.

HEXB2C9A7
Decimal178201167
Binary101100101100100110100111
Octal262311247

Shades and tints

Shades of #B2C9A7

#B2C9A7
(178,201,167)
#A2B798
(162,183,152)
#92A589
(146,165,137)
#82937A
(130,147,122)
#72816B
(114,129,107)
#626F5C
(98,111,92)
#525D4D
(82,93,77)
#424B3E
(66,75,62)
#32392F
(50,57,47)
#222720
(34,39,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #B2C9A7

#B2C9A7
(178,201,167)
#B9CDAF
(185,205,175)
#C0D1B7
(192,209,183)
#C7D5BF
(199,213,191)
#CED9C7
(206,217,199)
#D5DDCF
(213,221,207)
#DCE1D7
(220,225,215)
#E3E5DF
(227,229,223)
#EAE9E7
(234,233,231)
#F1EDEF
(241,237,239)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C9A7 color. Also use rgb(178,201,167) instead hex code.

Text Font Color

.myTextColor { color: #B2C9A7; }

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

This text font color is #B2C9A7.


Background Color

.myBgColor { background-color: #B2C9A7; }

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

This div background color is #B2C9A7.


Border color

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

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

This div border color is #B2C9A7.


Opacity

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

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

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

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

This text has shadow with #B2C9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C9A7 on black background.


Color preview on white background

This text has color #B2C9A7 on white background.



Black color preview on #B2C9A7 background

This text has black color on #B2C9A7 background.


White color preview on #B2C9A7 background

This text has white color on #B2C9A7 background.