COLOR #B3C9AA

HEX: #B3C9AA
RGB: (179,201,170)

Color info

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

RGB color model

#B3C9AA color RGB value is (179,201,170).

  • red value is 179;
  • green value is 201;
  • blue value is 170.
RGB:
(179,201,170)
(70%,79%,67%)

RGB channels and saturation

R 179 of 255 = 70%
G 201 of 255 = 79%
B 170 of 255 = 67%

179
201
170

R + G + B ~ 72%. #B3C9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 201 + 170 = 550 (100%)
R 179 of 550 ~ 32.55%
G 201 of 550 ~ 36.55%
B 170 of 550 ~ 30.91%

%32.55
%36.55
%30.91

CMYK color model

#B3C9AA color CMYK value is (11,0,15,21).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 21.18%
CMYK:
(11,0,15,21)
C11M0Y15K21 
(11%,0%,15%,21%)
(0.11/0.00/0.15/0.21)	

CMYK percentages

%10.95
%0
%15.42
%21.18

Codes

Color #B3C9AA in popluar color models

B3C9AA
RGB179201170
HSL103°22.30%72.75%
HSB/HSV103°15.42%78.82%
CMYK10.95%0.00%15.42%
21.18%

Color #B3C9AA in popluar number systems.

HEXB3C9AA
Decimal179201170
Binary101100111100100110101010
Octal263311252

Shades and tints

Shades of #B3C9AA

#B3C9AA
(179,201,170)
#A3B79B
(163,183,155)
#93A58C
(147,165,140)
#83937D
(131,147,125)
#73816E
(115,129,110)
#636F5F
(99,111,95)
#535D50
(83,93,80)
#434B41
(67,75,65)
#333932
(51,57,50)
#232723
(35,39,35)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #B3C9AA

#B3C9AA
(179,201,170)
#B9CDB1
(185,205,177)
#BFD1B8
(191,209,184)
#C5D5BF
(197,213,191)
#CBD9C6
(203,217,198)
#D1DDCD
(209,221,205)
#D7E1D4
(215,225,212)
#DDE5DB
(221,229,219)
#E3E9E2
(227,233,226)
#E9EDE9
(233,237,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C9AA color. Also use rgb(179,201,170) instead hex code.

Text Font Color

.myTextColor { color: #B3C9AA; }

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

This text font color is #B3C9AA.


Background Color

.myBgColor { background-color: #B3C9AA; }

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

This div background color is #B3C9AA.


Border color

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

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

This div border color is #B3C9AA.


Opacity

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

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

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

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

This text has shadow with #B3C9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C9AA on black background.


Color preview on white background

This text has color #B3C9AA on white background.



Black color preview on #B3C9AA background

This text has black color on #B3C9AA background.


White color preview on #B3C9AA background

This text has white color on #B3C9AA background.