COLOR #ADEDF8

HEX: #ADEDF8
RGB: (173,237,248)

Renk bilgisi

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

RGB renk modeli

#ADEDF8 color RGB value is (173,237,248).

  • kırmız ton 173;
  • yeşil ton 237;
  • mavi ton 248.
RGB:
(173,237,248)
(68%,93%,97%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 237 of 255 = 93%
B 248 of 255 = 97%

173
237
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 237 + 248 = 658 (100%)
R 173 of 658 ~ 26.29%
G 237 of 658 ~ 36.02%
B 248 of 658 ~ 37.69%

%26.29
%36.02
%37.69

CMYK RENK MODELİ

#ADEDF8 rengi CMYK tonu (30,4,0,3).

  • camgöbeği tonu 30.24%
  • eflatun tonu 4.44%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(30,4,0,3)
C30M4Y0K3 
(30%,4%,0%,3%)
(0.30/0.04/0.00/0.03)	

CMYK yüzdeleri

%30.24
%4.44
%0
%2.75

Codes

Color #ADEDF8 in popluar color models

ADEDF8
RGB173237248
HSL189°84.27%82.55%
HSB/HSV189°30.24%97.25%
CMYK30.24%4.44%0.00%
2.75%

Color #ADEDF8 in popluar number systems.

HEXADEDF8
Decimal173237248
Binary101011011110110111111000
Octal255355370

Shades and tints

Shades of #ADEDF8

#ADEDF8
(173,237,248)
#9ED8E2
(158,216,226)
#8FC3CC
(143,195,204)
#80AEB6
(128,174,182)
#7199A0
(113,153,160)
#62848A
(98,132,138)
#536F74
(83,111,116)
#445A5E
(68,90,94)
#354548
(53,69,72)
#263032
(38,48,50)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #ADEDF8

#ADEDF8
(173,237,248)
#B4EEF8
(180,238,248)
#BBEFF8
(187,239,248)
#C2F0F8
(194,240,248)
#C9F1F8
(201,241,248)
#D0F2F8
(208,242,248)
#D7F3F8
(215,243,248)
#DEF4F8
(222,244,248)
#E5F5F8
(229,245,248)
#ECF6F8
(236,246,248)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEDF8 color. Also use rgb(173,237,248) instead hex code.

Text Font Color

.myTextColor { color: #ADEDF8; }

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

This text font color is #ADEDF8.


Background Color

.myBgColor { background-color: #ADEDF8; }

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

This div background color is #ADEDF8.


Border color

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

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

This div border color is #ADEDF8.


Opacity

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

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

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

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

This text has shadow with #ADEDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEDF8 on black background.


Color preview on white background

This text has color #ADEDF8 on white background.



Black color preview on #ADEDF8 background

This text has black color on #ADEDF8 background.


White color preview on #ADEDF8 background

This text has white color on #ADEDF8 background.