COLOR #ADD9F0

HEX: #ADD9F0 RGB: (173,217,240)

Renk bilgisi

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

RGB renk modeli

#ADD9F0 color RGB value is (173,217,240).

RGB: (173,217,240) (68%, 85%, 94%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 217 of 255 = 85%
B 240 of 255 = 94%

173
217
240

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 217 + 240 = 630 (100%)
R 173 of 630 ~ 27.46%
G 217 of 630 ~ 34.44%
B 240 of 630 ~ 38.1'%

%27.46
%34.44
%38.1

CMYK RENK MODELİ

#ADD9F0 rengi CMYK tonu (28,10,0,6).

  • camgöbeği tonu 27.92%
  • eflatun tonu 9.58%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%

CMYK: (28,10,0,6)
C28M10Y0K6 (28%, 10%, 0%, 6%)
(0.28 / 0.10 / 0.00 / 0.06)

CMYK yüzdeleri

%27.92
%9.58
%0
%5.88

Codes

Color #ADD9F0 in popluar color models

AD D9 F0
RGB 173 217 240
HSL 201° 69.07% 80.98%
HSB/HSV 201° 27.92% 94.12%
CMYK 27.92% 9.58% 0.00%
5.88%

Color #ADD9F0 in popluar number systems.

HEX AD D9 F0
Decimal 173 217 240
Binary 10101101 11011001 11110000
Octal 255 331 360

Shades and tints

Shades of #ADD9F0

#ADD9F0
(173,217,240)
#9EC6DB
(158,198,219)
#8FB3C6
(143,179,198)
#80A0B1
(128,160,177)
#718D9C
(113,141,156)
#627A87
(98,122,135)
#536772
(83,103,114)
#44545D
(68,84,93)
#354148
(53,65,72)
#262E33
(38,46,51)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #ADD9F0

#ADD9F0
(173,217,240)
#B4DCF1
(180,220,241)
#BBDFF2
(187,223,242)
#C2E2F3
(194,226,243)
#C9E5F4
(201,229,244)
#D0E8F5
(208,232,245)
#D7EBF6
(215,235,246)
#DEEEF7
(222,238,247)
#E5F1F8
(229,241,248)
#ECF4F9
(236,244,249)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD9F0 color. Also use rgb(173,217,240) instead hex code.

Text Font Color

.myTextColor { color: #ADD9F0; }

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

This text font color is #ADD9F0.

Background Color

.myBgColor { background-color: #ADD9F0; }

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

This div background color is #ADD9F0.

Border color

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

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

This div border color is #ADD9F0.

Opacity

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

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

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

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

This text has shadow with #ADD9F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD9F0.

Preview

Color preview on black background

This text has color #ADD9F0 on black background.


Color preview on white background

This text has color #ADD9F0 on white background.


Black color preview on #ADD9F0 background

This text has black color on #ADD9F0 background.


White color preview on #ADD9F0 background

This text has white color on #ADD9F0 background.


Related colors

Complementary color

Complementary color for #hex is #52260F.


I love getcolorcode.com

Triadic colors

1 #F0ADD9 and #D9F0AD with #ADD9F0 are triadic colors.

2 #F0D9AD and #D9ADF0 with #ADD9F0 are triadic colors.