COLOR #ADC4D2

HEX: #ADC4D2
RGB: (173,196,210)

Renk bilgisi

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

RGB renk modeli

#ADC4D2 color RGB value is (173,196,210).

  • kırmız ton 173;
  • yeşil ton 196;
  • mavi ton 210.
RGB:
(173,196,210)
(68%,77%,82%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 196 of 255 = 77%
B 210 of 255 = 82%

173
196
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 196 + 210 = 579 (100%)
R 173 of 579 ~ 29.88%
G 196 of 579 ~ 33.85%
B 210 of 579 ~ 36.27%

%29.88
%33.85
%36.27

CMYK RENK MODELİ

#ADC4D2 rengi CMYK tonu (18,7,0,18).

  • camgöbeği tonu 17.62%
  • eflatun tonu 6.67%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(18,7,0,18)
C18M7Y0K18 
(18%,7%,0%,18%)
(0.18/0.07/0.00/0.18)	

CMYK yüzdeleri

%17.62
%6.67
%0
%17.65

Codes

Color #ADC4D2 in popluar color models

ADC4D2
RGB173196210
HSL203°29.13%75.10%
HSB/HSV203°17.62%82.35%
CMYK17.62%6.67%0.00%
17.65%

Color #ADC4D2 in popluar number systems.

HEXADC4D2
Decimal173196210
Binary101011011100010011010010
Octal255304322

Shades and tints

Shades of #ADC4D2

#ADC4D2
(173,196,210)
#9EB3BF
(158,179,191)
#8FA2AC
(143,162,172)
#809199
(128,145,153)
#718086
(113,128,134)
#626F73
(98,111,115)
#535E60
(83,94,96)
#444D4D
(68,77,77)
#353C3A
(53,60,58)
#262B27
(38,43,39)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #ADC4D2

#ADC4D2
(173,196,210)
#B4C9D6
(180,201,214)
#BBCEDA
(187,206,218)
#C2D3DE
(194,211,222)
#C9D8E2
(201,216,226)
#D0DDE6
(208,221,230)
#D7E2EA
(215,226,234)
#DEE7EE
(222,231,238)
#E5ECF2
(229,236,242)
#ECF1F6
(236,241,246)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC4D2 color. Also use rgb(173,196,210) instead hex code.

Text Font Color

.myTextColor { color: #ADC4D2; }

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

This text font color is #ADC4D2.


Background Color

.myBgColor { background-color: #ADC4D2; }

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

This div background color is #ADC4D2.


Border color

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

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

This div border color is #ADC4D2.


Opacity

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

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

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

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

This text has shadow with #ADC4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC4D2 on black background.


Color preview on white background

This text has color #ADC4D2 on white background.



Black color preview on #ADC4D2 background

This text has black color on #ADC4D2 background.


White color preview on #ADC4D2 background

This text has white color on #ADC4D2 background.