COLOR #ADAEAF

HEX: #ADAEAF
RGB: (173,174,175)

Renk bilgisi

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

RGB renk modeli

#ADAEAF color RGB value is (173,174,175).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 174 of 255 = 68%
B 175 of 255 = 69%

173
174
175

R + G + B ~ 68%. #ADAEAF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 174 + 175 = 522 (100%)
R 173 of 522 ~ 33.14%
G 174 of 522 ~ 33.33%
B 175 of 522 ~ 33.52%

%33.14
%33.33
%33.52

CMYK RENK MODELİ

#ADAEAF rengi CMYK tonu (1,1,0,31).

  • camgöbeği tonu 1.14%
  • eflatun tonu 0.57%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(1,1,0,31)
C1M1Y0K31 
(1%,1%,0%,31%)
(0.01/0.01/0.00/0.31)	

CMYK yüzdeleri

%1.14
%0.57
%0
%31.37

Codes

Color #ADAEAF in popluar color models

ADAEAF
RGB173174175
HSL210°1.23%68.24%
HSB/HSV210°1.14%68.63%
CMYK1.14%0.57%0.00%
31.37%

Color #ADAEAF in popluar number systems.

HEXADAEAF
Decimal173174175
Binary101011011010111010101111
Octal255256257

Shades and tints

Shades of #ADAEAF

#ADAEAF
(173,174,175)
#9E9FA0
(158,159,160)
#8F9091
(143,144,145)
#808182
(128,129,130)
#717273
(113,114,115)
#626364
(98,99,100)
#535455
(83,84,85)
#444546
(68,69,70)
#353637
(53,54,55)
#262728
(38,39,40)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #ADAEAF

#ADAEAF
(173,174,175)
#B4B5B6
(180,181,182)
#BBBCBD
(187,188,189)
#C2C3C4
(194,195,196)
#C9CACB
(201,202,203)
#D0D1D2
(208,209,210)
#D7D8D9
(215,216,217)
#DEDFE0
(222,223,224)
#E5E6E7
(229,230,231)
#ECEDEE
(236,237,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEAF; }

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

This text font color is #ADAEAF.


Background Color

.myBgColor { background-color: #ADAEAF; }

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

This div background color is #ADAEAF.


Border color

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

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

This div border color is #ADAEAF.


Opacity

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

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

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

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

This text has shadow with #ADAEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEAF on black background.


Color preview on white background

This text has color #ADAEAF on white background.



Black color preview on #ADAEAF background

This text has black color on #ADAEAF background.


White color preview on #ADAEAF background

This text has white color on #ADAEAF background.