COLOR #AADBF9

HEX: #AADBF9
RGB: (170,219,249)

Renk bilgisi

#AADBF9 contains mainly green and blue colors. #AADBF9 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#AADBF9 color RGB value is (170,219,249).

  • kırmız ton 170;
  • yeşil ton 219;
  • mavi ton 249.
RGB:
(170,219,249)
(67%,86%,98%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 219 of 255 = 86%
B 249 of 255 = 98%

170
219
249

R + G + B ~ 84%. #AADBF9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 219 + 249 = 638 (100%)
R 170 of 638 ~ 26.65%
G 219 of 638 ~ 34.33%
B 249 of 638 ~ 39.03%

%26.65
%34.33
%39.03

CMYK RENK MODELİ

#AADBF9 rengi CMYK tonu (32,12,0,2).

  • camgöbeği tonu 31.73%
  • eflatun tonu 12.05%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(32,12,0,2)
C32M12Y0K2 
(32%,12%,0%,2%)
(0.32/0.12/0.00/0.02)	

CMYK yüzdeleri

%31.73
%12.05
%0
%2.35

Codes

Color #AADBF9 in popluar color models

AADBF9
RGB170219249
HSL203°86.81%82.16%
HSB/HSV203°31.73%97.65%
CMYK31.73%12.05%0.00%
2.35%

Color #AADBF9 in popluar number systems.

HEXAADBF9
Decimal170219249
Binary101010101101101111111001
Octal252333371

Shades and tints

Shades of #AADBF9

#AADBF9
(170,219,249)
#9BC8E3
(155,200,227)
#8CB5CD
(140,181,205)
#7DA2B7
(125,162,183)
#6E8FA1
(110,143,161)
#5F7C8B
(95,124,139)
#506975
(80,105,117)
#41565F
(65,86,95)
#324349
(50,67,73)
#233033
(35,48,51)
#141D1D
(20,29,29)
#000000
(0,0,0)

Tints of #AADBF9

#AADBF9
(170,219,249)
#B1DEF9
(177,222,249)
#B8E1F9
(184,225,249)
#BFE4F9
(191,228,249)
#C6E7F9
(198,231,249)
#CDEAF9
(205,234,249)
#D4EDF9
(212,237,249)
#DBF0F9
(219,240,249)
#E2F3F9
(226,243,249)
#E9F6F9
(233,246,249)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADBF9 color. Also use rgb(170,219,249) instead hex code.

Text Font Color

.myTextColor { color: #AADBF9; }

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

This text font color is #AADBF9.


Background Color

.myBgColor { background-color: #AADBF9; }

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

This div background color is #AADBF9.


Border color

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

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

This div border color is #AADBF9.


Opacity

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

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

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

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

This text has shadow with #AADBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADBF9 on black background.


Color preview on white background

This text has color #AADBF9 on white background.



Black color preview on #AADBF9 background

This text has black color on #AADBF9 background.


White color preview on #AADBF9 background

This text has white color on #AADBF9 background.