COLOR #ADC9D6

HEX: #ADC9D6
RGB: (173,201,214)

Renk bilgisi

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

RGB renk modeli

#ADC9D6 color RGB value is (173,201,214).

  • kırmız ton 173;
  • yeşil ton 201;
  • mavi ton 214.
RGB:
(173,201,214)
(68%,79%,84%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 201 of 255 = 79%
B 214 of 255 = 84%

173
201
214

R + G + B ~ 77%. #ADC9D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 201 + 214 = 588 (100%)
R 173 of 588 ~ 29.42%
G 201 of 588 ~ 34.18%
B 214 of 588 ~ 36.39%

%29.42
%34.18
%36.39

CMYK RENK MODELİ

#ADC9D6 rengi CMYK tonu (19,6,0,16).

  • camgöbeği tonu 19.16%
  • eflatun tonu 6.07%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(19,6,0,16)
C19M6Y0K16 
(19%,6%,0%,16%)
(0.19/0.06/0.00/0.16)	

CMYK yüzdeleri

%19.16
%6.07
%0
%16.08

Codes

Color #ADC9D6 in popluar color models

ADC9D6
RGB173201214
HSL199°33.33%75.88%
HSB/HSV199°19.16%83.92%
CMYK19.16%6.07%0.00%
16.08%

Color #ADC9D6 in popluar number systems.

HEXADC9D6
Decimal173201214
Binary101011011100100111010110
Octal255311326

Shades and tints

Shades of #ADC9D6

#ADC9D6
(173,201,214)
#9EB7C3
(158,183,195)
#8FA5B0
(143,165,176)
#80939D
(128,147,157)
#71818A
(113,129,138)
#626F77
(98,111,119)
#535D64
(83,93,100)
#444B51
(68,75,81)
#35393E
(53,57,62)
#26272B
(38,39,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #ADC9D6

#ADC9D6
(173,201,214)
#B4CDD9
(180,205,217)
#BBD1DC
(187,209,220)
#C2D5DF
(194,213,223)
#C9D9E2
(201,217,226)
#D0DDE5
(208,221,229)
#D7E1E8
(215,225,232)
#DEE5EB
(222,229,235)
#E5E9EE
(229,233,238)
#ECEDF1
(236,237,241)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC9D6 color. Also use rgb(173,201,214) instead hex code.

Text Font Color

.myTextColor { color: #ADC9D6; }

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

This text font color is #ADC9D6.


Background Color

.myBgColor { background-color: #ADC9D6; }

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

This div background color is #ADC9D6.


Border color

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

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

This div border color is #ADC9D6.


Opacity

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

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

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

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

This text has shadow with #ADC9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC9D6 on black background.


Color preview on white background

This text has color #ADC9D6 on white background.



Black color preview on #ADC9D6 background

This text has black color on #ADC9D6 background.


White color preview on #ADC9D6 background

This text has white color on #ADC9D6 background.