COLOR #AD90AB

HEX: #AD90AB
RGB: (173,144,171)

Renk bilgisi

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

RGB renk modeli

#AD90AB color RGB value is (173,144,171).

  • kırmız ton 173;
  • yeşil ton 144;
  • mavi ton 171.
RGB:
(173,144,171)
(68%,56%,67%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 144 of 255 = 56%
B 171 of 255 = 67%

173
144
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 144 + 171 = 488 (100%)
R 173 of 488 ~ 35.45%
G 144 of 488 ~ 29.51%
B 171 of 488 ~ 35.04%

%35.45
%29.51
%35.04

CMYK RENK MODELİ

#AD90AB rengi CMYK tonu (0,17,1,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.76%
  • sarı tonu 1.16%
  • ana renk tonu 32.16%
CMYK:
(0,17,1,32)
C0M17Y1K32 
(0%,17%,1%,32%)
(0.00/0.17/0.01/0.32)	

CMYK yüzdeleri

%0
%16.76
%1.16
%32.16

Codes

Color #AD90AB in popluar color models

AD90AB
RGB173144171
HSL304°15.03%62.16%
HSB/HSV304°16.76%67.84%
CMYK0.00%16.76%1.16%
32.16%

Color #AD90AB in popluar number systems.

HEXAD90AB
Decimal173144171
Binary101011011001000010101011
Octal255220253

Shades and tints

Shades of #AD90AB

#AD90AB
(173,144,171)
#9E839C
(158,131,156)
#8F768D
(143,118,141)
#80697E
(128,105,126)
#715C6F
(113,92,111)
#624F60
(98,79,96)
#534251
(83,66,81)
#443542
(68,53,66)
#352833
(53,40,51)
#261B24
(38,27,36)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #AD90AB

#AD90AB
(173,144,171)
#B49AB2
(180,154,178)
#BBA4B9
(187,164,185)
#C2AEC0
(194,174,192)
#C9B8C7
(201,184,199)
#D0C2CE
(208,194,206)
#D7CCD5
(215,204,213)
#DED6DC
(222,214,220)
#E5E0E3
(229,224,227)
#ECEAEA
(236,234,234)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD90AB color. Also use rgb(173,144,171) instead hex code.

Text Font Color

.myTextColor { color: #AD90AB; }

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

This text font color is #AD90AB.


Background Color

.myBgColor { background-color: #AD90AB; }

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

This div background color is #AD90AB.


Border color

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

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

This div border color is #AD90AB.


Opacity

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

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

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

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

This text has shadow with #AD90AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD90AB on black background.


Color preview on white background

This text has color #AD90AB on white background.



Black color preview on #AD90AB background

This text has black color on #AD90AB background.


White color preview on #AD90AB background

This text has white color on #AD90AB background.