COLOR #ADEEF9

HEX: #ADEEF9
RGB: (173,238,249)

Renk bilgisi

#ADEEF9 contains mainly green and blue colors. #ADEEF9 ‘ nin web güvenlik rengi #99FFFF (ya da #9FF) dir.

RGB renk modeli

#ADEEF9 color RGB value is (173,238,249).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 238 of 255 = 93%
B 249 of 255 = 98%

173
238
249

R + G + B ~ 86%. #ADEEF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 238 + 249 = 660 (100%)
R 173 of 660 ~ 26.21%
G 238 of 660 ~ 36.06%
B 249 of 660 ~ 37.73%

%26.21
%36.06
%37.73

CMYK RENK MODELİ

#ADEEF9 rengi CMYK tonu (31,4,0,2).

  • camgöbeği tonu 30.52%
  • eflatun tonu 4.42%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(31,4,0,2)
C31M4Y0K2 
(31%,4%,0%,2%)
(0.31/0.04/0.00/0.02)	

CMYK yüzdeleri

%30.52
%4.42
%0
%2.35

Codes

Color #ADEEF9 in popluar color models

ADEEF9
RGB173238249
HSL189°86.36%82.75%
HSB/HSV189°30.52%97.65%
CMYK30.52%4.42%0.00%
2.35%

Color #ADEEF9 in popluar number systems.

HEXADEEF9
Decimal173238249
Binary101011011110111011111001
Octal255356371

Shades and tints

Shades of #ADEEF9

#ADEEF9
(173,238,249)
#9ED9E3
(158,217,227)
#8FC4CD
(143,196,205)
#80AFB7
(128,175,183)
#719AA1
(113,154,161)
#62858B
(98,133,139)
#537075
(83,112,117)
#445B5F
(68,91,95)
#354649
(53,70,73)
#263133
(38,49,51)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #ADEEF9

#ADEEF9
(173,238,249)
#B4EFF9
(180,239,249)
#BBF0F9
(187,240,249)
#C2F1F9
(194,241,249)
#C9F2F9
(201,242,249)
#D0F3F9
(208,243,249)
#D7F4F9
(215,244,249)
#DEF5F9
(222,245,249)
#E5F6F9
(229,246,249)
#ECF7F9
(236,247,249)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEEF9; }

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

This text font color is #ADEEF9.


Background Color

.myBgColor { background-color: #ADEEF9; }

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

This div background color is #ADEEF9.


Border color

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

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

This div border color is #ADEEF9.


Opacity

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

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

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

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

This text has shadow with #ADEEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEEF9 on black background.


Color preview on white background

This text has color #ADEEF9 on white background.



Black color preview on #ADEEF9 background

This text has black color on #ADEEF9 background.


White color preview on #ADEEF9 background

This text has white color on #ADEEF9 background.