COLOR #ADB3D4

HEX: #ADB3D4
RGB: (173,179,212)

Renk bilgisi

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

RGB renk modeli

#ADB3D4 color RGB value is (173,179,212).

  • kırmız ton 173;
  • yeşil ton 179;
  • mavi ton 212.
RGB:
(173,179,212)
(68%,70%,83%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 179 of 255 = 70%
B 212 of 255 = 83%

173
179
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 179 + 212 = 564 (100%)
R 173 of 564 ~ 30.67%
G 179 of 564 ~ 31.74%
B 212 of 564 ~ 37.59%

%30.67
%31.74
%37.59

CMYK RENK MODELİ

#ADB3D4 rengi CMYK tonu (18,16,0,17).

  • camgöbeği tonu 18.40%
  • eflatun tonu 15.57%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(18,16,0,17)
C18M16Y0K17 
(18%,16%,0%,17%)
(0.18/0.16/0.00/0.17)	

CMYK yüzdeleri

%18.4
%15.57
%0
%16.86

Codes

Color #ADB3D4 in popluar color models

ADB3D4
RGB173179212
HSL231°31.20%75.49%
HSB/HSV231°18.40%83.14%
CMYK18.40%15.57%0.00%
16.86%

Color #ADB3D4 in popluar number systems.

HEXADB3D4
Decimal173179212
Binary101011011011001111010100
Octal255263324

Shades and tints

Shades of #ADB3D4

#ADB3D4
(173,179,212)
#9EA3C1
(158,163,193)
#8F93AE
(143,147,174)
#80839B
(128,131,155)
#717388
(113,115,136)
#626375
(98,99,117)
#535362
(83,83,98)
#44434F
(68,67,79)
#35333C
(53,51,60)
#262329
(38,35,41)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #ADB3D4

#ADB3D4
(173,179,212)
#B4B9D7
(180,185,215)
#BBBFDA
(187,191,218)
#C2C5DD
(194,197,221)
#C9CBE0
(201,203,224)
#D0D1E3
(208,209,227)
#D7D7E6
(215,215,230)
#DEDDE9
(222,221,233)
#E5E3EC
(229,227,236)
#ECE9EF
(236,233,239)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB3D4 color. Also use rgb(173,179,212) instead hex code.

Text Font Color

.myTextColor { color: #ADB3D4; }

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

This text font color is #ADB3D4.


Background Color

.myBgColor { background-color: #ADB3D4; }

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

This div background color is #ADB3D4.


Border color

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

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

This div border color is #ADB3D4.


Opacity

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

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

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

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

This text has shadow with #ADB3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3D4 on black background.


Color preview on white background

This text has color #ADB3D4 on white background.



Black color preview on #ADB3D4 background

This text has black color on #ADB3D4 background.


White color preview on #ADB3D4 background

This text has white color on #ADB3D4 background.