COLOR #ADACD4

HEX: #ADACD4
RGB: (173,172,212)

Renk bilgisi

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

RGB renk modeli

#ADACD4 color RGB value is (173,172,212).

  • kırmız ton 173;
  • yeşil ton 172;
  • mavi ton 212.
RGB:
(173,172,212)
(68%,67%,83%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 172 of 255 = 67%
B 212 of 255 = 83%

173
172
212

R + G + B ~ 73%. #ADACD4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 172 + 212 = 557 (100%)
R 173 of 557 ~ 31.06%
G 172 of 557 ~ 30.88%
B 212 of 557 ~ 38.06%

%31.06
%30.88
%38.06

CMYK RENK MODELİ

#ADACD4 rengi CMYK tonu (18,19,0,17).

  • camgöbeği tonu 18.40%
  • eflatun tonu 18.87%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(18,19,0,17)
C18M19Y0K17 
(18%,19%,0%,17%)
(0.18/0.19/0.00/0.17)	

CMYK yüzdeleri

%18.4
%18.87
%0
%16.86

Codes

Color #ADACD4 in popluar color models

ADACD4
RGB173172212
HSL242°31.75%75.29%
HSB/HSV242°18.87%83.14%
CMYK18.40%18.87%0.00%
16.86%

Color #ADACD4 in popluar number systems.

HEXADACD4
Decimal173172212
Binary101011011010110011010100
Octal255254324

Shades and tints

Shades of #ADACD4

#ADACD4
(173,172,212)
#9E9DC1
(158,157,193)
#8F8EAE
(143,142,174)
#807F9B
(128,127,155)
#717088
(113,112,136)
#626175
(98,97,117)
#535262
(83,82,98)
#44434F
(68,67,79)
#35343C
(53,52,60)
#262529
(38,37,41)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #ADACD4

#ADACD4
(173,172,212)
#B4B3D7
(180,179,215)
#BBBADA
(187,186,218)
#C2C1DD
(194,193,221)
#C9C8E0
(201,200,224)
#D0CFE3
(208,207,227)
#D7D6E6
(215,214,230)
#DEDDE9
(222,221,233)
#E5E4EC
(229,228,236)
#ECEBEF
(236,235,239)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADACD4 color. Also use rgb(173,172,212) instead hex code.

Text Font Color

.myTextColor { color: #ADACD4; }

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

This text font color is #ADACD4.


Background Color

.myBgColor { background-color: #ADACD4; }

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

This div background color is #ADACD4.


Border color

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

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

This div border color is #ADACD4.


Opacity

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

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

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

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

This text has shadow with #ADACD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADACD4 on black background.


Color preview on white background

This text has color #ADACD4 on white background.



Black color preview on #ADACD4 background

This text has black color on #ADACD4 background.


White color preview on #ADACD4 background

This text has white color on #ADACD4 background.