COLOR #ADAEB1

HEX: #ADAEB1
RGB: (173,174,177)

Renk bilgisi

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

RGB renk modeli

#ADAEB1 color RGB value is (173,174,177).

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

RGB bağlantıları ve doygunluk

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

173
174
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 174 + 177 = 524 (100%)
R 173 of 524 ~ 33.02%
G 174 of 524 ~ 33.21%
B 177 of 524 ~ 33.78%

%33.02
%33.21
%33.78

CMYK RENK MODELİ

#ADAEB1 rengi CMYK tonu (2,2,0,31).

  • camgöbeği tonu 2.26%
  • eflatun tonu 1.69%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(2,2,0,31)
C2M2Y0K31 
(2%,2%,0%,31%)
(0.02/0.02/0.00/0.31)	

CMYK yüzdeleri

%2.26
%1.69
%0
%30.59

Codes

Color #ADAEB1 in popluar color models

ADAEB1
RGB173174177
HSL225°2.50%68.63%
HSB/HSV225°2.26%69.41%
CMYK2.26%1.69%0.00%
30.59%

Color #ADAEB1 in popluar number systems.

HEXADAEB1
Decimal173174177
Binary101011011010111010110001
Octal255256261

Shades and tints

Shades of #ADAEB1

#ADAEB1
(173,174,177)
#9E9FA1
(158,159,161)
#8F9091
(143,144,145)
#808181
(128,129,129)
#717271
(113,114,113)
#626361
(98,99,97)
#535451
(83,84,81)
#444541
(68,69,65)
#353631
(53,54,49)
#262721
(38,39,33)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #ADAEB1

#ADAEB1
(173,174,177)
#B4B5B8
(180,181,184)
#BBBCBF
(187,188,191)
#C2C3C6
(194,195,198)
#C9CACD
(201,202,205)
#D0D1D4
(208,209,212)
#D7D8DB
(215,216,219)
#DEDFE2
(222,223,226)
#E5E6E9
(229,230,233)
#ECEDF0
(236,237,240)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEB1; }

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

This text font color is #ADAEB1.


Background Color

.myBgColor { background-color: #ADAEB1; }

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

This div background color is #ADAEB1.


Border color

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

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

This div border color is #ADAEB1.


Opacity

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

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

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

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

This text has shadow with #ADAEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEB1 on black background.


Color preview on white background

This text has color #ADAEB1 on white background.



Black color preview on #ADAEB1 background

This text has black color on #ADAEB1 background.


White color preview on #ADAEB1 background

This text has white color on #ADAEB1 background.