COLOR #ADA6CE

HEX: #ADA6CE
RGB: (173,166,206)

Renk bilgisi

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

RGB renk modeli

#ADA6CE color RGB value is (173,166,206).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 166 of 255 = 65%
B 206 of 255 = 81%

173
166
206

R + G + B ~ 71%. #ADA6CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 166 + 206 = 545 (100%)
R 173 of 545 ~ 31.74%
G 166 of 545 ~ 30.46%
B 206 of 545 ~ 37.8%

%31.74
%30.46
%37.8

CMYK RENK MODELİ

#ADA6CE rengi CMYK tonu (16,19,0,19).

  • camgöbeği tonu 16.02%
  • eflatun tonu 19.42%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(16,19,0,19)
C16M19Y0K19 
(16%,19%,0%,19%)
(0.16/0.19/0.00/0.19)	

CMYK yüzdeleri

%16.02
%19.42
%0
%19.22

Codes

Color #ADA6CE in popluar color models

ADA6CE
RGB173166206
HSL251°28.99%72.94%
HSB/HSV251°19.42%80.78%
CMYK16.02%19.42%0.00%
19.22%

Color #ADA6CE in popluar number systems.

HEXADA6CE
Decimal173166206
Binary101011011010011011001110
Octal255246316

Shades and tints

Shades of #ADA6CE

#ADA6CE
(173,166,206)
#9E97BC
(158,151,188)
#8F88AA
(143,136,170)
#807998
(128,121,152)
#716A86
(113,106,134)
#625B74
(98,91,116)
#534C62
(83,76,98)
#443D50
(68,61,80)
#352E3E
(53,46,62)
#261F2C
(38,31,44)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #ADA6CE

#ADA6CE
(173,166,206)
#B4AED2
(180,174,210)
#BBB6D6
(187,182,214)
#C2BEDA
(194,190,218)
#C9C6DE
(201,198,222)
#D0CEE2
(208,206,226)
#D7D6E6
(215,214,230)
#DEDEEA
(222,222,234)
#E5E6EE
(229,230,238)
#ECEEF2
(236,238,242)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6CE; }

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

This text font color is #ADA6CE.


Background Color

.myBgColor { background-color: #ADA6CE; }

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

This div background color is #ADA6CE.


Border color

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

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

This div border color is #ADA6CE.


Opacity

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

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

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

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

This text has shadow with #ADA6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA6CE on black background.


Color preview on white background

This text has color #ADA6CE on white background.



Black color preview on #ADA6CE background

This text has black color on #ADA6CE background.


White color preview on #ADA6CE background

This text has white color on #ADA6CE background.