COLOR #998A7B

HEX: #998A7B
RGB: (153,138,123)

Color info

#998A7B contains red, green and blue colors in about the same proportion. Web safe color of #998A7B is #999966 (or #996).

RGB color model

#998A7B color RGB value is (153,138,123).

  • red value is 153;
  • green value is 138;
  • blue value is 123.
RGB:
(153,138,123)
(60%,54%,48%)

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 123 of 255 = 48%

153
138
123

R + G + B ~ 54%. #998A7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 123 = 414 (100%)
R 153 of 414 ~ 36.96%
G 138 of 414 ~ 33.33%
B 123 of 414 ~ 29.71%

%36.96
%33.33
%29.71

CMYK color model

#998A7B color CMYK value is (0,10,20,40).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 19.61%
  • key color value is 40.00%
CMYK:
(0,10,20,40)
C0M10Y20K40 
(0%,10%,20%,40%)
(0.00/0.10/0.20/0.40)	

CMYK percentages

%0
%9.8
%19.61
%40

Codes

Color #998A7B in popluar color models

998A7B
RGB153138123
HSL30°12.82%54.12%
HSB/HSV30°19.61%60.00%
CMYK0.00%9.80%19.61%
40.00%

Color #998A7B in popluar number systems.

HEX998A7B
Decimal153138123
Binary10011001100010101111011
Octal231212173

Shades and tints

Shades of #998A7B

#998A7B
(153,138,123)
#8C7E70
(140,126,112)
#7F7265
(127,114,101)
#72665A
(114,102,90)
#655A4F
(101,90,79)
#584E44
(88,78,68)
#4B4239
(75,66,57)
#3E362E
(62,54,46)
#312A23
(49,42,35)
#241E18
(36,30,24)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #998A7B

#998A7B
(153,138,123)
#A29487
(162,148,135)
#AB9E93
(171,158,147)
#B4A89F
(180,168,159)
#BDB2AB
(189,178,171)
#C6BCB7
(198,188,183)
#CFC6C3
(207,198,195)
#D8D0CF
(216,208,207)
#E1DADB
(225,218,219)
#EAE4E7
(234,228,231)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998A7B color. Also use rgb(153,138,123) instead hex code.

Text Font Color

.myTextColor { color: #998A7B; }

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

This text font color is #998A7B.


Background Color

.myBgColor { background-color: #998A7B; }

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

This div background color is #998A7B.


Border color

.myBorderColor { border: 1px solid #998A7B; }

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

This div border color is #998A7B.


Opacity

.myOpacity80 { color: #998A7B; opacity: 0.8; }

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

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

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

This text has shadow with #998A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998A7B on black background.


Color preview on white background

This text has color #998A7B on white background.



Black color preview on #998A7B background

This text has black color on #998A7B background.


White color preview on #998A7B background

This text has white color on #998A7B background.