COLOR #AD8EA6

HEX: #AD8EA6
RGB: (173,142,166)

Renk bilgisi

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

RGB renk modeli

#AD8EA6 color RGB value is (173,142,166).

  • kırmız ton 173;
  • yeşil ton 142;
  • mavi ton 166.
RGB:
(173,142,166)
(68%,56%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 142 of 255 = 56%
B 166 of 255 = 65%

173
142
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 142 + 166 = 481 (100%)
R 173 of 481 ~ 35.97%
G 142 of 481 ~ 29.52%
B 166 of 481 ~ 34.51%

%35.97
%29.52
%34.51

CMYK RENK MODELİ

#AD8EA6 rengi CMYK tonu (0,18,4,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.92%
  • sarı tonu 4.05%
  • ana renk tonu 32.16%
CMYK:
(0,18,4,32)
C0M18Y4K32 
(0%,18%,4%,32%)
(0.00/0.18/0.04/0.32)	

CMYK yüzdeleri

%0
%17.92
%4.05
%32.16

Codes

Color #AD8EA6 in popluar color models

AD8EA6
RGB173142166
HSL314°15.90%61.76%
HSB/HSV314°17.92%67.84%
CMYK0.00%17.92%4.05%
32.16%

Color #AD8EA6 in popluar number systems.

HEXAD8EA6
Decimal173142166
Binary101011011000111010100110
Octal255216246

Shades and tints

Shades of #AD8EA6

#AD8EA6
(173,142,166)
#9E8297
(158,130,151)
#8F7688
(143,118,136)
#806A79
(128,106,121)
#715E6A
(113,94,106)
#62525B
(98,82,91)
#53464C
(83,70,76)
#443A3D
(68,58,61)
#352E2E
(53,46,46)
#26221F
(38,34,31)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #AD8EA6

#AD8EA6
(173,142,166)
#B498AE
(180,152,174)
#BBA2B6
(187,162,182)
#C2ACBE
(194,172,190)
#C9B6C6
(201,182,198)
#D0C0CE
(208,192,206)
#D7CAD6
(215,202,214)
#DED4DE
(222,212,222)
#E5DEE6
(229,222,230)
#ECE8EE
(236,232,238)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8EA6; }

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

This text font color is #AD8EA6.


Background Color

.myBgColor { background-color: #AD8EA6; }

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

This div background color is #AD8EA6.


Border color

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

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

This div border color is #AD8EA6.


Opacity

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

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

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

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

This text has shadow with #AD8EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8EA6 on black background.


Color preview on white background

This text has color #AD8EA6 on white background.



Black color preview on #AD8EA6 background

This text has black color on #AD8EA6 background.


White color preview on #AD8EA6 background

This text has white color on #AD8EA6 background.