COLOR #ADC3D1

HEX: #ADC3D1
RGB: (173,195,209)

Renk bilgisi

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

RGB renk modeli

#ADC3D1 color RGB value is (173,195,209).

  • kırmız ton 173;
  • yeşil ton 195;
  • mavi ton 209.
RGB:
(173,195,209)
(68%,76%,82%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 195 of 255 = 76%
B 209 of 255 = 82%

173
195
209

R + G + B ~ 75%. #ADC3D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 195 + 209 = 577 (100%)
R 173 of 577 ~ 29.98%
G 195 of 577 ~ 33.8%
B 209 of 577 ~ 36.22%

%29.98
%33.8
%36.22

CMYK RENK MODELİ

#ADC3D1 rengi CMYK tonu (17,7,0,18).

  • camgöbeği tonu 17.22%
  • eflatun tonu 6.70%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(17,7,0,18)
C17M7Y0K18 
(17%,7%,0%,18%)
(0.17/0.07/0.00/0.18)	

CMYK yüzdeleri

%17.22
%6.7
%0
%18.04

Codes

Color #ADC3D1 in popluar color models

ADC3D1
RGB173195209
HSL203°28.13%74.90%
HSB/HSV203°17.22%81.96%
CMYK17.22%6.70%0.00%
18.04%

Color #ADC3D1 in popluar number systems.

HEXADC3D1
Decimal173195209
Binary101011011100001111010001
Octal255303321

Shades and tints

Shades of #ADC3D1

#ADC3D1
(173,195,209)
#9EB2BE
(158,178,190)
#8FA1AB
(143,161,171)
#809098
(128,144,152)
#717F85
(113,127,133)
#626E72
(98,110,114)
#535D5F
(83,93,95)
#444C4C
(68,76,76)
#353B39
(53,59,57)
#262A26
(38,42,38)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADC3D1

#ADC3D1
(173,195,209)
#B4C8D5
(180,200,213)
#BBCDD9
(187,205,217)
#C2D2DD
(194,210,221)
#C9D7E1
(201,215,225)
#D0DCE5
(208,220,229)
#D7E1E9
(215,225,233)
#DEE6ED
(222,230,237)
#E5EBF1
(229,235,241)
#ECF0F5
(236,240,245)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC3D1 color. Also use rgb(173,195,209) instead hex code.

Text Font Color

.myTextColor { color: #ADC3D1; }

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

This text font color is #ADC3D1.


Background Color

.myBgColor { background-color: #ADC3D1; }

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

This div background color is #ADC3D1.


Border color

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

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

This div border color is #ADC3D1.


Opacity

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

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

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

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

This text has shadow with #ADC3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC3D1 on black background.


Color preview on white background

This text has color #ADC3D1 on white background.



Black color preview on #ADC3D1 background

This text has black color on #ADC3D1 background.


White color preview on #ADC3D1 background

This text has white color on #ADC3D1 background.