COLOR #ADC8DC

HEX: #ADC8DC
RGB: (173,200,220)

Renk bilgisi

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

RGB renk modeli

#ADC8DC color RGB value is (173,200,220).

  • kırmız ton 173;
  • yeşil ton 200;
  • mavi ton 220.
RGB:
(173,200,220)
(68%,78%,86%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 200 of 255 = 78%
B 220 of 255 = 86%

173
200
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 200 + 220 = 593 (100%)
R 173 of 593 ~ 29.17%
G 200 of 593 ~ 33.73%
B 220 of 593 ~ 37.1%

%29.17
%33.73
%37.1

CMYK RENK MODELİ

#ADC8DC rengi CMYK tonu (21,9,0,14).

  • camgöbeği tonu 21.36%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(21,9,0,14)
C21M9Y0K14 
(21%,9%,0%,14%)
(0.21/0.09/0.00/0.14)	

CMYK yüzdeleri

%21.36
%9.09
%0
%13.73

Codes

Color #ADC8DC in popluar color models

ADC8DC
RGB173200220
HSL206°40.17%77.06%
HSB/HSV206°21.36%86.27%
CMYK21.36%9.09%0.00%
13.73%

Color #ADC8DC in popluar number systems.

HEXADC8DC
Decimal173200220
Binary101011011100100011011100
Octal255310334

Shades and tints

Shades of #ADC8DC

#ADC8DC
(173,200,220)
#9EB6C8
(158,182,200)
#8FA4B4
(143,164,180)
#8092A0
(128,146,160)
#71808C
(113,128,140)
#626E78
(98,110,120)
#535C64
(83,92,100)
#444A50
(68,74,80)
#35383C
(53,56,60)
#262628
(38,38,40)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADC8DC

#ADC8DC
(173,200,220)
#B4CDDF
(180,205,223)
#BBD2E2
(187,210,226)
#C2D7E5
(194,215,229)
#C9DCE8
(201,220,232)
#D0E1EB
(208,225,235)
#D7E6EE
(215,230,238)
#DEEBF1
(222,235,241)
#E5F0F4
(229,240,244)
#ECF5F7
(236,245,247)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC8DC color. Also use rgb(173,200,220) instead hex code.

Text Font Color

.myTextColor { color: #ADC8DC; }

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

This text font color is #ADC8DC.


Background Color

.myBgColor { background-color: #ADC8DC; }

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

This div background color is #ADC8DC.


Border color

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

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

This div border color is #ADC8DC.


Opacity

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

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

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

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

This text has shadow with #ADC8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC8DC on black background.


Color preview on white background

This text has color #ADC8DC on white background.



Black color preview on #ADC8DC background

This text has black color on #ADC8DC background.


White color preview on #ADC8DC background

This text has white color on #ADC8DC background.