COLOR #ADD8F9

HEX: #ADD8F9
RGB: (173,216,249)

Renk bilgisi

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

RGB renk modeli

#ADD8F9 color RGB value is (173,216,249).

  • kırmız ton 173;
  • yeşil ton 216;
  • mavi ton 249.
RGB:
(173,216,249)
(68%,85%,98%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 216 of 255 = 85%
B 249 of 255 = 98%

173
216
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 216 + 249 = 638 (100%)
R 173 of 638 ~ 27.12%
G 216 of 638 ~ 33.86%
B 249 of 638 ~ 39.03%

%27.12
%33.86
%39.03

CMYK RENK MODELİ

#ADD8F9 rengi CMYK tonu (31,13,0,2).

  • camgöbeği tonu 30.52%
  • eflatun tonu 13.25%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(31,13,0,2)
C31M13Y0K2 
(31%,13%,0%,2%)
(0.31/0.13/0.00/0.02)	

CMYK yüzdeleri

%30.52
%13.25
%0
%2.35

Codes

Color #ADD8F9 in popluar color models

ADD8F9
RGB173216249
HSL206°86.36%82.75%
HSB/HSV206°30.52%97.65%
CMYK30.52%13.25%0.00%
2.35%

Color #ADD8F9 in popluar number systems.

HEXADD8F9
Decimal173216249
Binary101011011101100011111001
Octal255330371

Shades and tints

Shades of #ADD8F9

#ADD8F9
(173,216,249)
#9EC5E3
(158,197,227)
#8FB2CD
(143,178,205)
#809FB7
(128,159,183)
#718CA1
(113,140,161)
#62798B
(98,121,139)
#536675
(83,102,117)
#44535F
(68,83,95)
#354049
(53,64,73)
#262D33
(38,45,51)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #ADD8F9

#ADD8F9
(173,216,249)
#B4DBF9
(180,219,249)
#BBDEF9
(187,222,249)
#C2E1F9
(194,225,249)
#C9E4F9
(201,228,249)
#D0E7F9
(208,231,249)
#D7EAF9
(215,234,249)
#DEEDF9
(222,237,249)
#E5F0F9
(229,240,249)
#ECF3F9
(236,243,249)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD8F9 color. Also use rgb(173,216,249) instead hex code.

Text Font Color

.myTextColor { color: #ADD8F9; }

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

This text font color is #ADD8F9.


Background Color

.myBgColor { background-color: #ADD8F9; }

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

This div background color is #ADD8F9.


Border color

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

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

This div border color is #ADD8F9.


Opacity

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

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

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

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

This text has shadow with #ADD8F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD8F9 on black background.


Color preview on white background

This text has color #ADD8F9 on white background.



Black color preview on #ADD8F9 background

This text has black color on #ADD8F9 background.


White color preview on #ADD8F9 background

This text has white color on #ADD8F9 background.