COLOR #ADABB5

HEX: #ADABB5
RGB: (173,171,181)

Renk bilgisi

#ADABB5 contains red, green and blue colors in about the same proportion. #ADABB5 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#ADABB5 color RGB value is (173,171,181).

  • kırmız ton 173;
  • yeşil ton 171;
  • mavi ton 181.
RGB:
(173,171,181)
(68%,67%,71%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 171 of 255 = 67%
B 181 of 255 = 71%

173
171
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 171 + 181 = 525 (100%)
R 173 of 525 ~ 32.95%
G 171 of 525 ~ 32.57%
B 181 of 525 ~ 34.48%

%32.95
%32.57
%34.48

CMYK RENK MODELİ

#ADABB5 rengi CMYK tonu (4,6,0,29).

  • camgöbeği tonu 4.42%
  • eflatun tonu 5.52%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(4,6,0,29)
C4M6Y0K29 
(4%,6%,0%,29%)
(0.04/0.06/0.00/0.29)	

CMYK yüzdeleri

%4.42
%5.52
%0
%29.02

Codes

Color #ADABB5 in popluar color models

ADABB5
RGB173171181
HSL252°6.33%69.02%
HSB/HSV252°5.52%70.98%
CMYK4.42%5.52%0.00%
29.02%

Color #ADABB5 in popluar number systems.

HEXADABB5
Decimal173171181
Binary101011011010101110110101
Octal255253265

Shades and tints

Shades of #ADABB5

#ADABB5
(173,171,181)
#9E9CA5
(158,156,165)
#8F8D95
(143,141,149)
#807E85
(128,126,133)
#716F75
(113,111,117)
#626065
(98,96,101)
#535155
(83,81,85)
#444245
(68,66,69)
#353335
(53,51,53)
#262425
(38,36,37)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADABB5

#ADABB5
(173,171,181)
#B4B2BB
(180,178,187)
#BBB9C1
(187,185,193)
#C2C0C7
(194,192,199)
#C9C7CD
(201,199,205)
#D0CED3
(208,206,211)
#D7D5D9
(215,213,217)
#DEDCDF
(222,220,223)
#E5E3E5
(229,227,229)
#ECEAEB
(236,234,235)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABB5; }

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

This text font color is #ADABB5.


Background Color

.myBgColor { background-color: #ADABB5; }

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

This div background color is #ADABB5.


Border color

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

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

This div border color is #ADABB5.


Opacity

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

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

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

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

This text has shadow with #ADABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADABB5 on black background.


Color preview on white background

This text has color #ADABB5 on white background.



Black color preview on #ADABB5 background

This text has black color on #ADABB5 background.


White color preview on #ADABB5 background

This text has white color on #ADABB5 background.