COLOR #B4998E

HEX: #B4998E
RGB: (180,153,142)

Color info

#B4998E contains red, green and blue colors in about the same proportion. Web safe color of #B4998E is #CC9999 (or #C99).

RGB color model

#B4998E color RGB value is (180,153,142).

  • red value is 180;
  • green value is 153;
  • blue value is 142.
RGB:
(180,153,142)
(71%,60%,56%)

RGB channels and saturation

R 180 of 255 = 71%
G 153 of 255 = 60%
B 142 of 255 = 56%

180
153
142

R + G + B ~ 62%. #B4998E is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 153 + 142 = 475 (100%)
R 180 of 475 ~ 37.89%
G 153 of 475 ~ 32.21%
B 142 of 475 ~ 29.89%

%37.89
%32.21
%29.89

CMYK color model

#B4998E color CMYK value is (0,15,21,29).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(0,15,21,29)
C0M15Y21K29 
(0%,15%,21%,29%)
(0.00/0.15/0.21/0.29)	

CMYK percentages

%0
%15
%21.11
%29.41

Codes

Color #B4998E in popluar color models

B4998E
RGB180153142
HSL17°20.21%63.14%
HSB/HSV17°21.11%70.59%
CMYK0.00%15.00%21.11%
29.41%

Color #B4998E in popluar number systems.

HEXB4998E
Decimal180153142
Binary101101001001100110001110
Octal264231216

Shades and tints

Shades of #B4998E

#B4998E
(180,153,142)
#A48C82
(164,140,130)
#947F76
(148,127,118)
#84726A
(132,114,106)
#74655E
(116,101,94)
#645852
(100,88,82)
#544B46
(84,75,70)
#443E3A
(68,62,58)
#34312E
(52,49,46)
#242422
(36,36,34)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4998E

#B4998E
(180,153,142)
#BAA298
(186,162,152)
#C0ABA2
(192,171,162)
#C6B4AC
(198,180,172)
#CCBDB6
(204,189,182)
#D2C6C0
(210,198,192)
#D8CFCA
(216,207,202)
#DED8D4
(222,216,212)
#E4E1DE
(228,225,222)
#EAEAE8
(234,234,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4998E color. Also use rgb(180,153,142) instead hex code.

Text Font Color

.myTextColor { color: #B4998E; }

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

This text font color is #B4998E.


Background Color

.myBgColor { background-color: #B4998E; }

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

This div background color is #B4998E.


Border color

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

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

This div border color is #B4998E.


Opacity

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

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

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

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

This text has shadow with #B4998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4998E on black background.


Color preview on white background

This text has color #B4998E on white background.



Black color preview on #B4998E background

This text has black color on #B4998E background.


White color preview on #B4998E background

This text has white color on #B4998E background.