COLOR #ADE1F4

HEX: #ADE1F4
RGB: (173,225,244)

Renk bilgisi

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

RGB renk modeli

#ADE1F4 color RGB value is (173,225,244).

  • kırmız ton 173;
  • yeşil ton 225;
  • mavi ton 244.
RGB:
(173,225,244)
(68%,88%,96%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 225 of 255 = 88%
B 244 of 255 = 96%

173
225
244

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 225 + 244 = 642 (100%)
R 173 of 642 ~ 26.95%
G 225 of 642 ~ 35.05%
B 244 of 642 ~ 38.01%

%26.95
%35.05
%38.01

CMYK RENK MODELİ

#ADE1F4 rengi CMYK tonu (29,8,0,4).

  • camgöbeği tonu 29.10%
  • eflatun tonu 7.79%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(29,8,0,4)
C29M8Y0K4 
(29%,8%,0%,4%)
(0.29/0.08/0.00/0.04)	

CMYK yüzdeleri

%29.1
%7.79
%0
%4.31

Codes

Color #ADE1F4 in popluar color models

ADE1F4
RGB173225244
HSL196°76.34%81.76%
HSB/HSV196°29.10%95.69%
CMYK29.10%7.79%0.00%
4.31%

Color #ADE1F4 in popluar number systems.

HEXADE1F4
Decimal173225244
Binary101011011110000111110100
Octal255341364

Shades and tints

Shades of #ADE1F4

#ADE1F4
(173,225,244)
#9ECDDE
(158,205,222)
#8FB9C8
(143,185,200)
#80A5B2
(128,165,178)
#71919C
(113,145,156)
#627D86
(98,125,134)
#536970
(83,105,112)
#44555A
(68,85,90)
#354144
(53,65,68)
#262D2E
(38,45,46)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #ADE1F4

#ADE1F4
(173,225,244)
#B4E3F5
(180,227,245)
#BBE5F6
(187,229,246)
#C2E7F7
(194,231,247)
#C9E9F8
(201,233,248)
#D0EBF9
(208,235,249)
#D7EDFA
(215,237,250)
#DEEFFB
(222,239,251)
#E5F1FC
(229,241,252)
#ECF3FD
(236,243,253)
#F3F5FE
(243,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE1F4 color. Also use rgb(173,225,244) instead hex code.

Text Font Color

.myTextColor { color: #ADE1F4; }

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

This text font color is #ADE1F4.


Background Color

.myBgColor { background-color: #ADE1F4; }

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

This div background color is #ADE1F4.


Border color

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

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

This div border color is #ADE1F4.


Opacity

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

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

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

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

This text has shadow with #ADE1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE1F4 on black background.


Color preview on white background

This text has color #ADE1F4 on white background.



Black color preview on #ADE1F4 background

This text has black color on #ADE1F4 background.


White color preview on #ADE1F4 background

This text has white color on #ADE1F4 background.