COLOR #AD8EA4

HEX: #AD8EA4
RGB: (173,142,164)

Renk bilgisi

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

RGB renk modeli

#AD8EA4 color RGB value is (173,142,164).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 142 of 255 = 56%
B 164 of 255 = 64%

173
142
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 142 + 164 = 479 (100%)
R 173 of 479 ~ 36.12%
G 142 of 479 ~ 29.65%
B 164 of 479 ~ 34.24%

%36.12
%29.65
%34.24

CMYK RENK MODELİ

#AD8EA4 rengi CMYK tonu (0,18,5,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.92%
  • sarı tonu 5.20%
  • ana renk tonu 32.16%
CMYK:
(0,18,5,32)
C0M18Y5K32 
(0%,18%,5%,32%)
(0.00/0.18/0.05/0.32)	

CMYK yüzdeleri

%0
%17.92
%5.2
%32.16

Codes

Color #AD8EA4 in popluar color models

AD8EA4
RGB173142164
HSL317°15.90%61.76%
HSB/HSV317°17.92%67.84%
CMYK0.00%17.92%5.20%
32.16%

Color #AD8EA4 in popluar number systems.

HEXAD8EA4
Decimal173142164
Binary101011011000111010100100
Octal255216244

Shades and tints

Shades of #AD8EA4

#AD8EA4
(173,142,164)
#9E8296
(158,130,150)
#8F7688
(143,118,136)
#806A7A
(128,106,122)
#715E6C
(113,94,108)
#62525E
(98,82,94)
#534650
(83,70,80)
#443A42
(68,58,66)
#352E34
(53,46,52)
#262226
(38,34,38)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #AD8EA4

#AD8EA4
(173,142,164)
#B498AC
(180,152,172)
#BBA2B4
(187,162,180)
#C2ACBC
(194,172,188)
#C9B6C4
(201,182,196)
#D0C0CC
(208,192,204)
#D7CAD4
(215,202,212)
#DED4DC
(222,212,220)
#E5DEE4
(229,222,228)
#ECE8EC
(236,232,236)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8EA4; }

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

This text font color is #AD8EA4.


Background Color

.myBgColor { background-color: #AD8EA4; }

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

This div background color is #AD8EA4.


Border color

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

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

This div border color is #AD8EA4.


Opacity

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

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

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

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

This text has shadow with #AD8EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8EA4 on black background.


Color preview on white background

This text has color #AD8EA4 on white background.



Black color preview on #AD8EA4 background

This text has black color on #AD8EA4 background.


White color preview on #AD8EA4 background

This text has white color on #AD8EA4 background.