COLOR #B1C7AE

HEX: #B1C7AE
RGB: (177,199,174)

Color info

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

RGB color model

#B1C7AE color RGB value is (177,199,174).

  • red value is 177;
  • green value is 199;
  • blue value is 174.
RGB:
(177,199,174)
(69%,78%,68%)

RGB channels and saturation

R 177 of 255 = 69%
G 199 of 255 = 78%
B 174 of 255 = 68%

177
199
174

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

Portions of RGB colors in percentages

R + G + B =
177 + 199 + 174 = 550 (100%)
R 177 of 550 ~ 32.18%
G 199 of 550 ~ 36.18%
B 174 of 550 ~ 31.64%

%32.18
%36.18
%31.64

CMYK color model

#B1C7AE color CMYK value is (11,0,13,22).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK:
(11,0,13,22)
C11M0Y13K22 
(11%,0%,13%,22%)
(0.11/0.00/0.13/0.22)	

CMYK percentages

%11.06
%0
%12.56
%21.96

Codes

Color #B1C7AE in popluar color models

B1C7AE
RGB177199174
HSL113°18.25%73.14%
HSB/HSV113°12.56%78.04%
CMYK11.06%0.00%12.56%
21.96%

Color #B1C7AE in popluar number systems.

HEXB1C7AE
Decimal177199174
Binary101100011100011110101110
Octal261307256

Shades and tints

Shades of #B1C7AE

#B1C7AE
(177,199,174)
#A1B59F
(161,181,159)
#91A390
(145,163,144)
#819181
(129,145,129)
#717F72
(113,127,114)
#616D63
(97,109,99)
#515B54
(81,91,84)
#414945
(65,73,69)
#313736
(49,55,54)
#212527
(33,37,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #B1C7AE

#B1C7AE
(177,199,174)
#B8CCB5
(184,204,181)
#BFD1BC
(191,209,188)
#C6D6C3
(198,214,195)
#CDDBCA
(205,219,202)
#D4E0D1
(212,224,209)
#DBE5D8
(219,229,216)
#E2EADF
(226,234,223)
#E9EFE6
(233,239,230)
#F0F4ED
(240,244,237)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C7AE; }

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

This text font color is #B1C7AE.


Background Color

.myBgColor { background-color: #B1C7AE; }

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

This div background color is #B1C7AE.


Border color

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

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

This div border color is #B1C7AE.


Opacity

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

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

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

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

This text has shadow with #B1C7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C7AE on black background.


Color preview on white background

This text has color #B1C7AE on white background.



Black color preview on #B1C7AE background

This text has black color on #B1C7AE background.


White color preview on #B1C7AE background

This text has white color on #B1C7AE background.