COLOR #ADC6CC

HEX: #ADC6CC
RGB: (173,198,204)

Renk bilgisi

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

RGB renk modeli

#ADC6CC color RGB value is (173,198,204).

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

RGB bağlantıları ve doygunluk

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

173
198
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 198 + 204 = 575 (100%)
R 173 of 575 ~ 30.09%
G 198 of 575 ~ 34.43%
B 204 of 575 ~ 35.48%

%30.09
%34.43
%35.48

CMYK RENK MODELİ

#ADC6CC rengi CMYK tonu (15,3,0,20).

  • camgöbeği tonu 15.20%
  • eflatun tonu 2.94%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(15,3,0,20)
C15M3Y0K20 
(15%,3%,0%,20%)
(0.15/0.03/0.00/0.20)	

CMYK yüzdeleri

%15.2
%2.94
%0
%20

Codes

Color #ADC6CC in popluar color models

ADC6CC
RGB173198204
HSL192°23.31%73.92%
HSB/HSV192°15.20%80.00%
CMYK15.20%2.94%0.00%
20.00%

Color #ADC6CC in popluar number systems.

HEXADC6CC
Decimal173198204
Binary101011011100011011001100
Octal255306314

Shades and tints

Shades of #ADC6CC

#ADC6CC
(173,198,204)
#9EB4BA
(158,180,186)
#8FA2A8
(143,162,168)
#809096
(128,144,150)
#717E84
(113,126,132)
#626C72
(98,108,114)
#535A60
(83,90,96)
#44484E
(68,72,78)
#35363C
(53,54,60)
#26242A
(38,36,42)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #ADC6CC

#ADC6CC
(173,198,204)
#B4CBD0
(180,203,208)
#BBD0D4
(187,208,212)
#C2D5D8
(194,213,216)
#C9DADC
(201,218,220)
#D0DFE0
(208,223,224)
#D7E4E4
(215,228,228)
#DEE9E8
(222,233,232)
#E5EEEC
(229,238,236)
#ECF3F0
(236,243,240)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC6CC; }

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

This text font color is #ADC6CC.


Background Color

.myBgColor { background-color: #ADC6CC; }

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

This div background color is #ADC6CC.


Border color

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

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

This div border color is #ADC6CC.


Opacity

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

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

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

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

This text has shadow with #ADC6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC6CC on black background.


Color preview on white background

This text has color #ADC6CC on white background.



Black color preview on #ADC6CC background

This text has black color on #ADC6CC background.


White color preview on #ADC6CC background

This text has white color on #ADC6CC background.