COLOR #ADA6C7

HEX: #ADA6C7
RGB: (173,166,199)

Renk bilgisi

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

RGB renk modeli

#ADA6C7 color RGB value is (173,166,199).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 166 of 255 = 65%
B 199 of 255 = 78%

173
166
199

R + G + B ~ 70%. #ADA6C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 166 + 199 = 538 (100%)
R 173 of 538 ~ 32.16%
G 166 of 538 ~ 30.86%
B 199 of 538 ~ 36.99%

%32.16
%30.86
%36.99

CMYK RENK MODELİ

#ADA6C7 rengi CMYK tonu (13,17,0,22).

  • camgöbeği tonu 13.07%
  • eflatun tonu 16.58%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(13,17,0,22)
C13M17Y0K22 
(13%,17%,0%,22%)
(0.13/0.17/0.00/0.22)	

CMYK yüzdeleri

%13.07
%16.58
%0
%21.96

Codes

Color #ADA6C7 in popluar color models

ADA6C7
RGB173166199
HSL253°22.76%71.57%
HSB/HSV253°16.58%78.04%
CMYK13.07%16.58%0.00%
21.96%

Color #ADA6C7 in popluar number systems.

HEXADA6C7
Decimal173166199
Binary101011011010011011000111
Octal255246307

Shades and tints

Shades of #ADA6C7

#ADA6C7
(173,166,199)
#9E97B5
(158,151,181)
#8F88A3
(143,136,163)
#807991
(128,121,145)
#716A7F
(113,106,127)
#625B6D
(98,91,109)
#534C5B
(83,76,91)
#443D49
(68,61,73)
#352E37
(53,46,55)
#261F25
(38,31,37)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #ADA6C7

#ADA6C7
(173,166,199)
#B4AECC
(180,174,204)
#BBB6D1
(187,182,209)
#C2BED6
(194,190,214)
#C9C6DB
(201,198,219)
#D0CEE0
(208,206,224)
#D7D6E5
(215,214,229)
#DEDEEA
(222,222,234)
#E5E6EF
(229,230,239)
#ECEEF4
(236,238,244)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6C7; }

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

This text font color is #ADA6C7.


Background Color

.myBgColor { background-color: #ADA6C7; }

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

This div background color is #ADA6C7.


Border color

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

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

This div border color is #ADA6C7.


Opacity

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

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

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

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

This text has shadow with #ADA6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA6C7 on black background.


Color preview on white background

This text has color #ADA6C7 on white background.



Black color preview on #ADA6C7 background

This text has black color on #ADA6C7 background.


White color preview on #ADA6C7 background

This text has white color on #ADA6C7 background.