COLOR #AD8EAF

HEX: #AD8EAF
RGB: (173,142,175)

Renk bilgisi

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

RGB renk modeli

#AD8EAF color RGB value is (173,142,175).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 142 of 255 = 56%
B 175 of 255 = 69%

173
142
175

R + G + B ~ 64%. #AD8EAF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 142 + 175 = 490 (100%)
R 173 of 490 ~ 35.31%
G 142 of 490 ~ 28.98%
B 175 of 490 ~ 35.71%

%35.31
%28.98
%35.71

CMYK RENK MODELİ

#AD8EAF rengi CMYK tonu (1,19,0,31).

  • camgöbeği tonu 1.14%
  • eflatun tonu 18.86%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(1,19,0,31)
C1M19Y0K31 
(1%,19%,0%,31%)
(0.01/0.19/0.00/0.31)	

CMYK yüzdeleri

%1.14
%18.86
%0
%31.37

Codes

Color #AD8EAF in popluar color models

AD8EAF
RGB173142175
HSL296°17.10%62.16%
HSB/HSV296°18.86%68.63%
CMYK1.14%18.86%0.00%
31.37%

Color #AD8EAF in popluar number systems.

HEXAD8EAF
Decimal173142175
Binary101011011000111010101111
Octal255216257

Shades and tints

Shades of #AD8EAF

#AD8EAF
(173,142,175)
#9E82A0
(158,130,160)
#8F7691
(143,118,145)
#806A82
(128,106,130)
#715E73
(113,94,115)
#625264
(98,82,100)
#534655
(83,70,85)
#443A46
(68,58,70)
#352E37
(53,46,55)
#262228
(38,34,40)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #AD8EAF

#AD8EAF
(173,142,175)
#B498B6
(180,152,182)
#BBA2BD
(187,162,189)
#C2ACC4
(194,172,196)
#C9B6CB
(201,182,203)
#D0C0D2
(208,192,210)
#D7CAD9
(215,202,217)
#DED4E0
(222,212,224)
#E5DEE7
(229,222,231)
#ECE8EE
(236,232,238)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8EAF; }

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

This text font color is #AD8EAF.


Background Color

.myBgColor { background-color: #AD8EAF; }

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

This div background color is #AD8EAF.


Border color

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

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

This div border color is #AD8EAF.


Opacity

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

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

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

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

This text has shadow with #AD8EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8EAF on black background.


Color preview on white background

This text has color #AD8EAF on white background.



Black color preview on #AD8EAF background

This text has black color on #AD8EAF background.


White color preview on #AD8EAF background

This text has white color on #AD8EAF background.