COLOR #ADBF98

HEX: #ADBF98
RGB: (173,191,152)

Color info

#ADBF98 contains red, green and blue colors in about the same proportion. Web safe color of #ADBF98 is #99CC99 (or #9C9).

RGB color model

#ADBF98 color RGB value is (173,191,152).

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

RGB channels and saturation

R 173 of 255 = 68%
G 191 of 255 = 75%
B 152 of 255 = 60%

173
191
152

R + G + B ~ 68%. #ADBF98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 191 + 152 = 516 (100%)
R 173 of 516 ~ 33.53%
G 191 of 516 ~ 37.02%
B 152 of 516 ~ 29.46%

%33.53
%37.02
%29.46

CMYK color model

#ADBF98 color CMYK value is (9,0,20,25).

  • cyan value is 9.42%
  • magenta value is 0.00%
  • yellow value is 20.42%
  • key color value is 25.10%
CMYK:
(9,0,20,25)
C9M0Y20K25 
(9%,0%,20%,25%)
(0.09/0.00/0.20/0.25)	

CMYK percentages

%9.42
%0
%20.42
%25.1

Codes

Color #ADBF98 in popluar color models

ADBF98
RGB173191152
HSL88°23.35%67.25%
HSB/HSV88°20.42%74.90%
CMYK9.42%0.00%20.42%
25.10%

Color #ADBF98 in popluar number systems.

HEXADBF98
Decimal173191152
Binary101011011011111110011000
Octal255277230

Shades and tints

Shades of #ADBF98

#ADBF98
(173,191,152)
#9EAE8B
(158,174,139)
#8F9D7E
(143,157,126)
#808C71
(128,140,113)
#717B64
(113,123,100)
#626A57
(98,106,87)
#53594A
(83,89,74)
#44483D
(68,72,61)
#353730
(53,55,48)
#262623
(38,38,35)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #ADBF98

#ADBF98
(173,191,152)
#B4C4A1
(180,196,161)
#BBC9AA
(187,201,170)
#C2CEB3
(194,206,179)
#C9D3BC
(201,211,188)
#D0D8C5
(208,216,197)
#D7DDCE
(215,221,206)
#DEE2D7
(222,226,215)
#E5E7E0
(229,231,224)
#ECECE9
(236,236,233)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBF98; }

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

This text font color is #ADBF98.


Background Color

.myBgColor { background-color: #ADBF98; }

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

This div background color is #ADBF98.


Border color

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

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

This div border color is #ADBF98.


Opacity

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

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

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

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

This text has shadow with #ADBF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBF98 on black background.


Color preview on white background

This text has color #ADBF98 on white background.



Black color preview on #ADBF98 background

This text has black color on #ADBF98 background.


White color preview on #ADBF98 background

This text has white color on #ADBF98 background.