COLOR #AD999C

HEX: #AD999C
RGB: (173,153,156)

Renk bilgisi

#AD999C contains red, green and blue colors in about the same proportion. #AD999C ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#AD999C color RGB value is (173,153,156).

  • kırmız ton 173;
  • yeşil ton 153;
  • mavi ton 156.
RGB:
(173,153,156)
(68%,60%,61%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 153 of 255 = 60%
B 156 of 255 = 61%

173
153
156

R + G + B ~ 63%. #AD999C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 153 + 156 = 482 (100%)
R 173 of 482 ~ 35.89%
G 153 of 482 ~ 31.74%
B 156 of 482 ~ 32.37%

%35.89
%31.74
%32.37

CMYK RENK MODELİ

#AD999C rengi CMYK tonu (0,12,10,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.56%
  • sarı tonu 9.83%
  • ana renk tonu 32.16%
CMYK:
(0,12,10,32)
C0M12Y10K32 
(0%,12%,10%,32%)
(0.00/0.12/0.10/0.32)	

CMYK yüzdeleri

%0
%11.56
%9.83
%32.16

Codes

Color #AD999C in popluar color models

AD999C
RGB173153156
HSL351°10.87%63.92%
HSB/HSV351°11.56%67.84%
CMYK0.00%11.56%9.83%
32.16%

Color #AD999C in popluar number systems.

HEXAD999C
Decimal173153156
Binary101011011001100110011100
Octal255231234

Shades and tints

Shades of #AD999C

#AD999C
(173,153,156)
#9E8C8E
(158,140,142)
#8F7F80
(143,127,128)
#807272
(128,114,114)
#716564
(113,101,100)
#625856
(98,88,86)
#534B48
(83,75,72)
#443E3A
(68,62,58)
#35312C
(53,49,44)
#26241E
(38,36,30)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #AD999C

#AD999C
(173,153,156)
#B4A2A5
(180,162,165)
#BBABAE
(187,171,174)
#C2B4B7
(194,180,183)
#C9BDC0
(201,189,192)
#D0C6C9
(208,198,201)
#D7CFD2
(215,207,210)
#DED8DB
(222,216,219)
#E5E1E4
(229,225,228)
#ECEAED
(236,234,237)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD999C; }

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

This text font color is #AD999C.


Background Color

.myBgColor { background-color: #AD999C; }

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

This div background color is #AD999C.


Border color

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

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

This div border color is #AD999C.


Opacity

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

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

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

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

This text has shadow with #AD999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD999C on black background.


Color preview on white background

This text has color #AD999C on white background.



Black color preview on #AD999C background

This text has black color on #AD999C background.


White color preview on #AD999C background

This text has white color on #AD999C background.