COLOR #ADBDCA

HEX: #ADBDCA
RGB: (173,189,202)

Renk bilgisi

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

RGB renk modeli

#ADBDCA color RGB value is (173,189,202).

  • kırmız ton 173;
  • yeşil ton 189;
  • mavi ton 202.
RGB:
(173,189,202)
(68%,74%,79%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 189 of 255 = 74%
B 202 of 255 = 79%

173
189
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 189 + 202 = 564 (100%)
R 173 of 564 ~ 30.67%
G 189 of 564 ~ 33.51%
B 202 of 564 ~ 35.82%

%30.67
%33.51
%35.82

CMYK RENK MODELİ

#ADBDCA rengi CMYK tonu (14,6,0,21).

  • camgöbeği tonu 14.36%
  • eflatun tonu 6.44%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(14,6,0,21)
C14M6Y0K21 
(14%,6%,0%,21%)
(0.14/0.06/0.00/0.21)	

CMYK yüzdeleri

%14.36
%6.44
%0
%20.78

Codes

Color #ADBDCA in popluar color models

ADBDCA
RGB173189202
HSL207°21.48%73.53%
HSB/HSV207°14.36%79.22%
CMYK14.36%6.44%0.00%
20.78%

Color #ADBDCA in popluar number systems.

HEXADBDCA
Decimal173189202
Binary101011011011110111001010
Octal255275312

Shades and tints

Shades of #ADBDCA

#ADBDCA
(173,189,202)
#9EACB8
(158,172,184)
#8F9BA6
(143,155,166)
#808A94
(128,138,148)
#717982
(113,121,130)
#626870
(98,104,112)
#53575E
(83,87,94)
#44464C
(68,70,76)
#35353A
(53,53,58)
#262428
(38,36,40)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #ADBDCA

#ADBDCA
(173,189,202)
#B4C3CE
(180,195,206)
#BBC9D2
(187,201,210)
#C2CFD6
(194,207,214)
#C9D5DA
(201,213,218)
#D0DBDE
(208,219,222)
#D7E1E2
(215,225,226)
#DEE7E6
(222,231,230)
#E5EDEA
(229,237,234)
#ECF3EE
(236,243,238)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBDCA color. Also use rgb(173,189,202) instead hex code.

Text Font Color

.myTextColor { color: #ADBDCA; }

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

This text font color is #ADBDCA.


Background Color

.myBgColor { background-color: #ADBDCA; }

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

This div background color is #ADBDCA.


Border color

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

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

This div border color is #ADBDCA.


Opacity

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

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

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

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

This text has shadow with #ADBDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBDCA on black background.


Color preview on white background

This text has color #ADBDCA on white background.



Black color preview on #ADBDCA background

This text has black color on #ADBDCA background.


White color preview on #ADBDCA background

This text has white color on #ADBDCA background.