COLOR #ADC2CA

HEX: #ADC2CA
RGB: (173,194,202)

Renk bilgisi

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

RGB renk modeli

#ADC2CA color RGB value is (173,194,202).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 194 of 255 = 76%
B 202 of 255 = 79%

173
194
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 194 + 202 = 569 (100%)
R 173 of 569 ~ 30.4%
G 194 of 569 ~ 34.09%
B 202 of 569 ~ 35.5%

%30.4
%34.09
%35.5

CMYK RENK MODELİ

#ADC2CA rengi CMYK tonu (14,4,0,21).

  • camgöbeği tonu 14.36%
  • eflatun tonu 3.96%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(14,4,0,21)
C14M4Y0K21 
(14%,4%,0%,21%)
(0.14/0.04/0.00/0.21)	

CMYK yüzdeleri

%14.36
%3.96
%0
%20.78

Codes

Color #ADC2CA in popluar color models

ADC2CA
RGB173194202
HSL197°21.48%73.53%
HSB/HSV197°14.36%79.22%
CMYK14.36%3.96%0.00%
20.78%

Color #ADC2CA in popluar number systems.

HEXADC2CA
Decimal173194202
Binary101011011100001011001010
Octal255302312

Shades and tints

Shades of #ADC2CA

#ADC2CA
(173,194,202)
#9EB1B8
(158,177,184)
#8FA0A6
(143,160,166)
#808F94
(128,143,148)
#717E82
(113,126,130)
#626D70
(98,109,112)
#535C5E
(83,92,94)
#444B4C
(68,75,76)
#353A3A
(53,58,58)
#262928
(38,41,40)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADC2CA

#ADC2CA
(173,194,202)
#B4C7CE
(180,199,206)
#BBCCD2
(187,204,210)
#C2D1D6
(194,209,214)
#C9D6DA
(201,214,218)
#D0DBDE
(208,219,222)
#D7E0E2
(215,224,226)
#DEE5E6
(222,229,230)
#E5EAEA
(229,234,234)
#ECEFEE
(236,239,238)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC2CA; }

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

This text font color is #ADC2CA.


Background Color

.myBgColor { background-color: #ADC2CA; }

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

This div background color is #ADC2CA.


Border color

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

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

This div border color is #ADC2CA.


Opacity

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

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

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

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

This text has shadow with #ADC2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC2CA on black background.


Color preview on white background

This text has color #ADC2CA on white background.



Black color preview on #ADC2CA background

This text has black color on #ADC2CA background.


White color preview on #ADC2CA background

This text has white color on #ADC2CA background.