COLOR #ADD0D8

HEX: #ADD0D8
RGB: (173,208,216)

Renk bilgisi

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

RGB renk modeli

#ADD0D8 color RGB value is (173,208,216).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 208 of 255 = 82%
B 216 of 255 = 85%

173
208
216

R + G + B ~ 78%. #ADD0D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 208 + 216 = 597 (100%)
R 173 of 597 ~ 28.98%
G 208 of 597 ~ 34.84%
B 216 of 597 ~ 36.18%

%28.98
%34.84
%36.18

CMYK RENK MODELİ

#ADD0D8 rengi CMYK tonu (20,4,0,15).

  • camgöbeği tonu 19.91%
  • eflatun tonu 3.70%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(20,4,0,15)
C20M4Y0K15 
(20%,4%,0%,15%)
(0.20/0.04/0.00/0.15)	

CMYK yüzdeleri

%19.91
%3.7
%0
%15.29

Codes

Color #ADD0D8 in popluar color models

ADD0D8
RGB173208216
HSL191°35.54%76.27%
HSB/HSV191°19.91%84.71%
CMYK19.91%3.70%0.00%
15.29%

Color #ADD0D8 in popluar number systems.

HEXADD0D8
Decimal173208216
Binary101011011101000011011000
Octal255320330

Shades and tints

Shades of #ADD0D8

#ADD0D8
(173,208,216)
#9EBEC5
(158,190,197)
#8FACB2
(143,172,178)
#809A9F
(128,154,159)
#71888C
(113,136,140)
#627679
(98,118,121)
#536466
(83,100,102)
#445253
(68,82,83)
#354040
(53,64,64)
#262E2D
(38,46,45)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #ADD0D8

#ADD0D8
(173,208,216)
#B4D4DB
(180,212,219)
#BBD8DE
(187,216,222)
#C2DCE1
(194,220,225)
#C9E0E4
(201,224,228)
#D0E4E7
(208,228,231)
#D7E8EA
(215,232,234)
#DEECED
(222,236,237)
#E5F0F0
(229,240,240)
#ECF4F3
(236,244,243)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD0D8; }

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

This text font color is #ADD0D8.


Background Color

.myBgColor { background-color: #ADD0D8; }

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

This div background color is #ADD0D8.


Border color

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

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

This div border color is #ADD0D8.


Opacity

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

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

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

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

This text has shadow with #ADD0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD0D8 on black background.


Color preview on white background

This text has color #ADD0D8 on white background.



Black color preview on #ADD0D8 background

This text has black color on #ADD0D8 background.


White color preview on #ADD0D8 background

This text has white color on #ADD0D8 background.