COLOR #ADB4C8

HEX: #ADB4C8
RGB: (173,180,200)

Renk bilgisi

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

RGB renk modeli

#ADB4C8 color RGB value is (173,180,200).

  • kırmız ton 173;
  • yeşil ton 180;
  • mavi ton 200.
RGB:
(173,180,200)
(68%,71%,78%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 180 of 255 = 71%
B 200 of 255 = 78%

173
180
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 180 + 200 = 553 (100%)
R 173 of 553 ~ 31.28%
G 180 of 553 ~ 32.55%
B 200 of 553 ~ 36.17%

%31.28
%32.55
%36.17

CMYK RENK MODELİ

#ADB4C8 rengi CMYK tonu (14,10,0,22).

  • camgöbeği tonu 13.50%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(14,10,0,22)
C14M10Y0K22 
(14%,10%,0%,22%)
(0.14/0.10/0.00/0.22)	

CMYK yüzdeleri

%13.5
%10
%0
%21.57

Codes

Color #ADB4C8 in popluar color models

ADB4C8
RGB173180200
HSL224°19.71%73.14%
HSB/HSV224°13.50%78.43%
CMYK13.50%10.00%0.00%
21.57%

Color #ADB4C8 in popluar number systems.

HEXADB4C8
Decimal173180200
Binary101011011011010011001000
Octal255264310

Shades and tints

Shades of #ADB4C8

#ADB4C8
(173,180,200)
#9EA4B6
(158,164,182)
#8F94A4
(143,148,164)
#808492
(128,132,146)
#717480
(113,116,128)
#62646E
(98,100,110)
#53545C
(83,84,92)
#44444A
(68,68,74)
#353438
(53,52,56)
#262426
(38,36,38)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADB4C8

#ADB4C8
(173,180,200)
#B4BACD
(180,186,205)
#BBC0D2
(187,192,210)
#C2C6D7
(194,198,215)
#C9CCDC
(201,204,220)
#D0D2E1
(208,210,225)
#D7D8E6
(215,216,230)
#DEDEEB
(222,222,235)
#E5E4F0
(229,228,240)
#ECEAF5
(236,234,245)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB4C8 color. Also use rgb(173,180,200) instead hex code.

Text Font Color

.myTextColor { color: #ADB4C8; }

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

This text font color is #ADB4C8.


Background Color

.myBgColor { background-color: #ADB4C8; }

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

This div background color is #ADB4C8.


Border color

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

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

This div border color is #ADB4C8.


Opacity

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

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

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

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

This text has shadow with #ADB4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4C8 on black background.


Color preview on white background

This text has color #ADB4C8 on white background.



Black color preview on #ADB4C8 background

This text has black color on #ADB4C8 background.


White color preview on #ADB4C8 background

This text has white color on #ADB4C8 background.