COLOR #ADD0DF

HEX: #ADD0DF
RGB: (173,208,223)

Renk bilgisi

#ADD0DF contains red, green and blue colors in about the same proportion. #ADD0DF ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#ADD0DF color RGB value is (173,208,223).

  • kırmız ton 173;
  • yeşil ton 208;
  • mavi ton 223.
RGB:
(173,208,223)
(68%,82%,87%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 208 of 255 = 82%
B 223 of 255 = 87%

173
208
223

R + G + B ~ 79%. #ADD0DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 208 + 223 = 604 (100%)
R 173 of 604 ~ 28.64%
G 208 of 604 ~ 34.44%
B 223 of 604 ~ 36.92%

%28.64
%34.44
%36.92

CMYK RENK MODELİ

#ADD0DF rengi CMYK tonu (22,7,0,13).

  • camgöbeği tonu 22.42%
  • eflatun tonu 6.73%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(22,7,0,13)
C22M7Y0K13 
(22%,7%,0%,13%)
(0.22/0.07/0.00/0.13)	

CMYK yüzdeleri

%22.42
%6.73
%0
%12.55

Codes

Color #ADD0DF in popluar color models

ADD0DF
RGB173208223
HSL198°43.86%77.65%
HSB/HSV198°22.42%87.45%
CMYK22.42%6.73%0.00%
12.55%

Color #ADD0DF in popluar number systems.

HEXADD0DF
Decimal173208223
Binary101011011101000011011111
Octal255320337

Shades and tints

Shades of #ADD0DF

#ADD0DF
(173,208,223)
#9EBECB
(158,190,203)
#8FACB7
(143,172,183)
#809AA3
(128,154,163)
#71888F
(113,136,143)
#62767B
(98,118,123)
#536467
(83,100,103)
#445253
(68,82,83)
#35403F
(53,64,63)
#262E2B
(38,46,43)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #ADD0DF

#ADD0DF
(173,208,223)
#B4D4E1
(180,212,225)
#BBD8E3
(187,216,227)
#C2DCE5
(194,220,229)
#C9E0E7
(201,224,231)
#D0E4E9
(208,228,233)
#D7E8EB
(215,232,235)
#DEECED
(222,236,237)
#E5F0EF
(229,240,239)
#ECF4F1
(236,244,241)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD0DF color. Also use rgb(173,208,223) instead hex code.

Text Font Color

.myTextColor { color: #ADD0DF; }

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

This text font color is #ADD0DF.


Background Color

.myBgColor { background-color: #ADD0DF; }

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

This div background color is #ADD0DF.


Border color

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

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

This div border color is #ADD0DF.


Opacity

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

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

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

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

This text has shadow with #ADD0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD0DF on black background.


Color preview on white background

This text has color #ADD0DF on white background.



Black color preview on #ADD0DF background

This text has black color on #ADD0DF background.


White color preview on #ADD0DF background

This text has white color on #ADD0DF background.