COLOR #ADC0CA

HEX: #ADC0CA
RGB: (173,192,202)

Renk bilgisi

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

RGB renk modeli

#ADC0CA color RGB value is (173,192,202).

  • kırmız ton 173;
  • yeşil ton 192;
  • mavi ton 202.
RGB:
(173,192,202)
(68%,75%,79%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 192 of 255 = 75%
B 202 of 255 = 79%

173
192
202

R + G + B ~ 74%. #ADC0CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 192 + 202 = 567 (100%)
R 173 of 567 ~ 30.51%
G 192 of 567 ~ 33.86%
B 202 of 567 ~ 35.63%

%30.51
%33.86
%35.63

CMYK RENK MODELİ

#ADC0CA rengi CMYK tonu (14,5,0,21).

  • camgöbeği tonu 14.36%
  • eflatun tonu 4.95%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(14,5,0,21)
C14M5Y0K21 
(14%,5%,0%,21%)
(0.14/0.05/0.00/0.21)	

CMYK yüzdeleri

%14.36
%4.95
%0
%20.78

Codes

Color #ADC0CA in popluar color models

ADC0CA
RGB173192202
HSL201°21.48%73.53%
HSB/HSV201°14.36%79.22%
CMYK14.36%4.95%0.00%
20.78%

Color #ADC0CA in popluar number systems.

HEXADC0CA
Decimal173192202
Binary101011011100000011001010
Octal255300312

Shades and tints

Shades of #ADC0CA

#ADC0CA
(173,192,202)
#9EAFB8
(158,175,184)
#8F9EA6
(143,158,166)
#808D94
(128,141,148)
#717C82
(113,124,130)
#626B70
(98,107,112)
#535A5E
(83,90,94)
#44494C
(68,73,76)
#35383A
(53,56,58)
#262728
(38,39,40)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #ADC0CA

#ADC0CA
(173,192,202)
#B4C5CE
(180,197,206)
#BBCAD2
(187,202,210)
#C2CFD6
(194,207,214)
#C9D4DA
(201,212,218)
#D0D9DE
(208,217,222)
#D7DEE2
(215,222,226)
#DEE3E6
(222,227,230)
#E5E8EA
(229,232,234)
#ECEDEE
(236,237,238)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC0CA; }

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

This text font color is #ADC0CA.


Background Color

.myBgColor { background-color: #ADC0CA; }

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

This div background color is #ADC0CA.


Border color

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

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

This div border color is #ADC0CA.


Opacity

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

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

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

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

This text has shadow with #ADC0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC0CA on black background.


Color preview on white background

This text has color #ADC0CA on white background.



Black color preview on #ADC0CA background

This text has black color on #ADC0CA background.


White color preview on #ADC0CA background

This text has white color on #ADC0CA background.