COLOR #ADD2F6

HEX: #ADD2F6
RGB: (173,210,246)

Renk bilgisi

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

RGB renk modeli

#ADD2F6 color RGB value is (173,210,246).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 210 of 255 = 82%
B 246 of 255 = 96%

173
210
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 210 + 246 = 629 (100%)
R 173 of 629 ~ 27.5%
G 210 of 629 ~ 33.39%
B 246 of 629 ~ 39.11%

%27.5
%33.39
%39.11

CMYK RENK MODELİ

#ADD2F6 rengi CMYK tonu (30,15,0,4).

  • camgöbeği tonu 29.67%
  • eflatun tonu 14.63%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(30,15,0,4)
C30M15Y0K4 
(30%,15%,0%,4%)
(0.30/0.15/0.00/0.04)	

CMYK yüzdeleri

%29.67
%14.63
%0
%3.53

Codes

Color #ADD2F6 in popluar color models

ADD2F6
RGB173210246
HSL210°80.22%82.16%
HSB/HSV210°29.67%96.47%
CMYK29.67%14.63%0.00%
3.53%

Color #ADD2F6 in popluar number systems.

HEXADD2F6
Decimal173210246
Binary101011011101001011110110
Octal255322366

Shades and tints

Shades of #ADD2F6

#ADD2F6
(173,210,246)
#9EBFE0
(158,191,224)
#8FACCA
(143,172,202)
#8099B4
(128,153,180)
#71869E
(113,134,158)
#627388
(98,115,136)
#536072
(83,96,114)
#444D5C
(68,77,92)
#353A46
(53,58,70)
#262730
(38,39,48)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #ADD2F6

#ADD2F6
(173,210,246)
#B4D6F6
(180,214,246)
#BBDAF6
(187,218,246)
#C2DEF6
(194,222,246)
#C9E2F6
(201,226,246)
#D0E6F6
(208,230,246)
#D7EAF6
(215,234,246)
#DEEEF6
(222,238,246)
#E5F2F6
(229,242,246)
#ECF6F6
(236,246,246)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2F6; }

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

This text font color is #ADD2F6.


Background Color

.myBgColor { background-color: #ADD2F6; }

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

This div background color is #ADD2F6.


Border color

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

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

This div border color is #ADD2F6.


Opacity

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

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

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

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

This text has shadow with #ADD2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD2F6 on black background.


Color preview on white background

This text has color #ADD2F6 on white background.



Black color preview on #ADD2F6 background

This text has black color on #ADD2F6 background.


White color preview on #ADD2F6 background

This text has white color on #ADD2F6 background.