COLOR #ADA4D7

HEX: #ADA4D7
RGB: (173,164,215)

Renk bilgisi

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

RGB renk modeli

#ADA4D7 color RGB value is (173,164,215).

  • kırmız ton 173;
  • yeşil ton 164;
  • mavi ton 215.
RGB:
(173,164,215)
(68%,64%,84%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 164 of 255 = 64%
B 215 of 255 = 84%

173
164
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 164 + 215 = 552 (100%)
R 173 of 552 ~ 31.34%
G 164 of 552 ~ 29.71%
B 215 of 552 ~ 38.95%

%31.34
%29.71
%38.95

CMYK RENK MODELİ

#ADA4D7 rengi CMYK tonu (20,24,0,16).

  • camgöbeği tonu 19.53%
  • eflatun tonu 23.72%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(20,24,0,16)
C20M24Y0K16 
(20%,24%,0%,16%)
(0.20/0.24/0.00/0.16)	

CMYK yüzdeleri

%19.53
%23.72
%0
%15.69

Codes

Color #ADA4D7 in popluar color models

ADA4D7
RGB173164215
HSL251°38.93%74.31%
HSB/HSV251°23.72%84.31%
CMYK19.53%23.72%0.00%
15.69%

Color #ADA4D7 in popluar number systems.

HEXADA4D7
Decimal173164215
Binary101011011010010011010111
Octal255244327

Shades and tints

Shades of #ADA4D7

#ADA4D7
(173,164,215)
#9E96C4
(158,150,196)
#8F88B1
(143,136,177)
#807A9E
(128,122,158)
#716C8B
(113,108,139)
#625E78
(98,94,120)
#535065
(83,80,101)
#444252
(68,66,82)
#35343F
(53,52,63)
#26262C
(38,38,44)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #ADA4D7

#ADA4D7
(173,164,215)
#B4ACDA
(180,172,218)
#BBB4DD
(187,180,221)
#C2BCE0
(194,188,224)
#C9C4E3
(201,196,227)
#D0CCE6
(208,204,230)
#D7D4E9
(215,212,233)
#DEDCEC
(222,220,236)
#E5E4EF
(229,228,239)
#ECECF2
(236,236,242)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA4D7 color. Also use rgb(173,164,215) instead hex code.

Text Font Color

.myTextColor { color: #ADA4D7; }

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

This text font color is #ADA4D7.


Background Color

.myBgColor { background-color: #ADA4D7; }

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

This div background color is #ADA4D7.


Border color

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

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

This div border color is #ADA4D7.


Opacity

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

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

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

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

This text has shadow with #ADA4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA4D7 on black background.


Color preview on white background

This text has color #ADA4D7 on white background.



Black color preview on #ADA4D7 background

This text has black color on #ADA4D7 background.


White color preview on #ADA4D7 background

This text has white color on #ADA4D7 background.