COLOR #AD8CA9

HEX: #AD8CA9
RGB: (173,140,169)

Renk bilgisi

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

RGB renk modeli

#AD8CA9 color RGB value is (173,140,169).

  • kırmız ton 173;
  • yeşil ton 140;
  • mavi ton 169.
RGB:
(173,140,169)
(68%,55%,66%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 140 of 255 = 55%
B 169 of 255 = 66%

173
140
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 140 + 169 = 482 (100%)
R 173 of 482 ~ 35.89%
G 140 of 482 ~ 29.05%
B 169 of 482 ~ 35.06%

%35.89
%29.05
%35.06

CMYK RENK MODELİ

#AD8CA9 rengi CMYK tonu (0,19,2,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.08%
  • sarı tonu 2.31%
  • ana renk tonu 32.16%
CMYK:
(0,19,2,32)
C0M19Y2K32 
(0%,19%,2%,32%)
(0.00/0.19/0.02/0.32)	

CMYK yüzdeleri

%0
%19.08
%2.31
%32.16

Codes

Color #AD8CA9 in popluar color models

AD8CA9
RGB173140169
HSL307°16.75%61.37%
HSB/HSV307°19.08%67.84%
CMYK0.00%19.08%2.31%
32.16%

Color #AD8CA9 in popluar number systems.

HEXAD8CA9
Decimal173140169
Binary101011011000110010101001
Octal255214251

Shades and tints

Shades of #AD8CA9

#AD8CA9
(173,140,169)
#9E809A
(158,128,154)
#8F748B
(143,116,139)
#80687C
(128,104,124)
#715C6D
(113,92,109)
#62505E
(98,80,94)
#53444F
(83,68,79)
#443840
(68,56,64)
#352C31
(53,44,49)
#262022
(38,32,34)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #AD8CA9

#AD8CA9
(173,140,169)
#B496B0
(180,150,176)
#BBA0B7
(187,160,183)
#C2AABE
(194,170,190)
#C9B4C5
(201,180,197)
#D0BECC
(208,190,204)
#D7C8D3
(215,200,211)
#DED2DA
(222,210,218)
#E5DCE1
(229,220,225)
#ECE6E8
(236,230,232)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8CA9 color. Also use rgb(173,140,169) instead hex code.

Text Font Color

.myTextColor { color: #AD8CA9; }

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

This text font color is #AD8CA9.


Background Color

.myBgColor { background-color: #AD8CA9; }

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

This div background color is #AD8CA9.


Border color

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

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

This div border color is #AD8CA9.


Opacity

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

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

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

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

This text has shadow with #AD8CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8CA9 on black background.


Color preview on white background

This text has color #AD8CA9 on white background.



Black color preview on #AD8CA9 background

This text has black color on #AD8CA9 background.


White color preview on #AD8CA9 background

This text has white color on #AD8CA9 background.