COLOR #ADB2AE

HEX: #ADB2AE
RGB: (173,178,174)

Renk bilgisi

#ADB2AE contains red, green and blue colors in about the same proportion. #ADB2AE ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#ADB2AE color RGB value is (173,178,174).

  • kırmız ton 173;
  • yeşil ton 178;
  • mavi ton 174.
RGB:
(173,178,174)
(68%,70%,68%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 174 of 255 = 68%

173
178
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 174 = 525 (100%)
R 173 of 525 ~ 32.95%
G 178 of 525 ~ 33.9%
B 174 of 525 ~ 33.14%

%32.95
%33.9
%33.14

CMYK RENK MODELİ

#ADB2AE rengi CMYK tonu (3,0,2,30).

  • camgöbeği tonu 2.81%
  • eflatun tonu 0.00%
  • sarı tonu 2.25%
  • ana renk tonu 30.20%
CMYK:
(3,0,2,30)
C3M0Y2K30 
(3%,0%,2%,30%)
(0.03/0.00/0.02/0.30)	

CMYK yüzdeleri

%2.81
%0
%2.25
%30.2

Codes

Color #ADB2AE in popluar color models

ADB2AE
RGB173178174
HSL132°3.14%68.82%
HSB/HSV132°2.81%69.80%
CMYK2.81%0.00%2.25%
30.20%

Color #ADB2AE in popluar number systems.

HEXADB2AE
Decimal173178174
Binary101011011011001010101110
Octal255262256

Shades and tints

Shades of #ADB2AE

#ADB2AE
(173,178,174)
#9EA29F
(158,162,159)
#8F9290
(143,146,144)
#808281
(128,130,129)
#717272
(113,114,114)
#626263
(98,98,99)
#535254
(83,82,84)
#444245
(68,66,69)
#353236
(53,50,54)
#262227
(38,34,39)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #ADB2AE

#ADB2AE
(173,178,174)
#B4B9B5
(180,185,181)
#BBC0BC
(187,192,188)
#C2C7C3
(194,199,195)
#C9CECA
(201,206,202)
#D0D5D1
(208,213,209)
#D7DCD8
(215,220,216)
#DEE3DF
(222,227,223)
#E5EAE6
(229,234,230)
#ECF1ED
(236,241,237)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB2AE color. Also use rgb(173,178,174) instead hex code.

Text Font Color

.myTextColor { color: #ADB2AE; }

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

This text font color is #ADB2AE.


Background Color

.myBgColor { background-color: #ADB2AE; }

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

This div background color is #ADB2AE.


Border color

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

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

This div border color is #ADB2AE.


Opacity

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

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

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

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

This text has shadow with #ADB2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB2AE on black background.


Color preview on white background

This text has color #ADB2AE on white background.



Black color preview on #ADB2AE background

This text has black color on #ADB2AE background.


White color preview on #ADB2AE background

This text has white color on #ADB2AE background.