COLOR #ADC2C6

HEX: #ADC2C6
RGB: (173,194,198)

Renk bilgisi

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

RGB renk modeli

#ADC2C6 color RGB value is (173,194,198).

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

RGB bağlantıları ve doygunluk

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

173
194
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 194 + 198 = 565 (100%)
R 173 of 565 ~ 30.62%
G 194 of 565 ~ 34.34%
B 198 of 565 ~ 35.04%

%30.62
%34.34
%35.04

CMYK RENK MODELİ

#ADC2C6 rengi CMYK tonu (13,2,0,22).

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

CMYK yüzdeleri

%12.63
%2.02
%0
%22.35

Codes

Color #ADC2C6 in popluar color models

ADC2C6
RGB173194198
HSL190°17.99%72.75%
HSB/HSV190°12.63%77.65%
CMYK12.63%2.02%0.00%
22.35%

Color #ADC2C6 in popluar number systems.

HEXADC2C6
Decimal173194198
Binary101011011100001011000110
Octal255302306

Shades and tints

Shades of #ADC2C6

#ADC2C6
(173,194,198)
#9EB1B4
(158,177,180)
#8FA0A2
(143,160,162)
#808F90
(128,143,144)
#717E7E
(113,126,126)
#626D6C
(98,109,108)
#535C5A
(83,92,90)
#444B48
(68,75,72)
#353A36
(53,58,54)
#262924
(38,41,36)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #ADC2C6

#ADC2C6
(173,194,198)
#B4C7CB
(180,199,203)
#BBCCD0
(187,204,208)
#C2D1D5
(194,209,213)
#C9D6DA
(201,214,218)
#D0DBDF
(208,219,223)
#D7E0E4
(215,224,228)
#DEE5E9
(222,229,233)
#E5EAEE
(229,234,238)
#ECEFF3
(236,239,243)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC2C6; }

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

This text font color is #ADC2C6.


Background Color

.myBgColor { background-color: #ADC2C6; }

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

This div background color is #ADC2C6.


Border color

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

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

This div border color is #ADC2C6.


Opacity

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

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

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

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

This text has shadow with #ADC2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC2C6 on black background.


Color preview on white background

This text has color #ADC2C6 on white background.



Black color preview on #ADC2C6 background

This text has black color on #ADC2C6 background.


White color preview on #ADC2C6 background

This text has white color on #ADC2C6 background.