COLOR #ADC4D7

HEX: #ADC4D7
RGB: (173,196,215)

Renk bilgisi

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

RGB renk modeli

#ADC4D7 color RGB value is (173,196,215).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 196 of 255 = 77%
B 215 of 255 = 84%

173
196
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 196 + 215 = 584 (100%)
R 173 of 584 ~ 29.62%
G 196 of 584 ~ 33.56%
B 215 of 584 ~ 36.82%

%29.62
%33.56
%36.82

CMYK RENK MODELİ

#ADC4D7 rengi CMYK tonu (20,9,0,16).

  • camgöbeği tonu 19.53%
  • eflatun tonu 8.84%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(20,9,0,16)
C20M9Y0K16 
(20%,9%,0%,16%)
(0.20/0.09/0.00/0.16)	

CMYK yüzdeleri

%19.53
%8.84
%0
%15.69

Codes

Color #ADC4D7 in popluar color models

ADC4D7
RGB173196215
HSL207°34.43%76.08%
HSB/HSV207°19.53%84.31%
CMYK19.53%8.84%0.00%
15.69%

Color #ADC4D7 in popluar number systems.

HEXADC4D7
Decimal173196215
Binary101011011100010011010111
Octal255304327

Shades and tints

Shades of #ADC4D7

#ADC4D7
(173,196,215)
#9EB3C4
(158,179,196)
#8FA2B1
(143,162,177)
#80919E
(128,145,158)
#71808B
(113,128,139)
#626F78
(98,111,120)
#535E65
(83,94,101)
#444D52
(68,77,82)
#353C3F
(53,60,63)
#262B2C
(38,43,44)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #ADC4D7

#ADC4D7
(173,196,215)
#B4C9DA
(180,201,218)
#BBCEDD
(187,206,221)
#C2D3E0
(194,211,224)
#C9D8E3
(201,216,227)
#D0DDE6
(208,221,230)
#D7E2E9
(215,226,233)
#DEE7EC
(222,231,236)
#E5ECEF
(229,236,239)
#ECF1F2
(236,241,242)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC4D7; }

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

This text font color is #ADC4D7.


Background Color

.myBgColor { background-color: #ADC4D7; }

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

This div background color is #ADC4D7.


Border color

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

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

This div border color is #ADC4D7.


Opacity

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

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

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

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

This text has shadow with #ADC4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC4D7 on black background.


Color preview on white background

This text has color #ADC4D7 on white background.



Black color preview on #ADC4D7 background

This text has black color on #ADC4D7 background.


White color preview on #ADC4D7 background

This text has white color on #ADC4D7 background.