COLOR #ADBDB0

HEX: #ADBDB0
RGB: (173,189,176)

Renk bilgisi

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

RGB renk modeli

#ADBDB0 color RGB value is (173,189,176).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 189 of 255 = 74%
B 176 of 255 = 69%

173
189
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 189 + 176 = 538 (100%)
R 173 of 538 ~ 32.16%
G 189 of 538 ~ 35.13%
B 176 of 538 ~ 32.71%

%32.16
%35.13
%32.71

CMYK RENK MODELİ

#ADBDB0 rengi CMYK tonu (8,0,7,26).

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

CMYK yüzdeleri

%8.47
%0
%6.88
%25.88

Codes

Color #ADBDB0 in popluar color models

ADBDB0
RGB173189176
HSL131°10.81%70.98%
HSB/HSV131°8.47%74.12%
CMYK8.47%0.00%6.88%
25.88%

Color #ADBDB0 in popluar number systems.

HEXADBDB0
Decimal173189176
Binary101011011011110110110000
Octal255275260

Shades and tints

Shades of #ADBDB0

#ADBDB0
(173,189,176)
#9EACA0
(158,172,160)
#8F9B90
(143,155,144)
#808A80
(128,138,128)
#717970
(113,121,112)
#626860
(98,104,96)
#535750
(83,87,80)
#444640
(68,70,64)
#353530
(53,53,48)
#262420
(38,36,32)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #ADBDB0

#ADBDB0
(173,189,176)
#B4C3B7
(180,195,183)
#BBC9BE
(187,201,190)
#C2CFC5
(194,207,197)
#C9D5CC
(201,213,204)
#D0DBD3
(208,219,211)
#D7E1DA
(215,225,218)
#DEE7E1
(222,231,225)
#E5EDE8
(229,237,232)
#ECF3EF
(236,243,239)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBDB0; }

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

This text font color is #ADBDB0.


Background Color

.myBgColor { background-color: #ADBDB0; }

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

This div background color is #ADBDB0.


Border color

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

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

This div border color is #ADBDB0.


Opacity

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

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

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

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

This text has shadow with #ADBDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBDB0 on black background.


Color preview on white background

This text has color #ADBDB0 on white background.



Black color preview on #ADBDB0 background

This text has black color on #ADBDB0 background.


White color preview on #ADBDB0 background

This text has white color on #ADBDB0 background.