COLOR #ADAFB3

HEX: #ADAFB3
RGB: (173,175,179)

Renk bilgisi

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

RGB renk modeli

#ADAFB3 color RGB value is (173,175,179).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 175 of 255 = 69%
B 179 of 255 = 70%

173
175
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 175 + 179 = 527 (100%)
R 173 of 527 ~ 32.83%
G 175 of 527 ~ 33.21%
B 179 of 527 ~ 33.97%

%32.83
%33.21
%33.97

CMYK RENK MODELİ

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

  • camgöbeği tonu 3.35%
  • eflatun tonu 2.23%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(3,2,0,30)
C3M2Y0K30 
(3%,2%,0%,30%)
(0.03/0.02/0.00/0.30)	

CMYK yüzdeleri

%3.35
%2.23
%0
%29.8

Codes

Color #ADAFB3 in popluar color models

ADAFB3
RGB173175179
HSL220°3.80%69.02%
HSB/HSV220°3.35%70.20%
CMYK3.35%2.23%0.00%
29.80%

Color #ADAFB3 in popluar number systems.

HEXADAFB3
Decimal173175179
Binary101011011010111110110011
Octal255257263

Shades and tints

Shades of #ADAFB3

#ADAFB3
(173,175,179)
#9EA0A3
(158,160,163)
#8F9193
(143,145,147)
#808283
(128,130,131)
#717373
(113,115,115)
#626463
(98,100,99)
#535553
(83,85,83)
#444643
(68,70,67)
#353733
(53,55,51)
#262823
(38,40,35)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADAFB3

#ADAFB3
(173,175,179)
#B4B6B9
(180,182,185)
#BBBDBF
(187,189,191)
#C2C4C5
(194,196,197)
#C9CBCB
(201,203,203)
#D0D2D1
(208,210,209)
#D7D9D7
(215,217,215)
#DEE0DD
(222,224,221)
#E5E7E3
(229,231,227)
#ECEEE9
(236,238,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFB3; }

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

This text font color is #ADAFB3.


Background Color

.myBgColor { background-color: #ADAFB3; }

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

This div background color is #ADAFB3.


Border color

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

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

This div border color is #ADAFB3.


Opacity

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

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

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

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

This text has shadow with #ADAFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAFB3 on black background.


Color preview on white background

This text has color #ADAFB3 on white background.



Black color preview on #ADAFB3 background

This text has black color on #ADAFB3 background.


White color preview on #ADAFB3 background

This text has white color on #ADAFB3 background.