COLOR #ADC3F6

HEX: #ADC3F6
RGB: (173,195,246)

Renk bilgisi

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

RGB renk modeli

#ADC3F6 color RGB value is (173,195,246).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 195 of 255 = 76%
B 246 of 255 = 96%

173
195
246

R + G + B ~ 80%. #ADC3F6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 195 + 246 = 614 (100%)
R 173 of 614 ~ 28.18%
G 195 of 614 ~ 31.76%
B 246 of 614 ~ 40.07%

%28.18
%31.76
%40.07

CMYK RENK MODELİ

#ADC3F6 rengi CMYK tonu (30,21,0,4).

  • camgöbeği tonu 29.67%
  • eflatun tonu 20.73%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(30,21,0,4)
C30M21Y0K4 
(30%,21%,0%,4%)
(0.30/0.21/0.00/0.04)	

CMYK yüzdeleri

%29.67
%20.73
%0
%3.53

Codes

Color #ADC3F6 in popluar color models

ADC3F6
RGB173195246
HSL222°80.22%82.16%
HSB/HSV222°29.67%96.47%
CMYK29.67%20.73%0.00%
3.53%

Color #ADC3F6 in popluar number systems.

HEXADC3F6
Decimal173195246
Binary101011011100001111110110
Octal255303366

Shades and tints

Shades of #ADC3F6

#ADC3F6
(173,195,246)
#9EB2E0
(158,178,224)
#8FA1CA
(143,161,202)
#8090B4
(128,144,180)
#717F9E
(113,127,158)
#626E88
(98,110,136)
#535D72
(83,93,114)
#444C5C
(68,76,92)
#353B46
(53,59,70)
#262A30
(38,42,48)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #ADC3F6

#ADC3F6
(173,195,246)
#B4C8F6
(180,200,246)
#BBCDF6
(187,205,246)
#C2D2F6
(194,210,246)
#C9D7F6
(201,215,246)
#D0DCF6
(208,220,246)
#D7E1F6
(215,225,246)
#DEE6F6
(222,230,246)
#E5EBF6
(229,235,246)
#ECF0F6
(236,240,246)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC3F6; }

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

This text font color is #ADC3F6.


Background Color

.myBgColor { background-color: #ADC3F6; }

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

This div background color is #ADC3F6.


Border color

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

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

This div border color is #ADC3F6.


Opacity

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

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

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

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

This text has shadow with #ADC3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC3F6 on black background.


Color preview on white background

This text has color #ADC3F6 on white background.



Black color preview on #ADC3F6 background

This text has black color on #ADC3F6 background.


White color preview on #ADC3F6 background

This text has white color on #ADC3F6 background.