COLOR #AD9097

HEX: #AD9097
RGB: (173,144,151)

Color info

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

RGB color model

#AD9097 color RGB value is (173,144,151).

  • red value is 173;
  • green value is 144;
  • blue value is 151.
RGB:
(173,144,151)
(68%,56%,59%)

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 151 of 255 = 59%

173
144
151

R + G + B ~ 61%. #AD9097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 144 + 151 = 468 (100%)
R 173 of 468 ~ 36.97%
G 144 of 468 ~ 30.77%
B 151 of 468 ~ 32.26%

%36.97
%30.77
%32.26

CMYK color model

#AD9097 color CMYK value is (0,17,13,32).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(0,17,13,32)
C0M17Y13K32 
(0%,17%,13%,32%)
(0.00/0.17/0.13/0.32)	

CMYK percentages

%0
%16.76
%12.72
%32.16

Codes

Color #AD9097 in popluar color models

AD9097
RGB173144151
HSL346°15.03%62.16%
HSB/HSV346°16.76%67.84%
CMYK0.00%16.76%12.72%
32.16%

Color #AD9097 in popluar number systems.

HEXAD9097
Decimal173144151
Binary101011011001000010010111
Octal255220227

Shades and tints

Shades of #AD9097

#AD9097
(173,144,151)
#9E838A
(158,131,138)
#8F767D
(143,118,125)
#806970
(128,105,112)
#715C63
(113,92,99)
#624F56
(98,79,86)
#534249
(83,66,73)
#44353C
(68,53,60)
#35282F
(53,40,47)
#261B22
(38,27,34)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #AD9097

#AD9097
(173,144,151)
#B49AA0
(180,154,160)
#BBA4A9
(187,164,169)
#C2AEB2
(194,174,178)
#C9B8BB
(201,184,187)
#D0C2C4
(208,194,196)
#D7CCCD
(215,204,205)
#DED6D6
(222,214,214)
#E5E0DF
(229,224,223)
#ECEAE8
(236,234,232)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9097 color. Also use rgb(173,144,151) instead hex code.

Text Font Color

.myTextColor { color: #AD9097; }

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

This text font color is #AD9097.


Background Color

.myBgColor { background-color: #AD9097; }

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

This div background color is #AD9097.


Border color

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

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

This div border color is #AD9097.


Opacity

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

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

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

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

This text has shadow with #AD9097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9097 on black background.


Color preview on white background

This text has color #AD9097 on white background.



Black color preview on #AD9097 background

This text has black color on #AD9097 background.


White color preview on #AD9097 background

This text has white color on #AD9097 background.