COLOR #ADBBB0

HEX: #ADBBB0
RGB: (173,187,176)

Renk bilgisi

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

RGB renk modeli

#ADBBB0 color RGB value is (173,187,176).

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

RGB bağlantıları ve doygunluk

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

173
187
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 187 + 176 = 536 (100%)
R 173 of 536 ~ 32.28%
G 187 of 536 ~ 34.89%
B 176 of 536 ~ 32.84%

%32.28
%34.89
%32.84

CMYK RENK MODELİ

#ADBBB0 rengi CMYK tonu (7,0,6,27).

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

CMYK yüzdeleri

%7.49
%0
%5.88
%26.67

Codes

Color #ADBBB0 in popluar color models

ADBBB0
RGB173187176
HSL133°9.33%70.59%
HSB/HSV133°7.49%73.33%
CMYK7.49%0.00%5.88%
26.67%

Color #ADBBB0 in popluar number systems.

HEXADBBB0
Decimal173187176
Binary101011011011101110110000
Octal255273260

Shades and tints

Shades of #ADBBB0

#ADBBB0
(173,187,176)
#9EAAA0
(158,170,160)
#8F9990
(143,153,144)
#808880
(128,136,128)
#717770
(113,119,112)
#626660
(98,102,96)
#535550
(83,85,80)
#444440
(68,68,64)
#353330
(53,51,48)
#262220
(38,34,32)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #ADBBB0

#ADBBB0
(173,187,176)
#B4C1B7
(180,193,183)
#BBC7BE
(187,199,190)
#C2CDC5
(194,205,197)
#C9D3CC
(201,211,204)
#D0D9D3
(208,217,211)
#D7DFDA
(215,223,218)
#DEE5E1
(222,229,225)
#E5EBE8
(229,235,232)
#ECF1EF
(236,241,239)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBB0; }

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

This text font color is #ADBBB0.


Background Color

.myBgColor { background-color: #ADBBB0; }

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

This div background color is #ADBBB0.


Border color

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

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

This div border color is #ADBBB0.


Opacity

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

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

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

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

This text has shadow with #ADBBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBBB0 on black background.


Color preview on white background

This text has color #ADBBB0 on white background.



Black color preview on #ADBBB0 background

This text has black color on #ADBBB0 background.


White color preview on #ADBBB0 background

This text has white color on #ADBBB0 background.