COLOR #ADA698

HEX: #ADA698
RGB: (173,166,152)

Color info

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

RGB color model

#ADA698 color RGB value is (173,166,152).

  • red value is 173;
  • green value is 166;
  • blue value is 152.
RGB:
(173,166,152)
(68%,65%,60%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 152 of 255 = 60%

173
166
152

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

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 152 = 491 (100%)
R 173 of 491 ~ 35.23%
G 166 of 491 ~ 33.81%
B 152 of 491 ~ 30.96%

%35.23
%33.81
%30.96

CMYK color model

#ADA698 color CMYK value is (0,4,12,32).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK:
(0,4,12,32)
C0M4Y12K32 
(0%,4%,12%,32%)
(0.00/0.04/0.12/0.32)	

CMYK percentages

%0
%4.05
%12.14
%32.16

Codes

Color #ADA698 in popluar color models

ADA698
RGB173166152
HSL40°11.35%63.73%
HSB/HSV40°12.14%67.84%
CMYK0.00%4.05%12.14%
32.16%

Color #ADA698 in popluar number systems.

HEXADA698
Decimal173166152
Binary101011011010011010011000
Octal255246230

Shades and tints

Shades of #ADA698

#ADA698
(173,166,152)
#9E978B
(158,151,139)
#8F887E
(143,136,126)
#807971
(128,121,113)
#716A64
(113,106,100)
#625B57
(98,91,87)
#534C4A
(83,76,74)
#443D3D
(68,61,61)
#352E30
(53,46,48)
#261F23
(38,31,35)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #ADA698

#ADA698
(173,166,152)
#B4AEA1
(180,174,161)
#BBB6AA
(187,182,170)
#C2BEB3
(194,190,179)
#C9C6BC
(201,198,188)
#D0CEC5
(208,206,197)
#D7D6CE
(215,214,206)
#DEDED7
(222,222,215)
#E5E6E0
(229,230,224)
#ECEEE9
(236,238,233)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA698 color. Also use rgb(173,166,152) instead hex code.

Text Font Color

.myTextColor { color: #ADA698; }

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

This text font color is #ADA698.


Background Color

.myBgColor { background-color: #ADA698; }

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

This div background color is #ADA698.


Border color

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

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

This div border color is #ADA698.


Opacity

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

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

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

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

This text has shadow with #ADA698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA698 on black background.


Color preview on white background

This text has color #ADA698 on white background.



Black color preview on #ADA698 background

This text has black color on #ADA698 background.


White color preview on #ADA698 background

This text has white color on #ADA698 background.