COLOR #ADCFD6

HEX: #ADCFD6
RGB: (173,207,214)

Renk bilgisi

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

RGB renk modeli

#ADCFD6 color RGB value is (173,207,214).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 207 of 255 = 81%
B 214 of 255 = 84%

173
207
214

R + G + B ~ 78%. #ADCFD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 207 + 214 = 594 (100%)
R 173 of 594 ~ 29.12%
G 207 of 594 ~ 34.85%
B 214 of 594 ~ 36.03%

%29.12
%34.85
%36.03

CMYK RENK MODELİ

#ADCFD6 rengi CMYK tonu (19,3,0,16).

  • camgöbeği tonu 19.16%
  • eflatun tonu 3.27%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(19,3,0,16)
C19M3Y0K16 
(19%,3%,0%,16%)
(0.19/0.03/0.00/0.16)	

CMYK yüzdeleri

%19.16
%3.27
%0
%16.08

Codes

Color #ADCFD6 in popluar color models

ADCFD6
RGB173207214
HSL190°33.33%75.88%
HSB/HSV190°19.16%83.92%
CMYK19.16%3.27%0.00%
16.08%

Color #ADCFD6 in popluar number systems.

HEXADCFD6
Decimal173207214
Binary101011011100111111010110
Octal255317326

Shades and tints

Shades of #ADCFD6

#ADCFD6
(173,207,214)
#9EBDC3
(158,189,195)
#8FABB0
(143,171,176)
#80999D
(128,153,157)
#71878A
(113,135,138)
#627577
(98,117,119)
#536364
(83,99,100)
#445151
(68,81,81)
#353F3E
(53,63,62)
#262D2B
(38,45,43)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #ADCFD6

#ADCFD6
(173,207,214)
#B4D3D9
(180,211,217)
#BBD7DC
(187,215,220)
#C2DBDF
(194,219,223)
#C9DFE2
(201,223,226)
#D0E3E5
(208,227,229)
#D7E7E8
(215,231,232)
#DEEBEB
(222,235,235)
#E5EFEE
(229,239,238)
#ECF3F1
(236,243,241)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCFD6; }

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

This text font color is #ADCFD6.


Background Color

.myBgColor { background-color: #ADCFD6; }

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

This div background color is #ADCFD6.


Border color

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

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

This div border color is #ADCFD6.


Opacity

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

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

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

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

This text has shadow with #ADCFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCFD6 on black background.


Color preview on white background

This text has color #ADCFD6 on white background.



Black color preview on #ADCFD6 background

This text has black color on #ADCFD6 background.


White color preview on #ADCFD6 background

This text has white color on #ADCFD6 background.