COLOR #B1CA9F

HEX: #B1CA9F
RGB: (177,202,159)

Color info

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

RGB color model

#B1CA9F color RGB value is (177,202,159).

  • red value is 177;
  • green value is 202;
  • blue value is 159.
RGB:
(177,202,159)
(69%,79%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 202 of 255 = 79%
B 159 of 255 = 62%

177
202
159

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

Portions of RGB colors in percentages

R + G + B =
177 + 202 + 159 = 538 (100%)
R 177 of 538 ~ 32.9%
G 202 of 538 ~ 37.55%
B 159 of 538 ~ 29.55%

%32.9
%37.55
%29.55

CMYK color model

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

  • cyan value is 12.38%
  • magenta value is 0.00%
  • yellow value is 21.29%
  • key color value is 20.78%
CMYK:
(12,0,21,21)
C12M0Y21K21 
(12%,0%,21%,21%)
(0.12/0.00/0.21/0.21)	

CMYK percentages

%12.38
%0
%21.29
%20.78

Codes

Color #B1CA9F in popluar color models

B1CA9F
RGB177202159
HSL95°28.86%70.78%
HSB/HSV95°21.29%79.22%
CMYK12.38%0.00%21.29%
20.78%

Color #B1CA9F in popluar number systems.

HEXB1CA9F
Decimal177202159
Binary101100011100101010011111
Octal261312237

Shades and tints

Shades of #B1CA9F

#B1CA9F
(177,202,159)
#A1B891
(161,184,145)
#91A683
(145,166,131)
#819475
(129,148,117)
#718267
(113,130,103)
#617059
(97,112,89)
#515E4B
(81,94,75)
#414C3D
(65,76,61)
#313A2F
(49,58,47)
#212821
(33,40,33)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #B1CA9F

#B1CA9F
(177,202,159)
#B8CEA7
(184,206,167)
#BFD2AF
(191,210,175)
#C6D6B7
(198,214,183)
#CDDABF
(205,218,191)
#D4DEC7
(212,222,199)
#DBE2CF
(219,226,207)
#E2E6D7
(226,230,215)
#E9EADF
(233,234,223)
#F0EEE7
(240,238,231)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CA9F color. Also use rgb(177,202,159) instead hex code.

Text Font Color

.myTextColor { color: #B1CA9F; }

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

This text font color is #B1CA9F.


Background Color

.myBgColor { background-color: #B1CA9F; }

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

This div background color is #B1CA9F.


Border color

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

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

This div border color is #B1CA9F.


Opacity

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

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

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

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

This text has shadow with #B1CA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CA9F on black background.


Color preview on white background

This text has color #B1CA9F on white background.



Black color preview on #B1CA9F background

This text has black color on #B1CA9F background.


White color preview on #B1CA9F background

This text has white color on #B1CA9F background.