COLOR #ADD6FA

HEX: #ADD6FA
RGB: (173,214,250)

Renk bilgisi

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

RGB renk modeli

#ADD6FA color RGB value is (173,214,250).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 214 of 255 = 84%
B 250 of 255 = 98%

173
214
250

R + G + B ~ 83%. #ADD6FA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 214 + 250 = 637 (100%)
R 173 of 637 ~ 27.16%
G 214 of 637 ~ 33.59%
B 250 of 637 ~ 39.25%

%27.16
%33.59
%39.25

CMYK RENK MODELİ

#ADD6FA rengi CMYK tonu (31,14,0,2).

  • camgöbeği tonu 30.80%
  • eflatun tonu 14.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(31,14,0,2)
C31M14Y0K2 
(31%,14%,0%,2%)
(0.31/0.14/0.00/0.02)	

CMYK yüzdeleri

%30.8
%14.4
%0
%1.96

Codes

Color #ADD6FA in popluar color models

ADD6FA
RGB173214250
HSL208°88.51%82.94%
HSB/HSV208°30.80%98.04%
CMYK30.80%14.40%0.00%
1.96%

Color #ADD6FA in popluar number systems.

HEXADD6FA
Decimal173214250
Binary101011011101011011111010
Octal255326372

Shades and tints

Shades of #ADD6FA

#ADD6FA
(173,214,250)
#9EC3E4
(158,195,228)
#8FB0CE
(143,176,206)
#809DB8
(128,157,184)
#718AA2
(113,138,162)
#62778C
(98,119,140)
#536476
(83,100,118)
#445160
(68,81,96)
#353E4A
(53,62,74)
#262B34
(38,43,52)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #ADD6FA

#ADD6FA
(173,214,250)
#B4D9FA
(180,217,250)
#BBDCFA
(187,220,250)
#C2DFFA
(194,223,250)
#C9E2FA
(201,226,250)
#D0E5FA
(208,229,250)
#D7E8FA
(215,232,250)
#DEEBFA
(222,235,250)
#E5EEFA
(229,238,250)
#ECF1FA
(236,241,250)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD6FA; }

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

This text font color is #ADD6FA.


Background Color

.myBgColor { background-color: #ADD6FA; }

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

This div background color is #ADD6FA.


Border color

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

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

This div border color is #ADD6FA.


Opacity

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

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

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

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

This text has shadow with #ADD6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD6FA on black background.


Color preview on white background

This text has color #ADD6FA on white background.



Black color preview on #ADD6FA background

This text has black color on #ADD6FA background.


White color preview on #ADD6FA background

This text has white color on #ADD6FA background.