COLOR #ADC8CC

HEX: #ADC8CC
RGB: (173,200,204)

Renk bilgisi

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

RGB renk modeli

#ADC8CC color RGB value is (173,200,204).

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

RGB bağlantıları ve doygunluk

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

173
200
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 200 + 204 = 577 (100%)
R 173 of 577 ~ 29.98%
G 200 of 577 ~ 34.66%
B 204 of 577 ~ 35.36%

%29.98
%34.66
%35.36

CMYK RENK MODELİ

#ADC8CC rengi CMYK tonu (15,2,0,20).

  • camgöbeği tonu 15.20%
  • eflatun tonu 1.96%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(15,2,0,20)
C15M2Y0K20 
(15%,2%,0%,20%)
(0.15/0.02/0.00/0.20)	

CMYK yüzdeleri

%15.2
%1.96
%0
%20

Codes

Color #ADC8CC in popluar color models

ADC8CC
RGB173200204
HSL188°23.31%73.92%
HSB/HSV188°15.20%80.00%
CMYK15.20%1.96%0.00%
20.00%

Color #ADC8CC in popluar number systems.

HEXADC8CC
Decimal173200204
Binary101011011100100011001100
Octal255310314

Shades and tints

Shades of #ADC8CC

#ADC8CC
(173,200,204)
#9EB6BA
(158,182,186)
#8FA4A8
(143,164,168)
#809296
(128,146,150)
#718084
(113,128,132)
#626E72
(98,110,114)
#535C60
(83,92,96)
#444A4E
(68,74,78)
#35383C
(53,56,60)
#26262A
(38,38,42)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADC8CC

#ADC8CC
(173,200,204)
#B4CDD0
(180,205,208)
#BBD2D4
(187,210,212)
#C2D7D8
(194,215,216)
#C9DCDC
(201,220,220)
#D0E1E0
(208,225,224)
#D7E6E4
(215,230,228)
#DEEBE8
(222,235,232)
#E5F0EC
(229,240,236)
#ECF5F0
(236,245,240)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC8CC; }

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

This text font color is #ADC8CC.


Background Color

.myBgColor { background-color: #ADC8CC; }

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

This div background color is #ADC8CC.


Border color

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

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

This div border color is #ADC8CC.


Opacity

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

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

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

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

This text has shadow with #ADC8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC8CC on black background.


Color preview on white background

This text has color #ADC8CC on white background.



Black color preview on #ADC8CC background

This text has black color on #ADC8CC background.


White color preview on #ADC8CC background

This text has white color on #ADC8CC background.