COLOR #ADC6C6

HEX: #ADC6C6
RGB: (173,198,198)

Renk bilgisi

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

RGB renk modeli

#ADC6C6 color RGB value is (173,198,198).

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

RGB bağlantıları ve doygunluk

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

173
198
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 198 + 198 = 569 (100%)
R 173 of 569 ~ 30.4%
G 198 of 569 ~ 34.8%
B 198 of 569 ~ 34.8%

%30.4
%34.8
%34.8

CMYK RENK MODELİ

#ADC6C6 rengi CMYK tonu (13,0,0,22).

  • camgöbeği tonu 12.63%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(13,0,0,22)
C13M0Y0K22 
(13%,0%,0%,22%)
(0.13/0.00/0.00/0.22)	

CMYK yüzdeleri

%12.63
%0
%0
%22.35

Codes

Color #ADC6C6 in popluar color models

ADC6C6
RGB173198198
HSL180°17.99%72.75%
HSB/HSV180°12.63%77.65%
CMYK12.63%0.00%0.00%
22.35%

Color #ADC6C6 in popluar number systems.

HEXADC6C6
Decimal173198198
Binary101011011100011011000110
Octal255306306

Shades and tints

Shades of #ADC6C6

#ADC6C6
(173,198,198)
#9EB4B4
(158,180,180)
#8FA2A2
(143,162,162)
#809090
(128,144,144)
#717E7E
(113,126,126)
#626C6C
(98,108,108)
#535A5A
(83,90,90)
#444848
(68,72,72)
#353636
(53,54,54)
#262424
(38,36,36)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #ADC6C6

#ADC6C6
(173,198,198)
#B4CBCB
(180,203,203)
#BBD0D0
(187,208,208)
#C2D5D5
(194,213,213)
#C9DADA
(201,218,218)
#D0DFDF
(208,223,223)
#D7E4E4
(215,228,228)
#DEE9E9
(222,233,233)
#E5EEEE
(229,238,238)
#ECF3F3
(236,243,243)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC6C6; }

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

This text font color is #ADC6C6.


Background Color

.myBgColor { background-color: #ADC6C6; }

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

This div background color is #ADC6C6.


Border color

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

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

This div border color is #ADC6C6.


Opacity

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

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

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

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

This text has shadow with #ADC6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC6C6 on black background.


Color preview on white background

This text has color #ADC6C6 on white background.



Black color preview on #ADC6C6 background

This text has black color on #ADC6C6 background.


White color preview on #ADC6C6 background

This text has white color on #ADC6C6 background.