COLOR #B1C1A7

HEX: #B1C1A7
RGB: (177,193,167)

Color info

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

RGB color model

#B1C1A7 color RGB value is (177,193,167).

  • red value is 177;
  • green value is 193;
  • blue value is 167.
RGB:
(177,193,167)
(69%,76%,65%)

RGB channels and saturation

R 177 of 255 = 69%
G 193 of 255 = 76%
B 167 of 255 = 65%

177
193
167

R + G + B ~ 70%. #B1C1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 193 + 167 = 537 (100%)
R 177 of 537 ~ 32.96%
G 193 of 537 ~ 35.94%
B 167 of 537 ~ 31.1%

%32.96
%35.94
%31.1

CMYK color model

#B1C1A7 color CMYK value is (8,0,13,24).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 13.47%
  • key color value is 24.31%
CMYK:
(8,0,13,24)
C8M0Y13K24 
(8%,0%,13%,24%)
(0.08/0.00/0.13/0.24)	

CMYK percentages

%8.29
%0
%13.47
%24.31

Codes

Color #B1C1A7 in popluar color models

B1C1A7
RGB177193167
HSL97°17.33%70.59%
HSB/HSV97°13.47%75.69%
CMYK8.29%0.00%13.47%
24.31%

Color #B1C1A7 in popluar number systems.

HEXB1C1A7
Decimal177193167
Binary101100011100000110100111
Octal261301247

Shades and tints

Shades of #B1C1A7

#B1C1A7
(177,193,167)
#A1B098
(161,176,152)
#919F89
(145,159,137)
#818E7A
(129,142,122)
#717D6B
(113,125,107)
#616C5C
(97,108,92)
#515B4D
(81,91,77)
#414A3E
(65,74,62)
#31392F
(49,57,47)
#212820
(33,40,32)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #B1C1A7

#B1C1A7
(177,193,167)
#B8C6AF
(184,198,175)
#BFCBB7
(191,203,183)
#C6D0BF
(198,208,191)
#CDD5C7
(205,213,199)
#D4DACF
(212,218,207)
#DBDFD7
(219,223,215)
#E2E4DF
(226,228,223)
#E9E9E7
(233,233,231)
#F0EEEF
(240,238,239)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C1A7 color. Also use rgb(177,193,167) instead hex code.

Text Font Color

.myTextColor { color: #B1C1A7; }

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

This text font color is #B1C1A7.


Background Color

.myBgColor { background-color: #B1C1A7; }

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

This div background color is #B1C1A7.


Border color

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

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

This div border color is #B1C1A7.


Opacity

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

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

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

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

This text has shadow with #B1C1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C1A7 on black background.


Color preview on white background

This text has color #B1C1A7 on white background.



Black color preview on #B1C1A7 background

This text has black color on #B1C1A7 background.


White color preview on #B1C1A7 background

This text has white color on #B1C1A7 background.