COLOR #ADEFF3

HEX: #ADEFF3
RGB: (173,239,243)

Renk bilgisi

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

RGB renk modeli

#ADEFF3 color RGB value is (173,239,243).

  • kırmız ton 173;
  • yeşil ton 239;
  • mavi ton 243.
RGB:
(173,239,243)
(68%,94%,95%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 239 of 255 = 94%
B 243 of 255 = 95%

173
239
243

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 239 + 243 = 655 (100%)
R 173 of 655 ~ 26.41%
G 239 of 655 ~ 36.49%
B 243 of 655 ~ 37.1%

%26.41
%36.49
%37.1

CMYK RENK MODELİ

#ADEFF3 rengi CMYK tonu (29,2,0,5).

  • camgöbeği tonu 28.81%
  • eflatun tonu 1.65%
  • sarı tonu 0.00%
  • ana renk tonu 4.71%
CMYK:
(29,2,0,5)
C29M2Y0K5 
(29%,2%,0%,5%)
(0.29/0.02/0.00/0.05)	

CMYK yüzdeleri

%28.81
%1.65
%0
%4.71

Codes

Color #ADEFF3 in popluar color models

ADEFF3
RGB173239243
HSL183°74.47%81.57%
HSB/HSV183°28.81%95.29%
CMYK28.81%1.65%0.00%
4.71%

Color #ADEFF3 in popluar number systems.

HEXADEFF3
Decimal173239243
Binary101011011110111111110011
Octal255357363

Shades and tints

Shades of #ADEFF3

#ADEFF3
(173,239,243)
#9EDADD
(158,218,221)
#8FC5C7
(143,197,199)
#80B0B1
(128,176,177)
#719B9B
(113,155,155)
#628685
(98,134,133)
#53716F
(83,113,111)
#445C59
(68,92,89)
#354743
(53,71,67)
#26322D
(38,50,45)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #ADEFF3

#ADEFF3
(173,239,243)
#B4F0F4
(180,240,244)
#BBF1F5
(187,241,245)
#C2F2F6
(194,242,246)
#C9F3F7
(201,243,247)
#D0F4F8
(208,244,248)
#D7F5F9
(215,245,249)
#DEF6FA
(222,246,250)
#E5F7FB
(229,247,251)
#ECF8FC
(236,248,252)
#F3F9FD
(243,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEFF3 color. Also use rgb(173,239,243) instead hex code.

Text Font Color

.myTextColor { color: #ADEFF3; }

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

This text font color is #ADEFF3.


Background Color

.myBgColor { background-color: #ADEFF3; }

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

This div background color is #ADEFF3.


Border color

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

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

This div border color is #ADEFF3.


Opacity

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

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

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

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

This text has shadow with #ADEFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEFF3 on black background.


Color preview on white background

This text has color #ADEFF3 on white background.



Black color preview on #ADEFF3 background

This text has black color on #ADEFF3 background.


White color preview on #ADEFF3 background

This text has white color on #ADEFF3 background.