COLOR #ADA5C1

HEX: #ADA5C1
RGB: (173,165,193)

Renk bilgisi

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

RGB renk modeli

#ADA5C1 color RGB value is (173,165,193).

  • kırmız ton 173;
  • yeşil ton 165;
  • mavi ton 193.
RGB:
(173,165,193)
(68%,65%,76%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 165 of 255 = 65%
B 193 of 255 = 76%

173
165
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 165 + 193 = 531 (100%)
R 173 of 531 ~ 32.58%
G 165 of 531 ~ 31.07%
B 193 of 531 ~ 36.35%

%32.58
%31.07
%36.35

CMYK RENK MODELİ

#ADA5C1 rengi CMYK tonu (10,15,0,24).

  • camgöbeği tonu 10.36%
  • eflatun tonu 14.51%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(10,15,0,24)
C10M15Y0K24 
(10%,15%,0%,24%)
(0.10/0.15/0.00/0.24)	

CMYK yüzdeleri

%10.36
%14.51
%0
%24.31

Codes

Color #ADA5C1 in popluar color models

ADA5C1
RGB173165193
HSL257°18.42%70.20%
HSB/HSV257°14.51%75.69%
CMYK10.36%14.51%0.00%
24.31%

Color #ADA5C1 in popluar number systems.

HEXADA5C1
Decimal173165193
Binary101011011010010111000001
Octal255245301

Shades and tints

Shades of #ADA5C1

#ADA5C1
(173,165,193)
#9E96B0
(158,150,176)
#8F879F
(143,135,159)
#80788E
(128,120,142)
#71697D
(113,105,125)
#625A6C
(98,90,108)
#534B5B
(83,75,91)
#443C4A
(68,60,74)
#352D39
(53,45,57)
#261E28
(38,30,40)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #ADA5C1

#ADA5C1
(173,165,193)
#B4ADC6
(180,173,198)
#BBB5CB
(187,181,203)
#C2BDD0
(194,189,208)
#C9C5D5
(201,197,213)
#D0CDDA
(208,205,218)
#D7D5DF
(215,213,223)
#DEDDE4
(222,221,228)
#E5E5E9
(229,229,233)
#ECEDEE
(236,237,238)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA5C1 color. Also use rgb(173,165,193) instead hex code.

Text Font Color

.myTextColor { color: #ADA5C1; }

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

This text font color is #ADA5C1.


Background Color

.myBgColor { background-color: #ADA5C1; }

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

This div background color is #ADA5C1.


Border color

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

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

This div border color is #ADA5C1.


Opacity

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

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

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

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

This text has shadow with #ADA5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA5C1 on black background.


Color preview on white background

This text has color #ADA5C1 on white background.



Black color preview on #ADA5C1 background

This text has black color on #ADA5C1 background.


White color preview on #ADA5C1 background

This text has white color on #ADA5C1 background.