COLOR #ADBBAD

HEX: #ADBBAD
RGB: (173,187,173)

Renk bilgisi

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

RGB renk modeli

#ADBBAD color RGB value is (173,187,173).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 187 of 255 = 73%
B 173 of 255 = 68%

173
187
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 187 + 173 = 533 (100%)
R 173 of 533 ~ 32.46%
G 187 of 533 ~ 35.08%
B 173 of 533 ~ 32.46%

%32.46
%35.08
%32.46

CMYK RENK MODELİ

#ADBBAD rengi CMYK tonu (7,0,7,27).

  • camgöbeği tonu 7.49%
  • eflatun tonu 0.00%
  • sarı tonu 7.49%
  • ana renk tonu 26.67%
CMYK:
(7,0,7,27)
C7M0Y7K27 
(7%,0%,7%,27%)
(0.07/0.00/0.07/0.27)	

CMYK yüzdeleri

%7.49
%0
%7.49
%26.67

Codes

Color #ADBBAD in popluar color models

ADBBAD
RGB173187173
HSL120°9.33%70.59%
HSB/HSV120°7.49%73.33%
CMYK7.49%0.00%7.49%
26.67%

Color #ADBBAD in popluar number systems.

HEXADBBAD
Decimal173187173
Binary101011011011101110101101
Octal255273255

Shades and tints

Shades of #ADBBAD

#ADBBAD
(173,187,173)
#9EAA9E
(158,170,158)
#8F998F
(143,153,143)
#808880
(128,136,128)
#717771
(113,119,113)
#626662
(98,102,98)
#535553
(83,85,83)
#444444
(68,68,68)
#353335
(53,51,53)
#262226
(38,34,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #ADBBAD

#ADBBAD
(173,187,173)
#B4C1B4
(180,193,180)
#BBC7BB
(187,199,187)
#C2CDC2
(194,205,194)
#C9D3C9
(201,211,201)
#D0D9D0
(208,217,208)
#D7DFD7
(215,223,215)
#DEE5DE
(222,229,222)
#E5EBE5
(229,235,229)
#ECF1EC
(236,241,236)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBAD; }

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

This text font color is #ADBBAD.


Background Color

.myBgColor { background-color: #ADBBAD; }

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

This div background color is #ADBBAD.


Border color

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

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

This div border color is #ADBBAD.


Opacity

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

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

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

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

This text has shadow with #ADBBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBBAD on black background.


Color preview on white background

This text has color #ADBBAD on white background.



Black color preview on #ADBBAD background

This text has black color on #ADBBAD background.


White color preview on #ADBBAD background

This text has white color on #ADBBAD background.