COLOR #ADD6F1

HEX: #ADD6F1
RGB: (173,214,241)

Renk bilgisi

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

RGB renk modeli

#ADD6F1 color RGB value is (173,214,241).

  • kırmız ton 173;
  • yeşil ton 214;
  • mavi ton 241.
RGB:
(173,214,241)
(68%,84%,95%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 214 of 255 = 84%
B 241 of 255 = 95%

173
214
241

R + G + B ~ 82%. #ADD6F1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 214 + 241 = 628 (100%)
R 173 of 628 ~ 27.55%
G 214 of 628 ~ 34.08%
B 241 of 628 ~ 38.38%

%27.55
%34.08
%38.38

CMYK RENK MODELİ

#ADD6F1 rengi CMYK tonu (28,11,0,5).

  • camgöbeği tonu 28.22%
  • eflatun tonu 11.20%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(28,11,0,5)
C28M11Y0K5 
(28%,11%,0%,5%)
(0.28/0.11/0.00/0.05)	

CMYK yüzdeleri

%28.22
%11.2
%0
%5.49

Codes

Color #ADD6F1 in popluar color models

ADD6F1
RGB173214241
HSL204°70.83%81.18%
HSB/HSV204°28.22%94.51%
CMYK28.22%11.20%0.00%
5.49%

Color #ADD6F1 in popluar number systems.

HEXADD6F1
Decimal173214241
Binary101011011101011011110001
Octal255326361

Shades and tints

Shades of #ADD6F1

#ADD6F1
(173,214,241)
#9EC3DC
(158,195,220)
#8FB0C7
(143,176,199)
#809DB2
(128,157,178)
#718A9D
(113,138,157)
#627788
(98,119,136)
#536473
(83,100,115)
#44515E
(68,81,94)
#353E49
(53,62,73)
#262B34
(38,43,52)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #ADD6F1

#ADD6F1
(173,214,241)
#B4D9F2
(180,217,242)
#BBDCF3
(187,220,243)
#C2DFF4
(194,223,244)
#C9E2F5
(201,226,245)
#D0E5F6
(208,229,246)
#D7E8F7
(215,232,247)
#DEEBF8
(222,235,248)
#E5EEF9
(229,238,249)
#ECF1FA
(236,241,250)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD6F1 color. Also use rgb(173,214,241) instead hex code.

Text Font Color

.myTextColor { color: #ADD6F1; }

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

This text font color is #ADD6F1.


Background Color

.myBgColor { background-color: #ADD6F1; }

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

This div background color is #ADD6F1.


Border color

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

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

This div border color is #ADD6F1.


Opacity

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

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

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

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

This text has shadow with #ADD6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD6F1 on black background.


Color preview on white background

This text has color #ADD6F1 on white background.



Black color preview on #ADD6F1 background

This text has black color on #ADD6F1 background.


White color preview on #ADD6F1 background

This text has white color on #ADD6F1 background.