COLOR #B1C7AA

HEX: #B1C7AA RGB: (177,199,170)

Color info

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

RGB color model

#B1C7AA color RGB value is (177,199,170).

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

RGB channels and saturation

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

177
199
170

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

Portions of RGB colors in percentages

R + G + B = 177 + 199 + 170 = 546 (100%)
R 177 of 546 ~ 32.42%
G 199 of 546 ~ 36.45%
B 170 of 546 ~ 31.14'%

%32.42
%36.45
%31.14

CMYK color model

#B1C7AA color CMYK value is (11,0,15,22).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 21.96%

CMYK: (11,0,15,22)
C11M0Y15K22 (11%, 0%, 15%, 22%)
(0.11 / 0.00 / 0.15 / 0.22)

CMYK percentages

%11.06
%0
%14.57
%21.96

Codes

Color #B1C7AA in popluar color models

B1 C7 AA
RGB 177 199 170
HSL 106° 20.57% 72.35%
HSB/HSV 106° 14.57% 78.04%
CMYK 11.06% 0.00% 14.57%
21.96%

Color #B1C7AA in popluar number systems.

HEX B1 C7 AA
Decimal 177 199 170
Binary 10110001 11000111 10101010
Octal 261 307 252

Shades and tints

Shades of #B1C7AA

#B1C7AA
(177,199,170)
#A1B59B
(161,181,155)
#91A38C
(145,163,140)
#81917D
(129,145,125)
#717F6E
(113,127,110)
#616D5F
(97,109,95)
#515B50
(81,91,80)
#414941
(65,73,65)
#313732
(49,55,50)
#212523
(33,37,35)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #B1C7AA

#B1C7AA
(177,199,170)
#B8CCB1
(184,204,177)
#BFD1B8
(191,209,184)
#C6D6BF
(198,214,191)
#CDDBC6
(205,219,198)
#D4E0CD
(212,224,205)
#DBE5D4
(219,229,212)
#E2EADB
(226,234,219)
#E9EFE2
(233,239,226)
#F0F4E9
(240,244,233)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C7AA; }

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

This text font color is #B1C7AA.

Background Color

.myBgColor { background-color: #B1C7AA; }

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

This div background color is #B1C7AA.

Border color

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

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

This div border color is #B1C7AA.

Opacity

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

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

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

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

This text has shadow with #B1C7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C7AA.

Preview

Color preview on black background

This text has color #B1C7AA on black background.


Color preview on white background

This text has color #B1C7AA on white background.


Black color preview on #B1C7AA background

This text has black color on #B1C7AA background.


White color preview on #B1C7AA background

This text has white color on #B1C7AA background.


Related colors

Complementary color

Complementary color for #hex is #4E3855.


I love getcolorcode.com

Triadic colors

1 #AAB1C7 and #C7AAB1 with #B1C7AA are triadic colors.

2 #AAC7B1 and #C7B1AA with #B1C7AA are triadic colors.