COLOR #ADB2CA

HEX: #ADB2CA
RGB: (173,178,202)

Renk bilgisi

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

RGB renk modeli

#ADB2CA color RGB value is (173,178,202).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 202 of 255 = 79%

173
178
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 202 = 553 (100%)
R 173 of 553 ~ 31.28%
G 178 of 553 ~ 32.19%
B 202 of 553 ~ 36.53%

%31.28
%32.19
%36.53

CMYK RENK MODELİ

#ADB2CA rengi CMYK tonu (14,12,0,21).

  • camgöbeği tonu 14.36%
  • eflatun tonu 11.88%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(14,12,0,21)
C14M12Y0K21 
(14%,12%,0%,21%)
(0.14/0.12/0.00/0.21)	

CMYK yüzdeleri

%14.36
%11.88
%0
%20.78

Codes

Color #ADB2CA in popluar color models

ADB2CA
RGB173178202
HSL230°21.48%73.53%
HSB/HSV230°14.36%79.22%
CMYK14.36%11.88%0.00%
20.78%

Color #ADB2CA in popluar number systems.

HEXADB2CA
Decimal173178202
Binary101011011011001011001010
Octal255262312

Shades and tints

Shades of #ADB2CA

#ADB2CA
(173,178,202)
#9EA2B8
(158,162,184)
#8F92A6
(143,146,166)
#808294
(128,130,148)
#717282
(113,114,130)
#626270
(98,98,112)
#53525E
(83,82,94)
#44424C
(68,66,76)
#35323A
(53,50,58)
#262228
(38,34,40)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #ADB2CA

#ADB2CA
(173,178,202)
#B4B9CE
(180,185,206)
#BBC0D2
(187,192,210)
#C2C7D6
(194,199,214)
#C9CEDA
(201,206,218)
#D0D5DE
(208,213,222)
#D7DCE2
(215,220,226)
#DEE3E6
(222,227,230)
#E5EAEA
(229,234,234)
#ECF1EE
(236,241,238)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB2CA; }

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

This text font color is #ADB2CA.


Background Color

.myBgColor { background-color: #ADB2CA; }

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

This div background color is #ADB2CA.


Border color

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

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

This div border color is #ADB2CA.


Opacity

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

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

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

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

This text has shadow with #ADB2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB2CA on black background.


Color preview on white background

This text has color #ADB2CA on white background.



Black color preview on #ADB2CA background

This text has black color on #ADB2CA background.


White color preview on #ADB2CA background

This text has white color on #ADB2CA background.