COLOR #ADBDAE

HEX: #ADBDAE
RGB: (173,189,174)

Renk bilgisi

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

RGB renk modeli

#ADBDAE color RGB value is (173,189,174).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 189 of 255 = 74%
B 174 of 255 = 68%

173
189
174

R + G + B ~ 70%. #ADBDAE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 189 + 174 = 536 (100%)
R 173 of 536 ~ 32.28%
G 189 of 536 ~ 35.26%
B 174 of 536 ~ 32.46%

%32.28
%35.26
%32.46

CMYK RENK MODELİ

#ADBDAE rengi CMYK tonu (8,0,8,26).

  • camgöbeği tonu 8.47%
  • eflatun tonu 0.00%
  • sarı tonu 7.94%
  • ana renk tonu 25.88%
CMYK:
(8,0,8,26)
C8M0Y8K26 
(8%,0%,8%,26%)
(0.08/0.00/0.08/0.26)	

CMYK yüzdeleri

%8.47
%0
%7.94
%25.88

Codes

Color #ADBDAE in popluar color models

ADBDAE
RGB173189174
HSL124°10.81%70.98%
HSB/HSV124°8.47%74.12%
CMYK8.47%0.00%7.94%
25.88%

Color #ADBDAE in popluar number systems.

HEXADBDAE
Decimal173189174
Binary101011011011110110101110
Octal255275256

Shades and tints

Shades of #ADBDAE

#ADBDAE
(173,189,174)
#9EAC9F
(158,172,159)
#8F9B90
(143,155,144)
#808A81
(128,138,129)
#717972
(113,121,114)
#626863
(98,104,99)
#535754
(83,87,84)
#444645
(68,70,69)
#353536
(53,53,54)
#262427
(38,36,39)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #ADBDAE

#ADBDAE
(173,189,174)
#B4C3B5
(180,195,181)
#BBC9BC
(187,201,188)
#C2CFC3
(194,207,195)
#C9D5CA
(201,213,202)
#D0DBD1
(208,219,209)
#D7E1D8
(215,225,216)
#DEE7DF
(222,231,223)
#E5EDE6
(229,237,230)
#ECF3ED
(236,243,237)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBDAE; }

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

This text font color is #ADBDAE.


Background Color

.myBgColor { background-color: #ADBDAE; }

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

This div background color is #ADBDAE.


Border color

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

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

This div border color is #ADBDAE.


Opacity

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

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

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

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

This text has shadow with #ADBDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBDAE on black background.


Color preview on white background

This text has color #ADBDAE on white background.



Black color preview on #ADBDAE background

This text has black color on #ADBDAE background.


White color preview on #ADBDAE background

This text has white color on #ADBDAE background.