COLOR #B1C6AA

HEX: #B1C6AA RGB: (177,198,170)

Color info

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

RGB color model

#B1C6AA color RGB value is (177,198,170).

RGB: (177,198,170) (69%, 78%, 67%)

RGB channels and saturation

R 177 of 255 = 69%
G 198 of 255 = 78%
B 170 of 255 = 67%

177
198
170

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

Portions of RGB colors in percentages

R + G + B = 177 + 198 + 170 = 545 (100%)
R 177 of 545 ~ 32.48%
G 198 of 545 ~ 36.33%
B 170 of 545 ~ 31.19'%

%32.48
%36.33
%31.19

CMYK color model

#B1C6AA color CMYK value is (11,0,14,22).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 22.35%

CMYK: (11,0,14,22)
C11M0Y14K22 (11%, 0%, 14%, 22%)
(0.11 / 0.00 / 0.14 / 0.22)

CMYK percentages

%10.61
%0
%14.14
%22.35

Codes

Color #B1C6AA in popluar color models

B1 C6 AA
RGB 177 198 170
HSL 105° 19.72% 72.16%
HSB/HSV 105° 14.14% 77.65%
CMYK 10.61% 0.00% 14.14%
22.35%

Color #B1C6AA in popluar number systems.

HEX B1 C6 AA
Decimal 177 198 170
Binary 10110001 11000110 10101010
Octal 261 306 252

Shades and tints

Shades of #B1C6AA

#B1C6AA
(177,198,170)
#A1B49B
(161,180,155)
#91A28C
(145,162,140)
#81907D
(129,144,125)
#717E6E
(113,126,110)
#616C5F
(97,108,95)
#515A50
(81,90,80)
#414841
(65,72,65)
#313632
(49,54,50)
#212423
(33,36,35)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #B1C6AA

#B1C6AA
(177,198,170)
#B8CBB1
(184,203,177)
#BFD0B8
(191,208,184)
#C6D5BF
(198,213,191)
#CDDAC6
(205,218,198)
#D4DFCD
(212,223,205)
#DBE4D4
(219,228,212)
#E2E9DB
(226,233,219)
#E9EEE2
(233,238,226)
#F0F3E9
(240,243,233)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C6AA; }

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

This text font color is #B1C6AA.

Background Color

.myBgColor { background-color: #B1C6AA; }

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

This div background color is #B1C6AA.

Border color

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

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

This div border color is #B1C6AA.

Opacity

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

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

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

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

This text has shadow with #B1C6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C6AA.

Preview

Color preview on black background

This text has color #B1C6AA on black background.


Color preview on white background

This text has color #B1C6AA on white background.


Black color preview on #B1C6AA background

This text has black color on #B1C6AA background.


White color preview on #B1C6AA background

This text has white color on #B1C6AA background.


Related colors

Complementary color

Complementary color for #hex is #4E3955.


I love getcolorcode.com

Triadic colors

1 #AAB1C6 and #C6AAB1 with #B1C6AA are triadic colors.

2 #AAC6B1 and #C6B1AA with #B1C6AA are triadic colors.