COLOR #ADBEBB

HEX: #ADBEBB
RGB: (173,190,187)

Renk bilgisi

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

RGB renk modeli

#ADBEBB color RGB value is (173,190,187).

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

RGB bağlantıları ve doygunluk

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

173
190
187

R + G + B ~ 72%. #ADBEBB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 190 + 187 = 550 (100%)
R 173 of 550 ~ 31.45%
G 190 of 550 ~ 34.55%
B 187 of 550 ~ 34%

%31.45
%34.55
%34

CMYK RENK MODELİ

#ADBEBB rengi CMYK tonu (9,0,2,25).

  • camgöbeği tonu 8.95%
  • eflatun tonu 0.00%
  • sarı tonu 1.58%
  • ana renk tonu 25.49%
CMYK:
(9,0,2,25)
C9M0Y2K25 
(9%,0%,2%,25%)
(0.09/0.00/0.02/0.25)	

CMYK yüzdeleri

%8.95
%0
%1.58
%25.49

Codes

Color #ADBEBB in popluar color models

ADBEBB
RGB173190187
HSL169°11.56%71.18%
HSB/HSV169°8.95%74.51%
CMYK8.95%0.00%1.58%
25.49%

Color #ADBEBB in popluar number systems.

HEXADBEBB
Decimal173190187
Binary101011011011111010111011
Octal255276273

Shades and tints

Shades of #ADBEBB

#ADBEBB
(173,190,187)
#9EADAA
(158,173,170)
#8F9C99
(143,156,153)
#808B88
(128,139,136)
#717A77
(113,122,119)
#626966
(98,105,102)
#535855
(83,88,85)
#444744
(68,71,68)
#353633
(53,54,51)
#262522
(38,37,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #ADBEBB

#ADBEBB
(173,190,187)
#B4C3C1
(180,195,193)
#BBC8C7
(187,200,199)
#C2CDCD
(194,205,205)
#C9D2D3
(201,210,211)
#D0D7D9
(208,215,217)
#D7DCDF
(215,220,223)
#DEE1E5
(222,225,229)
#E5E6EB
(229,230,235)
#ECEBF1
(236,235,241)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEBB; }

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

This text font color is #ADBEBB.


Background Color

.myBgColor { background-color: #ADBEBB; }

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

This div background color is #ADBEBB.


Border color

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

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

This div border color is #ADBEBB.


Opacity

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

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

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

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

This text has shadow with #ADBEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBEBB on black background.


Color preview on white background

This text has color #ADBEBB on white background.



Black color preview on #ADBEBB background

This text has black color on #ADBEBB background.


White color preview on #ADBEBB background

This text has white color on #ADBEBB background.