COLOR #ADB8CF

HEX: #ADB8CF
RGB: (173,184,207)

Renk bilgisi

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

RGB renk modeli

#ADB8CF color RGB value is (173,184,207).

  • kırmız ton 173;
  • yeşil ton 184;
  • mavi ton 207.
RGB:
(173,184,207)
(68%,72%,81%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 184 of 255 = 72%
B 207 of 255 = 81%

173
184
207

R + G + B ~ 74%. #ADB8CF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 184 + 207 = 564 (100%)
R 173 of 564 ~ 30.67%
G 184 of 564 ~ 32.62%
B 207 of 564 ~ 36.7%

%30.67
%32.62
%36.7

CMYK RENK MODELİ

#ADB8CF rengi CMYK tonu (16,11,0,19).

  • camgöbeği tonu 16.43%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 18.82%
CMYK:
(16,11,0,19)
C16M11Y0K19 
(16%,11%,0%,19%)
(0.16/0.11/0.00/0.19)	

CMYK yüzdeleri

%16.43
%11.11
%0
%18.82

Codes

Color #ADB8CF in popluar color models

ADB8CF
RGB173184207
HSL221°26.15%74.51%
HSB/HSV221°16.43%81.18%
CMYK16.43%11.11%0.00%
18.82%

Color #ADB8CF in popluar number systems.

HEXADB8CF
Decimal173184207
Binary101011011011100011001111
Octal255270317

Shades and tints

Shades of #ADB8CF

#ADB8CF
(173,184,207)
#9EA8BD
(158,168,189)
#8F98AB
(143,152,171)
#808899
(128,136,153)
#717887
(113,120,135)
#626875
(98,104,117)
#535863
(83,88,99)
#444851
(68,72,81)
#35383F
(53,56,63)
#26282D
(38,40,45)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #ADB8CF

#ADB8CF
(173,184,207)
#B4BED3
(180,190,211)
#BBC4D7
(187,196,215)
#C2CADB
(194,202,219)
#C9D0DF
(201,208,223)
#D0D6E3
(208,214,227)
#D7DCE7
(215,220,231)
#DEE2EB
(222,226,235)
#E5E8EF
(229,232,239)
#ECEEF3
(236,238,243)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB8CF color. Also use rgb(173,184,207) instead hex code.

Text Font Color

.myTextColor { color: #ADB8CF; }

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

This text font color is #ADB8CF.


Background Color

.myBgColor { background-color: #ADB8CF; }

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

This div background color is #ADB8CF.


Border color

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

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

This div border color is #ADB8CF.


Opacity

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

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

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

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

This text has shadow with #ADB8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB8CF on black background.


Color preview on white background

This text has color #ADB8CF on white background.



Black color preview on #ADB8CF background

This text has black color on #ADB8CF background.


White color preview on #ADB8CF background

This text has white color on #ADB8CF background.