COLOR #ADBEC1

HEX: #ADBEC1 RGB: (173,190,193)

Renk bilgisi

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

RGB renk modeli

#ADBEC1 color RGB value is (173,190,193).

RGB: (173,190,193) (68%, 75%, 76%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 190 of 255 = 75%
B 193 of 255 = 76%

173
190
193

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 190 + 193 = 556 (100%)
R 173 of 556 ~ 31.12%
G 190 of 556 ~ 34.17%
B 193 of 556 ~ 34.71'%

%31.12
%34.17
%34.71

CMYK RENK MODELİ

#ADBEC1 rengi CMYK tonu (10,2,0,24).

  • camgöbeği tonu 10.36%
  • eflatun tonu 1.55%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%

CMYK: (10,2,0,24)
C10M2Y0K24 (10%, 2%, 0%, 24%)
(0.10 / 0.02 / 0.00 / 0.24)

CMYK yüzdeleri

%10.36
%1.55
%0
%24.31

Codes

Color #ADBEC1 in popluar color models

AD BE C1
RGB 173 190 193
HSL 189° 13.89% 71.76%
HSB/HSV 189° 10.36% 75.69%
CMYK 10.36% 1.55% 0.00%
24.31%

Color #ADBEC1 in popluar number systems.

HEX AD BE C1
Decimal 173 190 193
Binary 10101101 10111110 11000001
Octal 255 276 301

Shades and tints

Shades of #ADBEC1

#ADBEC1
(173,190,193)
#9EADB0
(158,173,176)
#8F9C9F
(143,156,159)
#808B8E
(128,139,142)
#717A7D
(113,122,125)
#62696C
(98,105,108)
#53585B
(83,88,91)
#44474A
(68,71,74)
#353639
(53,54,57)
#262528
(38,37,40)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #ADBEC1

#ADBEC1
(173,190,193)
#B4C3C6
(180,195,198)
#BBC8CB
(187,200,203)
#C2CDD0
(194,205,208)
#C9D2D5
(201,210,213)
#D0D7DA
(208,215,218)
#D7DCDF
(215,220,223)
#DEE1E4
(222,225,228)
#E5E6E9
(229,230,233)
#ECEBEE
(236,235,238)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEC1; }

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

This text font color is #ADBEC1.

Background Color

.myBgColor { background-color: #ADBEC1; }

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

This div background color is #ADBEC1.

Border color

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

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

This div border color is #ADBEC1.

Opacity

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

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

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

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

This text has shadow with #ADBEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBEC1.

Preview

Color preview on black background

This text has color #ADBEC1 on black background.


Color preview on white background

This text has color #ADBEC1 on white background.


Black color preview on #ADBEC1 background

This text has black color on #ADBEC1 background.


White color preview on #ADBEC1 background

This text has white color on #ADBEC1 background.


Related colors

Complementary color

Complementary color for #hex is #52413E.


I love getcolorcode.com

Triadic colors

1 #C1ADBE and #BEC1AD with #ADBEC1 are triadic colors.

2 #C1BEAD and #BEADC1 with #ADBEC1 are triadic colors.