COLOR #ADA1CC

HEX: #ADA1CC
RGB: (173,161,204)

Renk bilgisi

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

RGB renk modeli

#ADA1CC color RGB value is (173,161,204).

  • kırmız ton 173;
  • yeşil ton 161;
  • mavi ton 204.
RGB:
(173,161,204)
(68%,63%,80%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 161 of 255 = 63%
B 204 of 255 = 80%

173
161
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 161 + 204 = 538 (100%)
R 173 of 538 ~ 32.16%
G 161 of 538 ~ 29.93%
B 204 of 538 ~ 37.92%

%32.16
%29.93
%37.92

CMYK RENK MODELİ

#ADA1CC rengi CMYK tonu (15,21,0,20).

  • camgöbeği tonu 15.20%
  • eflatun tonu 21.08%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(15,21,0,20)
C15M21Y0K20 
(15%,21%,0%,20%)
(0.15/0.21/0.00/0.20)	

CMYK yüzdeleri

%15.2
%21.08
%0
%20

Codes

Color #ADA1CC in popluar color models

ADA1CC
RGB173161204
HSL257°29.66%71.57%
HSB/HSV257°21.08%80.00%
CMYK15.20%21.08%0.00%
20.00%

Color #ADA1CC in popluar number systems.

HEXADA1CC
Decimal173161204
Binary101011011010000111001100
Octal255241314

Shades and tints

Shades of #ADA1CC

#ADA1CC
(173,161,204)
#9E93BA
(158,147,186)
#8F85A8
(143,133,168)
#807796
(128,119,150)
#716984
(113,105,132)
#625B72
(98,91,114)
#534D60
(83,77,96)
#443F4E
(68,63,78)
#35313C
(53,49,60)
#26232A
(38,35,42)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #ADA1CC

#ADA1CC
(173,161,204)
#B4A9D0
(180,169,208)
#BBB1D4
(187,177,212)
#C2B9D8
(194,185,216)
#C9C1DC
(201,193,220)
#D0C9E0
(208,201,224)
#D7D1E4
(215,209,228)
#DED9E8
(222,217,232)
#E5E1EC
(229,225,236)
#ECE9F0
(236,233,240)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA1CC color. Also use rgb(173,161,204) instead hex code.

Text Font Color

.myTextColor { color: #ADA1CC; }

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

This text font color is #ADA1CC.


Background Color

.myBgColor { background-color: #ADA1CC; }

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

This div background color is #ADA1CC.


Border color

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

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

This div border color is #ADA1CC.


Opacity

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

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

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

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

This text has shadow with #ADA1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA1CC on black background.


Color preview on white background

This text has color #ADA1CC on white background.



Black color preview on #ADA1CC background

This text has black color on #ADA1CC background.


White color preview on #ADA1CC background

This text has white color on #ADA1CC background.