COLOR #ADC1D7

HEX: #ADC1D7
RGB: (173,193,215)

Renk bilgisi

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

RGB renk modeli

#ADC1D7 color RGB value is (173,193,215).

  • kırmız ton 173;
  • yeşil ton 193;
  • mavi ton 215.
RGB:
(173,193,215)
(68%,76%,84%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 193 of 255 = 76%
B 215 of 255 = 84%

173
193
215

R + G + B ~ 76%. #ADC1D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 193 + 215 = 581 (100%)
R 173 of 581 ~ 29.78%
G 193 of 581 ~ 33.22%
B 215 of 581 ~ 37.01%

%29.78
%33.22
%37.01

CMYK RENK MODELİ

#ADC1D7 rengi CMYK tonu (20,10,0,16).

  • camgöbeği tonu 19.53%
  • eflatun tonu 10.23%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(20,10,0,16)
C20M10Y0K16 
(20%,10%,0%,16%)
(0.20/0.10/0.00/0.16)	

CMYK yüzdeleri

%19.53
%10.23
%0
%15.69

Codes

Color #ADC1D7 in popluar color models

ADC1D7
RGB173193215
HSL211°34.43%76.08%
HSB/HSV211°19.53%84.31%
CMYK19.53%10.23%0.00%
15.69%

Color #ADC1D7 in popluar number systems.

HEXADC1D7
Decimal173193215
Binary101011011100000111010111
Octal255301327

Shades and tints

Shades of #ADC1D7

#ADC1D7
(173,193,215)
#9EB0C4
(158,176,196)
#8F9FB1
(143,159,177)
#808E9E
(128,142,158)
#717D8B
(113,125,139)
#626C78
(98,108,120)
#535B65
(83,91,101)
#444A52
(68,74,82)
#35393F
(53,57,63)
#26282C
(38,40,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADC1D7

#ADC1D7
(173,193,215)
#B4C6DA
(180,198,218)
#BBCBDD
(187,203,221)
#C2D0E0
(194,208,224)
#C9D5E3
(201,213,227)
#D0DAE6
(208,218,230)
#D7DFE9
(215,223,233)
#DEE4EC
(222,228,236)
#E5E9EF
(229,233,239)
#ECEEF2
(236,238,242)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC1D7 color. Also use rgb(173,193,215) instead hex code.

Text Font Color

.myTextColor { color: #ADC1D7; }

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

This text font color is #ADC1D7.


Background Color

.myBgColor { background-color: #ADC1D7; }

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

This div background color is #ADC1D7.


Border color

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

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

This div border color is #ADC1D7.


Opacity

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

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

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

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

This text has shadow with #ADC1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1D7 on black background.


Color preview on white background

This text has color #ADC1D7 on white background.



Black color preview on #ADC1D7 background

This text has black color on #ADC1D7 background.


White color preview on #ADC1D7 background

This text has white color on #ADC1D7 background.