COLOR #ADBEC0

HEX: #ADBEC0 RGB: (173,190,192)

Renk bilgisi

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

RGB renk modeli

#ADBEC0 color RGB value is (173,190,192).

RGB: (173,190,192) (68%, 75%, 75%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 190 of 255 = 75%
B 192 of 255 = 75%

173
190
192

R + G + B ~ 73%. #ADBEC0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 190 + 192 = 555 (100%)
R 173 of 555 ~ 31.17%
G 190 of 555 ~ 34.23%
B 192 of 555 ~ 34.59'%

%31.17
%34.23
%34.59

CMYK RENK MODELİ

#ADBEC0 rengi CMYK tonu (10,1,0,25).

  • camgöbeği tonu 9.90%
  • eflatun tonu 1.04%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%

CMYK: (10,1,0,25)
C10M1Y0K25 (10%, 1%, 0%, 25%)
(0.10 / 0.01 / 0.00 / 0.25)

CMYK yüzdeleri

%9.9
%1.04
%0
%24.71

Codes

Color #ADBEC0 in popluar color models

AD BE C0
RGB 173 190 192
HSL 186° 13.10% 71.57%
HSB/HSV 186° 9.90% 75.29%
CMYK 9.90% 1.04% 0.00%
24.71%

Color #ADBEC0 in popluar number systems.

HEX AD BE C0
Decimal 173 190 192
Binary 10101101 10111110 11000000
Octal 255 276 300

Shades and tints

Shades of #ADBEC0

#ADBEC0
(173,190,192)
#9EADAF
(158,173,175)
#8F9C9E
(143,156,158)
#808B8D
(128,139,141)
#717A7C
(113,122,124)
#62696B
(98,105,107)
#53585A
(83,88,90)
#444749
(68,71,73)
#353638
(53,54,56)
#262527
(38,37,39)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADBEC0

#ADBEC0
(173,190,192)
#B4C3C5
(180,195,197)
#BBC8CA
(187,200,202)
#C2CDCF
(194,205,207)
#C9D2D4
(201,210,212)
#D0D7D9
(208,215,217)
#D7DCDE
(215,220,222)
#DEE1E3
(222,225,227)
#E5E6E8
(229,230,232)
#ECEBED
(236,235,237)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEC0; }

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

This text font color is #ADBEC0.

Background Color

.myBgColor { background-color: #ADBEC0; }

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

This div background color is #ADBEC0.

Border color

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

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

This div border color is #ADBEC0.

Opacity

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

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

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

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

This text has shadow with #ADBEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBEC0.

Preview

Color preview on black background

This text has color #ADBEC0 on black background.


Color preview on white background

This text has color #ADBEC0 on white background.


Black color preview on #ADBEC0 background

This text has black color on #ADBEC0 background.


White color preview on #ADBEC0 background

This text has white color on #ADBEC0 background.


Related colors

Complementary color

Complementary color for #hex is #52413F.


I love getcolorcode.com

Triadic colors

1 #C0ADBE and #BEC0AD with #ADBEC0 are triadic colors.

2 #C0BEAD and #BEADC0 with #ADBEC0 are triadic colors.