COLOR #ADE5F4

HEX: #ADE5F4
RGB: (173,229,244)

Renk bilgisi

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

RGB renk modeli

#ADE5F4 color RGB value is (173,229,244).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 229 of 255 = 90%
B 244 of 255 = 96%

173
229
244

R + G + B ~ 85%. #ADE5F4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 229 + 244 = 646 (100%)
R 173 of 646 ~ 26.78%
G 229 of 646 ~ 35.45%
B 244 of 646 ~ 37.77%

%26.78
%35.45
%37.77

CMYK RENK MODELİ

#ADE5F4 rengi CMYK tonu (29,6,0,4).

  • camgöbeği tonu 29.10%
  • eflatun tonu 6.15%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(29,6,0,4)
C29M6Y0K4 
(29%,6%,0%,4%)
(0.29/0.06/0.00/0.04)	

CMYK yüzdeleri

%29.1
%6.15
%0
%4.31

Codes

Color #ADE5F4 in popluar color models

ADE5F4
RGB173229244
HSL193°76.34%81.76%
HSB/HSV193°29.10%95.69%
CMYK29.10%6.15%0.00%
4.31%

Color #ADE5F4 in popluar number systems.

HEXADE5F4
Decimal173229244
Binary101011011110010111110100
Octal255345364

Shades and tints

Shades of #ADE5F4

#ADE5F4
(173,229,244)
#9ED1DE
(158,209,222)
#8FBDC8
(143,189,200)
#80A9B2
(128,169,178)
#71959C
(113,149,156)
#628186
(98,129,134)
#536D70
(83,109,112)
#44595A
(68,89,90)
#354544
(53,69,68)
#26312E
(38,49,46)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #ADE5F4

#ADE5F4
(173,229,244)
#B4E7F5
(180,231,245)
#BBE9F6
(187,233,246)
#C2EBF7
(194,235,247)
#C9EDF8
(201,237,248)
#D0EFF9
(208,239,249)
#D7F1FA
(215,241,250)
#DEF3FB
(222,243,251)
#E5F5FC
(229,245,252)
#ECF7FD
(236,247,253)
#F3F9FE
(243,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE5F4; }

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

This text font color is #ADE5F4.


Background Color

.myBgColor { background-color: #ADE5F4; }

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

This div background color is #ADE5F4.


Border color

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

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

This div border color is #ADE5F4.


Opacity

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

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

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

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

This text has shadow with #ADE5F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE5F4 on black background.


Color preview on white background

This text has color #ADE5F4 on white background.



Black color preview on #ADE5F4 background

This text has black color on #ADE5F4 background.


White color preview on #ADE5F4 background

This text has white color on #ADE5F4 background.