COLOR #AD90B7

HEX: #AD90B7
RGB: (173,144,183)

Renk bilgisi

#AD90B7 contains red, green and blue colors in about the same proportion. #AD90B7 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD90B7 color RGB value is (173,144,183).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 144 of 255 = 56%
B 183 of 255 = 72%

173
144
183

R + G + B ~ 65%. #AD90B7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 144 + 183 = 500 (100%)
R 173 of 500 ~ 34.6%
G 144 of 500 ~ 28.8%
B 183 of 500 ~ 36.6%

%34.6
%28.8
%36.6

CMYK RENK MODELİ

#AD90B7 rengi CMYK tonu (5,21,0,28).

  • camgöbeği tonu 5.46%
  • eflatun tonu 21.31%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(5,21,0,28)
C5M21Y0K28 
(5%,21%,0%,28%)
(0.05/0.21/0.00/0.28)	

CMYK yüzdeleri

%5.46
%21.31
%0
%28.24

Codes

Color #AD90B7 in popluar color models

AD90B7
RGB173144183
HSL285°21.31%64.12%
HSB/HSV285°21.31%71.76%
CMYK5.46%21.31%0.00%
28.24%

Color #AD90B7 in popluar number systems.

HEXAD90B7
Decimal173144183
Binary101011011001000010110111
Octal255220267

Shades and tints

Shades of #AD90B7

#AD90B7
(173,144,183)
#9E83A7
(158,131,167)
#8F7697
(143,118,151)
#806987
(128,105,135)
#715C77
(113,92,119)
#624F67
(98,79,103)
#534257
(83,66,87)
#443547
(68,53,71)
#352837
(53,40,55)
#261B27
(38,27,39)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #AD90B7

#AD90B7
(173,144,183)
#B49ABD
(180,154,189)
#BBA4C3
(187,164,195)
#C2AEC9
(194,174,201)
#C9B8CF
(201,184,207)
#D0C2D5
(208,194,213)
#D7CCDB
(215,204,219)
#DED6E1
(222,214,225)
#E5E0E7
(229,224,231)
#ECEAED
(236,234,237)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD90B7; }

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

This text font color is #AD90B7.


Background Color

.myBgColor { background-color: #AD90B7; }

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

This div background color is #AD90B7.


Border color

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

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

This div border color is #AD90B7.


Opacity

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

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

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

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

This text has shadow with #AD90B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD90B7 on black background.


Color preview on white background

This text has color #AD90B7 on white background.



Black color preview on #AD90B7 background

This text has black color on #AD90B7 background.


White color preview on #AD90B7 background

This text has white color on #AD90B7 background.