COLOR #998A69

HEX: #998A69
RGB: (153,138,105)

Color info

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

RGB color model

#998A69 color RGB value is (153,138,105).

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

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 105 of 255 = 41%

153
138
105

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

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 105 = 396 (100%)
R 153 of 396 ~ 38.64%
G 138 of 396 ~ 34.85%
B 105 of 396 ~ 26.52%

%38.64
%34.85
%26.52

CMYK color model

#998A69 color CMYK value is (0,10,31,40).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 31.37%
  • key color value is 40.00%
CMYK:
(0,10,31,40)
C0M10Y31K40 
(0%,10%,31%,40%)
(0.00/0.10/0.31/0.40)	

CMYK percentages

%0
%9.8
%31.37
%40

Codes

Color #998A69 in popluar color models

998A69
RGB153138105
HSL41°19.05%50.59%
HSB/HSV41°31.37%60.00%
CMYK0.00%9.80%31.37%
40.00%

Color #998A69 in popluar number systems.

HEX998A69
Decimal153138105
Binary10011001100010101101001
Octal231212151

Shades and tints

Shades of #998A69

#998A69
(153,138,105)
#8C7E60
(140,126,96)
#7F7257
(127,114,87)
#72664E
(114,102,78)
#655A45
(101,90,69)
#584E3C
(88,78,60)
#4B4233
(75,66,51)
#3E362A
(62,54,42)
#312A21
(49,42,33)
#241E18
(36,30,24)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #998A69

#998A69
(153,138,105)
#A29476
(162,148,118)
#AB9E83
(171,158,131)
#B4A890
(180,168,144)
#BDB29D
(189,178,157)
#C6BCAA
(198,188,170)
#CFC6B7
(207,198,183)
#D8D0C4
(216,208,196)
#E1DAD1
(225,218,209)
#EAE4DE
(234,228,222)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998A69; }

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

This text font color is #998A69.


Background Color

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

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

This div background color is #998A69.


Border color

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

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

This div border color is #998A69.


Opacity

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

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

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

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

This text has shadow with #998A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998A69 on black background.


Color preview on white background

This text has color #998A69 on white background.



Black color preview on #998A69 background

This text has black color on #998A69 background.


White color preview on #998A69 background

This text has white color on #998A69 background.