COLOR #ADC6D7

HEX: #ADC6D7
RGB: (173,198,215)

Renk bilgisi

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

RGB renk modeli

#ADC6D7 color RGB value is (173,198,215).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 198 of 255 = 78%
B 215 of 255 = 84%

173
198
215

R + G + B ~ 77%. #ADC6D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 198 + 215 = 586 (100%)
R 173 of 586 ~ 29.52%
G 198 of 586 ~ 33.79%
B 215 of 586 ~ 36.69%

%29.52
%33.79
%36.69

CMYK RENK MODELİ

#ADC6D7 rengi CMYK tonu (20,8,0,16).

  • camgöbeği tonu 19.53%
  • eflatun tonu 7.91%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(20,8,0,16)
C20M8Y0K16 
(20%,8%,0%,16%)
(0.20/0.08/0.00/0.16)	

CMYK yüzdeleri

%19.53
%7.91
%0
%15.69

Codes

Color #ADC6D7 in popluar color models

ADC6D7
RGB173198215
HSL204°34.43%76.08%
HSB/HSV204°19.53%84.31%
CMYK19.53%7.91%0.00%
15.69%

Color #ADC6D7 in popluar number systems.

HEXADC6D7
Decimal173198215
Binary101011011100011011010111
Octal255306327

Shades and tints

Shades of #ADC6D7

#ADC6D7
(173,198,215)
#9EB4C4
(158,180,196)
#8FA2B1
(143,162,177)
#80909E
(128,144,158)
#717E8B
(113,126,139)
#626C78
(98,108,120)
#535A65
(83,90,101)
#444852
(68,72,82)
#35363F
(53,54,63)
#26242C
(38,36,44)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #ADC6D7

#ADC6D7
(173,198,215)
#B4CBDA
(180,203,218)
#BBD0DD
(187,208,221)
#C2D5E0
(194,213,224)
#C9DAE3
(201,218,227)
#D0DFE6
(208,223,230)
#D7E4E9
(215,228,233)
#DEE9EC
(222,233,236)
#E5EEEF
(229,238,239)
#ECF3F2
(236,243,242)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC6D7; }

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

This text font color is #ADC6D7.


Background Color

.myBgColor { background-color: #ADC6D7; }

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

This div background color is #ADC6D7.


Border color

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

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

This div border color is #ADC6D7.


Opacity

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

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

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

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

This text has shadow with #ADC6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC6D7 on black background.


Color preview on white background

This text has color #ADC6D7 on white background.



Black color preview on #ADC6D7 background

This text has black color on #ADC6D7 background.


White color preview on #ADC6D7 background

This text has white color on #ADC6D7 background.