COLOR #ADBB99

HEX: #ADBB99
RGB: (173,187,153)

Color info

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

RGB color model

#ADBB99 color RGB value is (173,187,153).

  • red value is 173;
  • green value is 187;
  • blue value is 153.
RGB:
(173,187,153)
(68%,73%,60%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 153 of 255 = 60%

173
187
153

R + G + B ~ 67%. #ADBB99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 187 + 153 = 513 (100%)
R 173 of 513 ~ 33.72%
G 187 of 513 ~ 36.45%
B 153 of 513 ~ 29.82%

%33.72
%36.45
%29.82

CMYK color model

#ADBB99 color CMYK value is (7,0,18,27).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 26.67%
CMYK:
(7,0,18,27)
C7M0Y18K27 
(7%,0%,18%,27%)
(0.07/0.00/0.18/0.27)	

CMYK percentages

%7.49
%0
%18.18
%26.67

Codes

Color #ADBB99 in popluar color models

ADBB99
RGB173187153
HSL85°20.00%66.67%
HSB/HSV85°18.18%73.33%
CMYK7.49%0.00%18.18%
26.67%

Color #ADBB99 in popluar number systems.

HEXADBB99
Decimal173187153
Binary101011011011101110011001
Octal255273231

Shades and tints

Shades of #ADBB99

#ADBB99
(173,187,153)
#9EAA8C
(158,170,140)
#8F997F
(143,153,127)
#808872
(128,136,114)
#717765
(113,119,101)
#626658
(98,102,88)
#53554B
(83,85,75)
#44443E
(68,68,62)
#353331
(53,51,49)
#262224
(38,34,36)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #ADBB99

#ADBB99
(173,187,153)
#B4C1A2
(180,193,162)
#BBC7AB
(187,199,171)
#C2CDB4
(194,205,180)
#C9D3BD
(201,211,189)
#D0D9C6
(208,217,198)
#D7DFCF
(215,223,207)
#DEE5D8
(222,229,216)
#E5EBE1
(229,235,225)
#ECF1EA
(236,241,234)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBB99 color. Also use rgb(173,187,153) instead hex code.

Text Font Color

.myTextColor { color: #ADBB99; }

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

This text font color is #ADBB99.


Background Color

.myBgColor { background-color: #ADBB99; }

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

This div background color is #ADBB99.


Border color

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

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

This div border color is #ADBB99.


Opacity

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

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

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

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

This text has shadow with #ADBB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBB99 on black background.


Color preview on white background

This text has color #ADBB99 on white background.



Black color preview on #ADBB99 background

This text has black color on #ADBB99 background.


White color preview on #ADBB99 background

This text has white color on #ADBB99 background.