COLOR #ADCAC6

HEX: #ADCAC6
RGB: (173,202,198)

Renk bilgisi

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

RGB renk modeli

#ADCAC6 color RGB value is (173,202,198).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 202 of 255 = 79%
B 198 of 255 = 78%

173
202
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 202 + 198 = 573 (100%)
R 173 of 573 ~ 30.19%
G 202 of 573 ~ 35.25%
B 198 of 573 ~ 34.55%

%30.19
%35.25
%34.55

CMYK RENK MODELİ

#ADCAC6 rengi CMYK tonu (14,0,2,21).

  • camgöbeği tonu 14.36%
  • eflatun tonu 0.00%
  • sarı tonu 1.98%
  • ana renk tonu 20.78%
CMYK:
(14,0,2,21)
C14M0Y2K21 
(14%,0%,2%,21%)
(0.14/0.00/0.02/0.21)	

CMYK yüzdeleri

%14.36
%0
%1.98
%20.78

Codes

Color #ADCAC6 in popluar color models

ADCAC6
RGB173202198
HSL172°21.48%73.53%
HSB/HSV172°14.36%79.22%
CMYK14.36%0.00%1.98%
20.78%

Color #ADCAC6 in popluar number systems.

HEXADCAC6
Decimal173202198
Binary101011011100101011000110
Octal255312306

Shades and tints

Shades of #ADCAC6

#ADCAC6
(173,202,198)
#9EB8B4
(158,184,180)
#8FA6A2
(143,166,162)
#809490
(128,148,144)
#71827E
(113,130,126)
#62706C
(98,112,108)
#535E5A
(83,94,90)
#444C48
(68,76,72)
#353A36
(53,58,54)
#262824
(38,40,36)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #ADCAC6

#ADCAC6
(173,202,198)
#B4CECB
(180,206,203)
#BBD2D0
(187,210,208)
#C2D6D5
(194,214,213)
#C9DADA
(201,218,218)
#D0DEDF
(208,222,223)
#D7E2E4
(215,226,228)
#DEE6E9
(222,230,233)
#E5EAEE
(229,234,238)
#ECEEF3
(236,238,243)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCAC6; }

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

This text font color is #ADCAC6.


Background Color

.myBgColor { background-color: #ADCAC6; }

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

This div background color is #ADCAC6.


Border color

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

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

This div border color is #ADCAC6.


Opacity

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

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

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

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

This text has shadow with #ADCAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCAC6 on black background.


Color preview on white background

This text has color #ADCAC6 on white background.



Black color preview on #ADCAC6 background

This text has black color on #ADCAC6 background.


White color preview on #ADCAC6 background

This text has white color on #ADCAC6 background.