COLOR #ADF6FF

HEX: #ADF6FF
RGB: (173,246,255)

Renk bilgisi

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

RGB renk modeli

#ADF6FF color RGB value is (173,246,255).

  • kırmız ton 173;
  • yeşil ton 246;
  • mavi ton 255.
RGB:
(173,246,255)
(68%,96%,100%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 246 of 255 = 96%
B 255 of 255 = 100%

173
246
255

R + G + B ~ 88%. #ADF6FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 246 + 255 = 674 (100%)
R 173 of 674 ~ 25.67%
G 246 of 674 ~ 36.5%
B 255 of 674 ~ 37.83%

%25.67
%36.5
%37.83

CMYK RENK MODELİ

#ADF6FF rengi CMYK tonu (32,4,0,0).

  • camgöbeği tonu 32.16%
  • eflatun tonu 3.53%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(32,4,0,0)
C32M4Y0K0 
(32%,4%,0%,0%)
(0.32/0.04/0.00/0.00)	

CMYK yüzdeleri

%32.16
%3.53
%0
%0

Codes

Color #ADF6FF in popluar color models

ADF6FF
RGB173246255
HSL187°100.00%83.92%
HSB/HSV187°32.16%100.00%
CMYK32.16%3.53%0.00%
0.00%

Color #ADF6FF in popluar number systems.

HEXADF6FF
Decimal173246255
Binary101011011111011011111111
Octal255366377

Shades and tints

Shades of #ADF6FF

#ADF6FF
(173,246,255)
#9EE0E8
(158,224,232)
#8FCAD1
(143,202,209)
#80B4BA
(128,180,186)
#719EA3
(113,158,163)
#62888C
(98,136,140)
#537275
(83,114,117)
#445C5E
(68,92,94)
#354647
(53,70,71)
#263030
(38,48,48)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #ADF6FF

#ADF6FF
(173,246,255)
#B4F6FF
(180,246,255)
#BBF6FF
(187,246,255)
#C2F6FF
(194,246,255)
#C9F6FF
(201,246,255)
#D0F6FF
(208,246,255)
#D7F6FF
(215,246,255)
#DEF6FF
(222,246,255)
#E5F6FF
(229,246,255)
#ECF6FF
(236,246,255)
#F3F6FF
(243,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF6FF color. Also use rgb(173,246,255) instead hex code.

Text Font Color

.myTextColor { color: #ADF6FF; }

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

This text font color is #ADF6FF.


Background Color

.myBgColor { background-color: #ADF6FF; }

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

This div background color is #ADF6FF.


Border color

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

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

This div border color is #ADF6FF.


Opacity

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

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

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

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

This text has shadow with #ADF6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF6FF on black background.


Color preview on white background

This text has color #ADF6FF on white background.



Black color preview on #ADF6FF background

This text has black color on #ADF6FF background.


White color preview on #ADF6FF background

This text has white color on #ADF6FF background.