COLOR #ADA3C7

HEX: #ADA3C7
RGB: (173,163,199)

Renk bilgisi

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

RGB renk modeli

#ADA3C7 color RGB value is (173,163,199).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 163 of 255 = 64%
B 199 of 255 = 78%

173
163
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 163 + 199 = 535 (100%)
R 173 of 535 ~ 32.34%
G 163 of 535 ~ 30.47%
B 199 of 535 ~ 37.2%

%32.34
%30.47
%37.2

CMYK RENK MODELİ

#ADA3C7 rengi CMYK tonu (13,18,0,22).

  • camgöbeği tonu 13.07%
  • eflatun tonu 18.09%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(13,18,0,22)
C13M18Y0K22 
(13%,18%,0%,22%)
(0.13/0.18/0.00/0.22)	

CMYK yüzdeleri

%13.07
%18.09
%0
%21.96

Codes

Color #ADA3C7 in popluar color models

ADA3C7
RGB173163199
HSL257°24.32%70.98%
HSB/HSV257°18.09%78.04%
CMYK13.07%18.09%0.00%
21.96%

Color #ADA3C7 in popluar number systems.

HEXADA3C7
Decimal173163199
Binary101011011010001111000111
Octal255243307

Shades and tints

Shades of #ADA3C7

#ADA3C7
(173,163,199)
#9E95B5
(158,149,181)
#8F87A3
(143,135,163)
#807991
(128,121,145)
#716B7F
(113,107,127)
#625D6D
(98,93,109)
#534F5B
(83,79,91)
#444149
(68,65,73)
#353337
(53,51,55)
#262525
(38,37,37)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #ADA3C7

#ADA3C7
(173,163,199)
#B4ABCC
(180,171,204)
#BBB3D1
(187,179,209)
#C2BBD6
(194,187,214)
#C9C3DB
(201,195,219)
#D0CBE0
(208,203,224)
#D7D3E5
(215,211,229)
#DEDBEA
(222,219,234)
#E5E3EF
(229,227,239)
#ECEBF4
(236,235,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA3C7; }

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

This text font color is #ADA3C7.


Background Color

.myBgColor { background-color: #ADA3C7; }

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

This div background color is #ADA3C7.


Border color

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

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

This div border color is #ADA3C7.


Opacity

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

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

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

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

This text has shadow with #ADA3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA3C7 on black background.


Color preview on white background

This text has color #ADA3C7 on white background.



Black color preview on #ADA3C7 background

This text has black color on #ADA3C7 background.


White color preview on #ADA3C7 background

This text has white color on #ADA3C7 background.