COLOR #B1A498

HEX: #B1A498
RGB: (177,164,152)

Color info

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

RGB color model

#B1A498 color RGB value is (177,164,152).

  • red value is 177;
  • green value is 164;
  • blue value is 152.
RGB:
(177,164,152)
(69%,64%,60%)

RGB channels and saturation

R 177 of 255 = 69%
G 164 of 255 = 64%
B 152 of 255 = 60%

177
164
152

R + G + B ~ 64%. #B1A498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 164 + 152 = 493 (100%)
R 177 of 493 ~ 35.9%
G 164 of 493 ~ 33.27%
B 152 of 493 ~ 30.83%

%35.9
%33.27
%30.83

CMYK color model

#B1A498 color CMYK value is (0,7,14,31).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 14.12%
  • key color value is 30.59%
CMYK:
(0,7,14,31)
C0M7Y14K31 
(0%,7%,14%,31%)
(0.00/0.07/0.14/0.31)	

CMYK percentages

%0
%7.34
%14.12
%30.59

Codes

Color #B1A498 in popluar color models

B1A498
RGB177164152
HSL29°13.81%64.51%
HSB/HSV29°14.12%69.41%
CMYK0.00%7.34%14.12%
30.59%

Color #B1A498 in popluar number systems.

HEXB1A498
Decimal177164152
Binary101100011010010010011000
Octal261244230

Shades and tints

Shades of #B1A498

#B1A498
(177,164,152)
#A1968B
(161,150,139)
#91887E
(145,136,126)
#817A71
(129,122,113)
#716C64
(113,108,100)
#615E57
(97,94,87)
#51504A
(81,80,74)
#41423D
(65,66,61)
#313430
(49,52,48)
#212623
(33,38,35)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #B1A498

#B1A498
(177,164,152)
#B8ACA1
(184,172,161)
#BFB4AA
(191,180,170)
#C6BCB3
(198,188,179)
#CDC4BC
(205,196,188)
#D4CCC5
(212,204,197)
#DBD4CE
(219,212,206)
#E2DCD7
(226,220,215)
#E9E4E0
(233,228,224)
#F0ECE9
(240,236,233)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A498 color. Also use rgb(177,164,152) instead hex code.

Text Font Color

.myTextColor { color: #B1A498; }

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

This text font color is #B1A498.


Background Color

.myBgColor { background-color: #B1A498; }

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

This div background color is #B1A498.


Border color

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

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

This div border color is #B1A498.


Opacity

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

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

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

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

This text has shadow with #B1A498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A498 on black background.


Color preview on white background

This text has color #B1A498 on white background.



Black color preview on #B1A498 background

This text has black color on #B1A498 background.


White color preview on #B1A498 background

This text has white color on #B1A498 background.