COLOR #ADCBC6

HEX: #ADCBC6
RGB: (173,203,198)

Renk bilgisi

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

RGB renk modeli

#ADCBC6 color RGB value is (173,203,198).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 203 of 255 = 80%
B 198 of 255 = 78%

173
203
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 203 + 198 = 574 (100%)
R 173 of 574 ~ 30.14%
G 203 of 574 ~ 35.37%
B 198 of 574 ~ 34.49%

%30.14
%35.37
%34.49

CMYK RENK MODELİ

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

  • camgöbeği tonu 14.78%
  • eflatun tonu 0.00%
  • sarı tonu 2.46%
  • ana renk tonu 20.39%
CMYK:
(15,0,2,20)
C15M0Y2K20 
(15%,0%,2%,20%)
(0.15/0.00/0.02/0.20)	

CMYK yüzdeleri

%14.78
%0
%2.46
%20.39

Codes

Color #ADCBC6 in popluar color models

ADCBC6
RGB173203198
HSL170°22.39%73.73%
HSB/HSV170°14.78%79.61%
CMYK14.78%0.00%2.46%
20.39%

Color #ADCBC6 in popluar number systems.

HEXADCBC6
Decimal173203198
Binary101011011100101111000110
Octal255313306

Shades and tints

Shades of #ADCBC6

#ADCBC6
(173,203,198)
#9EB9B4
(158,185,180)
#8FA7A2
(143,167,162)
#809590
(128,149,144)
#71837E
(113,131,126)
#62716C
(98,113,108)
#535F5A
(83,95,90)
#444D48
(68,77,72)
#353B36
(53,59,54)
#262924
(38,41,36)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADCBC6

#ADCBC6
(173,203,198)
#B4CFCB
(180,207,203)
#BBD3D0
(187,211,208)
#C2D7D5
(194,215,213)
#C9DBDA
(201,219,218)
#D0DFDF
(208,223,223)
#D7E3E4
(215,227,228)
#DEE7E9
(222,231,233)
#E5EBEE
(229,235,238)
#ECEFF3
(236,239,243)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCBC6; }

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

This text font color is #ADCBC6.


Background Color

.myBgColor { background-color: #ADCBC6; }

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

This div background color is #ADCBC6.


Border color

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

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

This div border color is #ADCBC6.


Opacity

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

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

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

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

This text has shadow with #ADCBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCBC6 on black background.


Color preview on white background

This text has color #ADCBC6 on white background.



Black color preview on #ADCBC6 background

This text has black color on #ADCBC6 background.


White color preview on #ADCBC6 background

This text has white color on #ADCBC6 background.