COLOR #B1A69D

HEX: #B1A69D
RGB: (177,166,157)

Color info

#B1A69D contains red, green and blue colors in about the same proportion. Web safe color of #B1A69D is #999999 (or #999).

RGB color model

#B1A69D color RGB value is (177,166,157).

  • red value is 177;
  • green value is 166;
  • blue value is 157.
RGB:
(177,166,157)
(69%,65%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 166 of 255 = 65%
B 157 of 255 = 62%

177
166
157

R + G + B ~ 65%. #B1A69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 166 + 157 = 500 (100%)
R 177 of 500 ~ 35.4%
G 166 of 500 ~ 33.2%
B 157 of 500 ~ 31.4%

%35.4
%33.2
%31.4

CMYK color model

#B1A69D color CMYK value is (0,6,11,31).

  • cyan value is 0.00%
  • magenta value is 6.21%
  • yellow value is 11.30%
  • key color value is 30.59%
CMYK:
(0,6,11,31)
C0M6Y11K31 
(0%,6%,11%,31%)
(0.00/0.06/0.11/0.31)	

CMYK percentages

%0
%6.21
%11.3
%30.59

Codes

Color #B1A69D in popluar color models

B1A69D
RGB177166157
HSL27°11.36%65.49%
HSB/HSV27°11.30%69.41%
CMYK0.00%6.21%11.30%
30.59%

Color #B1A69D in popluar number systems.

HEXB1A69D
Decimal177166157
Binary101100011010011010011101
Octal261246235

Shades and tints

Shades of #B1A69D

#B1A69D
(177,166,157)
#A1978F
(161,151,143)
#918881
(145,136,129)
#817973
(129,121,115)
#716A65
(113,106,101)
#615B57
(97,91,87)
#514C49
(81,76,73)
#413D3B
(65,61,59)
#312E2D
(49,46,45)
#211F1F
(33,31,31)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #B1A69D

#B1A69D
(177,166,157)
#B8AEA5
(184,174,165)
#BFB6AD
(191,182,173)
#C6BEB5
(198,190,181)
#CDC6BD
(205,198,189)
#D4CEC5
(212,206,197)
#DBD6CD
(219,214,205)
#E2DED5
(226,222,213)
#E9E6DD
(233,230,221)
#F0EEE5
(240,238,229)
#F7F6ED
(247,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A69D color. Also use rgb(177,166,157) instead hex code.

Text Font Color

.myTextColor { color: #B1A69D; }

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

This text font color is #B1A69D.


Background Color

.myBgColor { background-color: #B1A69D; }

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

This div background color is #B1A69D.


Border color

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

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

This div border color is #B1A69D.


Opacity

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

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

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

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

This text has shadow with #B1A69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A69D on black background.


Color preview on white background

This text has color #B1A69D on white background.



Black color preview on #B1A69D background

This text has black color on #B1A69D background.


White color preview on #B1A69D background

This text has white color on #B1A69D background.