COLOR #ADD3F6

HEX: #ADD3F6
RGB: (173,211,246)

Renk bilgisi

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

RGB renk modeli

#ADD3F6 color RGB value is (173,211,246).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 211 of 255 = 83%
B 246 of 255 = 96%

173
211
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 211 + 246 = 630 (100%)
R 173 of 630 ~ 27.46%
G 211 of 630 ~ 33.49%
B 246 of 630 ~ 39.05%

%27.46
%33.49
%39.05

CMYK RENK MODELİ

#ADD3F6 rengi CMYK tonu (30,14,0,4).

  • camgöbeği tonu 29.67%
  • eflatun tonu 14.23%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(30,14,0,4)
C30M14Y0K4 
(30%,14%,0%,4%)
(0.30/0.14/0.00/0.04)	

CMYK yüzdeleri

%29.67
%14.23
%0
%3.53

Codes

Color #ADD3F6 in popluar color models

ADD3F6
RGB173211246
HSL209°80.22%82.16%
HSB/HSV209°29.67%96.47%
CMYK29.67%14.23%0.00%
3.53%

Color #ADD3F6 in popluar number systems.

HEXADD3F6
Decimal173211246
Binary101011011101001111110110
Octal255323366

Shades and tints

Shades of #ADD3F6

#ADD3F6
(173,211,246)
#9EC0E0
(158,192,224)
#8FADCA
(143,173,202)
#809AB4
(128,154,180)
#71879E
(113,135,158)
#627488
(98,116,136)
#536172
(83,97,114)
#444E5C
(68,78,92)
#353B46
(53,59,70)
#262830
(38,40,48)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #ADD3F6

#ADD3F6
(173,211,246)
#B4D7F6
(180,215,246)
#BBDBF6
(187,219,246)
#C2DFF6
(194,223,246)
#C9E3F6
(201,227,246)
#D0E7F6
(208,231,246)
#D7EBF6
(215,235,246)
#DEEFF6
(222,239,246)
#E5F3F6
(229,243,246)
#ECF7F6
(236,247,246)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD3F6; }

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

This text font color is #ADD3F6.


Background Color

.myBgColor { background-color: #ADD3F6; }

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

This div background color is #ADD3F6.


Border color

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

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

This div border color is #ADD3F6.


Opacity

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

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

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

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

This text has shadow with #ADD3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD3F6 on black background.


Color preview on white background

This text has color #ADD3F6 on white background.



Black color preview on #ADD3F6 background

This text has black color on #ADD3F6 background.


White color preview on #ADD3F6 background

This text has white color on #ADD3F6 background.