COLOR #ADC9D1

HEX: #ADC9D1
RGB: (173,201,209)

Renk bilgisi

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

RGB renk modeli

#ADC9D1 color RGB value is (173,201,209).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 201 of 255 = 79%
B 209 of 255 = 82%

173
201
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 201 + 209 = 583 (100%)
R 173 of 583 ~ 29.67%
G 201 of 583 ~ 34.48%
B 209 of 583 ~ 35.85%

%29.67
%34.48
%35.85

CMYK RENK MODELİ

#ADC9D1 rengi CMYK tonu (17,4,0,18).

  • camgöbeği tonu 17.22%
  • eflatun tonu 3.83%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(17,4,0,18)
C17M4Y0K18 
(17%,4%,0%,18%)
(0.17/0.04/0.00/0.18)	

CMYK yüzdeleri

%17.22
%3.83
%0
%18.04

Codes

Color #ADC9D1 in popluar color models

ADC9D1
RGB173201209
HSL193°28.13%74.90%
HSB/HSV193°17.22%81.96%
CMYK17.22%3.83%0.00%
18.04%

Color #ADC9D1 in popluar number systems.

HEXADC9D1
Decimal173201209
Binary101011011100100111010001
Octal255311321

Shades and tints

Shades of #ADC9D1

#ADC9D1
(173,201,209)
#9EB7BE
(158,183,190)
#8FA5AB
(143,165,171)
#809398
(128,147,152)
#718185
(113,129,133)
#626F72
(98,111,114)
#535D5F
(83,93,95)
#444B4C
(68,75,76)
#353939
(53,57,57)
#262726
(38,39,38)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #ADC9D1

#ADC9D1
(173,201,209)
#B4CDD5
(180,205,213)
#BBD1D9
(187,209,217)
#C2D5DD
(194,213,221)
#C9D9E1
(201,217,225)
#D0DDE5
(208,221,229)
#D7E1E9
(215,225,233)
#DEE5ED
(222,229,237)
#E5E9F1
(229,233,241)
#ECEDF5
(236,237,245)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC9D1; }

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

This text font color is #ADC9D1.


Background Color

.myBgColor { background-color: #ADC9D1; }

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

This div background color is #ADC9D1.


Border color

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

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

This div border color is #ADC9D1.


Opacity

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

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

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

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

This text has shadow with #ADC9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC9D1 on black background.


Color preview on white background

This text has color #ADC9D1 on white background.



Black color preview on #ADC9D1 background

This text has black color on #ADC9D1 background.


White color preview on #ADC9D1 background

This text has white color on #ADC9D1 background.