COLOR #ADA6D0

HEX: #ADA6D0
RGB: (173,166,208)

Renk bilgisi

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

RGB renk modeli

#ADA6D0 color RGB value is (173,166,208).

  • kırmız ton 173;
  • yeşil ton 166;
  • mavi ton 208.
RGB:
(173,166,208)
(68%,65%,82%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 166 of 255 = 65%
B 208 of 255 = 82%

173
166
208

R + G + B ~ 72%. #ADA6D0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 166 + 208 = 547 (100%)
R 173 of 547 ~ 31.63%
G 166 of 547 ~ 30.35%
B 208 of 547 ~ 38.03%

%31.63
%30.35
%38.03

CMYK RENK MODELİ

#ADA6D0 rengi CMYK tonu (17,20,0,18).

  • camgöbeği tonu 16.83%
  • eflatun tonu 20.19%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(17,20,0,18)
C17M20Y0K18 
(17%,20%,0%,18%)
(0.17/0.20/0.00/0.18)	

CMYK yüzdeleri

%16.83
%20.19
%0
%18.43

Codes

Color #ADA6D0 in popluar color models

ADA6D0
RGB173166208
HSL250°30.88%73.33%
HSB/HSV250°20.19%81.57%
CMYK16.83%20.19%0.00%
18.43%

Color #ADA6D0 in popluar number systems.

HEXADA6D0
Decimal173166208
Binary101011011010011011010000
Octal255246320

Shades and tints

Shades of #ADA6D0

#ADA6D0
(173,166,208)
#9E97BE
(158,151,190)
#8F88AC
(143,136,172)
#80799A
(128,121,154)
#716A88
(113,106,136)
#625B76
(98,91,118)
#534C64
(83,76,100)
#443D52
(68,61,82)
#352E40
(53,46,64)
#261F2E
(38,31,46)
#17101C
(23,16,28)
#000000
(0,0,0)

Tints of #ADA6D0

#ADA6D0
(173,166,208)
#B4AED4
(180,174,212)
#BBB6D8
(187,182,216)
#C2BEDC
(194,190,220)
#C9C6E0
(201,198,224)
#D0CEE4
(208,206,228)
#D7D6E8
(215,214,232)
#DEDEEC
(222,222,236)
#E5E6F0
(229,230,240)
#ECEEF4
(236,238,244)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA6D0 color. Also use rgb(173,166,208) instead hex code.

Text Font Color

.myTextColor { color: #ADA6D0; }

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

This text font color is #ADA6D0.


Background Color

.myBgColor { background-color: #ADA6D0; }

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

This div background color is #ADA6D0.


Border color

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

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

This div border color is #ADA6D0.


Opacity

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

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

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

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

This text has shadow with #ADA6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA6D0 on black background.


Color preview on white background

This text has color #ADA6D0 on white background.



Black color preview on #ADA6D0 background

This text has black color on #ADA6D0 background.


White color preview on #ADA6D0 background

This text has white color on #ADA6D0 background.