COLOR #ADB2F9

HEX: #ADB2F9
RGB: (173,178,249)

Renk bilgisi

#ADB2F9 contains mainly blue color. #ADB2F9 ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#ADB2F9 color RGB value is (173,178,249).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 249 of 255 = 98%

173
178
249

R + G + B ~ 79%. #ADB2F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 249 = 600 (100%)
R 173 of 600 ~ 28.83%
G 178 of 600 ~ 29.67%
B 249 of 600 ~ 41.5%

%28.83
%29.67
%41.5

CMYK RENK MODELİ

#ADB2F9 rengi CMYK tonu (31,29,0,2).

  • camgöbeği tonu 30.52%
  • eflatun tonu 28.51%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(31,29,0,2)
C31M29Y0K2 
(31%,29%,0%,2%)
(0.31/0.29/0.00/0.02)	

CMYK yüzdeleri

%30.52
%28.51
%0
%2.35

Codes

Color #ADB2F9 in popluar color models

ADB2F9
RGB173178249
HSL236°86.36%82.75%
HSB/HSV236°30.52%97.65%
CMYK30.52%28.51%0.00%
2.35%

Color #ADB2F9 in popluar number systems.

HEXADB2F9
Decimal173178249
Binary101011011011001011111001
Octal255262371

Shades and tints

Shades of #ADB2F9

#ADB2F9
(173,178,249)
#9EA2E3
(158,162,227)
#8F92CD
(143,146,205)
#8082B7
(128,130,183)
#7172A1
(113,114,161)
#62628B
(98,98,139)
#535275
(83,82,117)
#44425F
(68,66,95)
#353249
(53,50,73)
#262233
(38,34,51)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #ADB2F9

#ADB2F9
(173,178,249)
#B4B9F9
(180,185,249)
#BBC0F9
(187,192,249)
#C2C7F9
(194,199,249)
#C9CEF9
(201,206,249)
#D0D5F9
(208,213,249)
#D7DCF9
(215,220,249)
#DEE3F9
(222,227,249)
#E5EAF9
(229,234,249)
#ECF1F9
(236,241,249)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB2F9; }

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

This text font color is #ADB2F9.


Background Color

.myBgColor { background-color: #ADB2F9; }

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

This div background color is #ADB2F9.


Border color

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

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

This div border color is #ADB2F9.


Opacity

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

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

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

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

This text has shadow with #ADB2F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB2F9 on black background.


Color preview on white background

This text has color #ADB2F9 on white background.



Black color preview on #ADB2F9 background

This text has black color on #ADB2F9 background.


White color preview on #ADB2F9 background

This text has white color on #ADB2F9 background.