COLOR #B1CFA9

HEX: #B1CFA9
RGB: (177,207,169)

Color info

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

RGB color model

#B1CFA9 color RGB value is (177,207,169).

  • red value is 177;
  • green value is 207;
  • blue value is 169.
RGB:
(177,207,169)
(69%,81%,66%)

RGB channels and saturation

R 177 of 255 = 69%
G 207 of 255 = 81%
B 169 of 255 = 66%

177
207
169

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

Portions of RGB colors in percentages

R + G + B =
177 + 207 + 169 = 553 (100%)
R 177 of 553 ~ 32.01%
G 207 of 553 ~ 37.43%
B 169 of 553 ~ 30.56%

%32.01
%37.43
%30.56

CMYK color model

#B1CFA9 color CMYK value is (14,0,18,19).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 18.36%
  • key color value is 18.82%
CMYK:
(14,0,18,19)
C14M0Y18K19 
(14%,0%,18%,19%)
(0.14/0.00/0.18/0.19)	

CMYK percentages

%14.49
%0
%18.36
%18.82

Codes

Color #B1CFA9 in popluar color models

B1CFA9
RGB177207169
HSL107°28.36%73.73%
HSB/HSV107°18.36%81.18%
CMYK14.49%0.00%18.36%
18.82%

Color #B1CFA9 in popluar number systems.

HEXB1CFA9
Decimal177207169
Binary101100011100111110101001
Octal261317251

Shades and tints

Shades of #B1CFA9

#B1CFA9
(177,207,169)
#A1BD9A
(161,189,154)
#91AB8B
(145,171,139)
#81997C
(129,153,124)
#71876D
(113,135,109)
#61755E
(97,117,94)
#51634F
(81,99,79)
#415140
(65,81,64)
#313F31
(49,63,49)
#212D22
(33,45,34)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #B1CFA9

#B1CFA9
(177,207,169)
#B8D3B0
(184,211,176)
#BFD7B7
(191,215,183)
#C6DBBE
(198,219,190)
#CDDFC5
(205,223,197)
#D4E3CC
(212,227,204)
#DBE7D3
(219,231,211)
#E2EBDA
(226,235,218)
#E9EFE1
(233,239,225)
#F0F3E8
(240,243,232)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CFA9 color. Also use rgb(177,207,169) instead hex code.

Text Font Color

.myTextColor { color: #B1CFA9; }

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

This text font color is #B1CFA9.


Background Color

.myBgColor { background-color: #B1CFA9; }

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

This div background color is #B1CFA9.


Border color

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

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

This div border color is #B1CFA9.


Opacity

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

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

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

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

This text has shadow with #B1CFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CFA9 on black background.


Color preview on white background

This text has color #B1CFA9 on white background.



Black color preview on #B1CFA9 background

This text has black color on #B1CFA9 background.


White color preview on #B1CFA9 background

This text has white color on #B1CFA9 background.