COLOR #ADD8DE

HEX: #ADD8DE
RGB: (173,216,222)

Renk bilgisi

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

RGB renk modeli

#ADD8DE color RGB value is (173,216,222).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 216 of 255 = 85%
B 222 of 255 = 87%

173
216
222

R + G + B ~ 80%. #ADD8DE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 216 + 222 = 611 (100%)
R 173 of 611 ~ 28.31%
G 216 of 611 ~ 35.35%
B 222 of 611 ~ 36.33%

%28.31
%35.35
%36.33

CMYK RENK MODELİ

#ADD8DE rengi CMYK tonu (22,3,0,13).

  • camgöbeği tonu 22.07%
  • eflatun tonu 2.70%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(22,3,0,13)
C22M3Y0K13 
(22%,3%,0%,13%)
(0.22/0.03/0.00/0.13)	

CMYK yüzdeleri

%22.07
%2.7
%0
%12.94

Codes

Color #ADD8DE in popluar color models

ADD8DE
RGB173216222
HSL187°42.61%77.45%
HSB/HSV187°22.07%87.06%
CMYK22.07%2.70%0.00%
12.94%

Color #ADD8DE in popluar number systems.

HEXADD8DE
Decimal173216222
Binary101011011101100011011110
Octal255330336

Shades and tints

Shades of #ADD8DE

#ADD8DE
(173,216,222)
#9EC5CA
(158,197,202)
#8FB2B6
(143,178,182)
#809FA2
(128,159,162)
#718C8E
(113,140,142)
#62797A
(98,121,122)
#536666
(83,102,102)
#445352
(68,83,82)
#35403E
(53,64,62)
#262D2A
(38,45,42)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #ADD8DE

#ADD8DE
(173,216,222)
#B4DBE1
(180,219,225)
#BBDEE4
(187,222,228)
#C2E1E7
(194,225,231)
#C9E4EA
(201,228,234)
#D0E7ED
(208,231,237)
#D7EAF0
(215,234,240)
#DEEDF3
(222,237,243)
#E5F0F6
(229,240,246)
#ECF3F9
(236,243,249)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD8DE; }

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

This text font color is #ADD8DE.


Background Color

.myBgColor { background-color: #ADD8DE; }

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

This div background color is #ADD8DE.


Border color

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

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

This div border color is #ADD8DE.


Opacity

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

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

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

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

This text has shadow with #ADD8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD8DE on black background.


Color preview on white background

This text has color #ADD8DE on white background.



Black color preview on #ADD8DE background

This text has black color on #ADD8DE background.


White color preview on #ADD8DE background

This text has white color on #ADD8DE background.