COLOR #ADBCA6

HEX: #ADBCA6
RGB: (173,188,166)

Renk bilgisi

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

RGB renk modeli

#ADBCA6 color RGB value is (173,188,166).

  • kırmız ton 173;
  • yeşil ton 188;
  • mavi ton 166.
RGB:
(173,188,166)
(68%,74%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 188 of 255 = 74%
B 166 of 255 = 65%

173
188
166

R + G + B ~ 69%. #ADBCA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 188 + 166 = 527 (100%)
R 173 of 527 ~ 32.83%
G 188 of 527 ~ 35.67%
B 166 of 527 ~ 31.5%

%32.83
%35.67
%31.5

CMYK RENK MODELİ

#ADBCA6 rengi CMYK tonu (8,0,12,26).

  • camgöbeği tonu 7.98%
  • eflatun tonu 0.00%
  • sarı tonu 11.70%
  • ana renk tonu 26.27%
CMYK:
(8,0,12,26)
C8M0Y12K26 
(8%,0%,12%,26%)
(0.08/0.00/0.12/0.26)	

CMYK yüzdeleri

%7.98
%0
%11.7
%26.27

Codes

Color #ADBCA6 in popluar color models

ADBCA6
RGB173188166
HSL101°14.10%69.41%
HSB/HSV101°11.70%73.73%
CMYK7.98%0.00%11.70%
26.27%

Color #ADBCA6 in popluar number systems.

HEXADBCA6
Decimal173188166
Binary101011011011110010100110
Octal255274246

Shades and tints

Shades of #ADBCA6

#ADBCA6
(173,188,166)
#9EAB97
(158,171,151)
#8F9A88
(143,154,136)
#808979
(128,137,121)
#71786A
(113,120,106)
#62675B
(98,103,91)
#53564C
(83,86,76)
#44453D
(68,69,61)
#35342E
(53,52,46)
#26231F
(38,35,31)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #ADBCA6

#ADBCA6
(173,188,166)
#B4C2AE
(180,194,174)
#BBC8B6
(187,200,182)
#C2CEBE
(194,206,190)
#C9D4C6
(201,212,198)
#D0DACE
(208,218,206)
#D7E0D6
(215,224,214)
#DEE6DE
(222,230,222)
#E5ECE6
(229,236,230)
#ECF2EE
(236,242,238)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBCA6 color. Also use rgb(173,188,166) instead hex code.

Text Font Color

.myTextColor { color: #ADBCA6; }

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

This text font color is #ADBCA6.


Background Color

.myBgColor { background-color: #ADBCA6; }

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

This div background color is #ADBCA6.


Border color

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

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

This div border color is #ADBCA6.


Opacity

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

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

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

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

This text has shadow with #ADBCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBCA6 on black background.


Color preview on white background

This text has color #ADBCA6 on white background.



Black color preview on #ADBCA6 background

This text has black color on #ADBCA6 background.


White color preview on #ADBCA6 background

This text has white color on #ADBCA6 background.