COLOR #ADD8F2

HEX: #ADD8F2
RGB: (173,216,242)

Renk bilgisi

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

RGB renk modeli

#ADD8F2 color RGB value is (173,216,242).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 216 of 255 = 85%
B 242 of 255 = 95%

173
216
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 216 + 242 = 631 (100%)
R 173 of 631 ~ 27.42%
G 216 of 631 ~ 34.23%
B 242 of 631 ~ 38.35%

%27.42
%34.23
%38.35

CMYK RENK MODELİ

#ADD8F2 rengi CMYK tonu (29,11,0,5).

  • camgöbeği tonu 28.51%
  • eflatun tonu 10.74%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(29,11,0,5)
C29M11Y0K5 
(29%,11%,0%,5%)
(0.29/0.11/0.00/0.05)	

CMYK yüzdeleri

%28.51
%10.74
%0
%5.1

Codes

Color #ADD8F2 in popluar color models

ADD8F2
RGB173216242
HSL203°72.63%81.37%
HSB/HSV203°28.51%94.90%
CMYK28.51%10.74%0.00%
5.10%

Color #ADD8F2 in popluar number systems.

HEXADD8F2
Decimal173216242
Binary101011011101100011110010
Octal255330362

Shades and tints

Shades of #ADD8F2

#ADD8F2
(173,216,242)
#9EC5DC
(158,197,220)
#8FB2C6
(143,178,198)
#809FB0
(128,159,176)
#718C9A
(113,140,154)
#627984
(98,121,132)
#53666E
(83,102,110)
#445358
(68,83,88)
#354042
(53,64,66)
#262D2C
(38,45,44)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #ADD8F2

#ADD8F2
(173,216,242)
#B4DBF3
(180,219,243)
#BBDEF4
(187,222,244)
#C2E1F5
(194,225,245)
#C9E4F6
(201,228,246)
#D0E7F7
(208,231,247)
#D7EAF8
(215,234,248)
#DEEDF9
(222,237,249)
#E5F0FA
(229,240,250)
#ECF3FB
(236,243,251)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD8F2; }

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

This text font color is #ADD8F2.


Background Color

.myBgColor { background-color: #ADD8F2; }

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

This div background color is #ADD8F2.


Border color

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

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

This div border color is #ADD8F2.


Opacity

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

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

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

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

This text has shadow with #ADD8F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD8F2 on black background.


Color preview on white background

This text has color #ADD8F2 on white background.



Black color preview on #ADD8F2 background

This text has black color on #ADD8F2 background.


White color preview on #ADD8F2 background

This text has white color on #ADD8F2 background.