COLOR #B1C9AA

HEX: #B1C9AA RGB: (177,201,170)

Color info

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

RGB color model

#B1C9AA color RGB value is (177,201,170).

RGB: (177,201,170) (69%, 79%, 67%)

RGB channels and saturation

R 177 of 255 = 69%
G 201 of 255 = 79%
B 170 of 255 = 67%

177
201
170

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

Portions of RGB colors in percentages

R + G + B = 177 + 201 + 170 = 548 (100%)
R 177 of 548 ~ 32.3%
G 201 of 548 ~ 36.68%
B 170 of 548 ~ 31.02'%

%32.3
%36.68
%31.02

CMYK color model

#B1C9AA color CMYK value is (12,0,15,21).

  • cyan value is 11.94%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 21.18%
CMYK: (12,0,15,21) C12M0Y15K21 (12%,0%,15%,21%) (0.12/0.00/0.15/0.21) 

CMYK percentages

%11.94
%0
%15.42
%21.18

Codes

Color #B1C9AA in popluar color models

B1 C9 AA
RGB 177 201 170
HSL 106° 22.30% 72.75%
HSB/HSV 106° 15.42% 78.82%
CMYK 11.94% 0.00% 15.42%
21.18%

Color #B1C9AA in popluar number systems.

HEX B1 C9 AA
Decimal 177 201 170
Binary 10110001 11001001 10101010
Octal 261 311 252

Shades and tints

Shades of #B1C9AA

#B1C9AA
(177,201,170)
#A1B79B
(161,183,155)
#91A58C
(145,165,140)
#81937D
(129,147,125)
#71816E
(113,129,110)
#616F5F
(97,111,95)
#515D50
(81,93,80)
#414B41
(65,75,65)
#313932
(49,57,50)
#212723
(33,39,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #B1C9AA

#B1C9AA
(177,201,170)
#B8CDB1
(184,205,177)
#BFD1B8
(191,209,184)
#C6D5BF
(198,213,191)
#CDD9C6
(205,217,198)
#D4DDCD
(212,221,205)
#DBE1D4
(219,225,212)
#E2E5DB
(226,229,219)
#E9E9E2
(233,233,226)
#F0EDE9
(240,237,233)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C9AA; }

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

This text font color is #B1C9AA.

Background Color

.myBgColor { background-color: #B1C9AA; }

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

This div background color is #B1C9AA.

Border color

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

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

This div border color is #B1C9AA.

Opacity

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

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

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

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

This text has shadow with #B1C9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C9AA.

Preview

Color preview on black background

This text has color #B1C9AA on black background.


Color preview on white background

This text has color #B1C9AA on white background.


Black color preview on #B1C9AA background

This text has black color on #B1C9AA background.


White color preview on #B1C9AA background

This text has white color on #B1C9AA background.


Related colors

Complementary color

Complementary color for #hex is #4E3655.


I love getcolorcode.com

Triadic colors

1 #AAB1C9 and #C9AAB1 with #B1C9AA are triadic colors.

2 #AAC9B1 and #C9B1AA with #B1C9AA are triadic colors.