COLOR #ADE3F4

HEX: #ADE3F4
RGB: (173,227,244)

Renk bilgisi

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

RGB renk modeli

#ADE3F4 color RGB value is (173,227,244).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 227 of 255 = 89%
B 244 of 255 = 96%

173
227
244

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 227 + 244 = 644 (100%)
R 173 of 644 ~ 26.86%
G 227 of 644 ~ 35.25%
B 244 of 644 ~ 37.89%

%26.86
%35.25
%37.89

CMYK RENK MODELİ

#ADE3F4 rengi CMYK tonu (29,7,0,4).

  • camgöbeği tonu 29.10%
  • eflatun tonu 6.97%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(29,7,0,4)
C29M7Y0K4 
(29%,7%,0%,4%)
(0.29/0.07/0.00/0.04)	

CMYK yüzdeleri

%29.1
%6.97
%0
%4.31

Codes

Color #ADE3F4 in popluar color models

ADE3F4
RGB173227244
HSL194°76.34%81.76%
HSB/HSV194°29.10%95.69%
CMYK29.10%6.97%0.00%
4.31%

Color #ADE3F4 in popluar number systems.

HEXADE3F4
Decimal173227244
Binary101011011110001111110100
Octal255343364

Shades and tints

Shades of #ADE3F4

#ADE3F4
(173,227,244)
#9ECFDE
(158,207,222)
#8FBBC8
(143,187,200)
#80A7B2
(128,167,178)
#71939C
(113,147,156)
#627F86
(98,127,134)
#536B70
(83,107,112)
#44575A
(68,87,90)
#354344
(53,67,68)
#262F2E
(38,47,46)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #ADE3F4

#ADE3F4
(173,227,244)
#B4E5F5
(180,229,245)
#BBE7F6
(187,231,246)
#C2E9F7
(194,233,247)
#C9EBF8
(201,235,248)
#D0EDF9
(208,237,249)
#D7EFFA
(215,239,250)
#DEF1FB
(222,241,251)
#E5F3FC
(229,243,252)
#ECF5FD
(236,245,253)
#F3F7FE
(243,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE3F4; }

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

This text font color is #ADE3F4.


Background Color

.myBgColor { background-color: #ADE3F4; }

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

This div background color is #ADE3F4.


Border color

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

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

This div border color is #ADE3F4.


Opacity

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

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

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

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

This text has shadow with #ADE3F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE3F4 on black background.


Color preview on white background

This text has color #ADE3F4 on white background.



Black color preview on #ADE3F4 background

This text has black color on #ADE3F4 background.


White color preview on #ADE3F4 background

This text has white color on #ADE3F4 background.