COLOR #AD90B4

HEX: #AD90B4
RGB: (173,144,180)

Renk bilgisi

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

RGB renk modeli

#AD90B4 color RGB value is (173,144,180).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 144 of 255 = 56%
B 180 of 255 = 71%

173
144
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 144 + 180 = 497 (100%)
R 173 of 497 ~ 34.81%
G 144 of 497 ~ 28.97%
B 180 of 497 ~ 36.22%

%34.81
%28.97
%36.22

CMYK RENK MODELİ

#AD90B4 rengi CMYK tonu (4,20,0,29).

  • camgöbeği tonu 3.89%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(4,20,0,29)
C4M20Y0K29 
(4%,20%,0%,29%)
(0.04/0.20/0.00/0.29)	

CMYK yüzdeleri

%3.89
%20
%0
%29.41

Codes

Color #AD90B4 in popluar color models

AD90B4
RGB173144180
HSL288°19.35%63.53%
HSB/HSV288°20.00%70.59%
CMYK3.89%20.00%0.00%
29.41%

Color #AD90B4 in popluar number systems.

HEXAD90B4
Decimal173144180
Binary101011011001000010110100
Octal255220264

Shades and tints

Shades of #AD90B4

#AD90B4
(173,144,180)
#9E83A4
(158,131,164)
#8F7694
(143,118,148)
#806984
(128,105,132)
#715C74
(113,92,116)
#624F64
(98,79,100)
#534254
(83,66,84)
#443544
(68,53,68)
#352834
(53,40,52)
#261B24
(38,27,36)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #AD90B4

#AD90B4
(173,144,180)
#B49ABA
(180,154,186)
#BBA4C0
(187,164,192)
#C2AEC6
(194,174,198)
#C9B8CC
(201,184,204)
#D0C2D2
(208,194,210)
#D7CCD8
(215,204,216)
#DED6DE
(222,214,222)
#E5E0E4
(229,224,228)
#ECEAEA
(236,234,234)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD90B4; }

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

This text font color is #AD90B4.


Background Color

.myBgColor { background-color: #AD90B4; }

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

This div background color is #AD90B4.


Border color

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

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

This div border color is #AD90B4.


Opacity

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

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

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

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

This text has shadow with #AD90B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD90B4 on black background.


Color preview on white background

This text has color #AD90B4 on white background.



Black color preview on #AD90B4 background

This text has black color on #AD90B4 background.


White color preview on #AD90B4 background

This text has white color on #AD90B4 background.