COLOR #ADD9DE

HEX: #ADD9DE
RGB: (173,217,222)

Renk bilgisi

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

RGB renk modeli

#ADD9DE color RGB value is (173,217,222).

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

RGB bağlantıları ve doygunluk

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

173
217
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 217 + 222 = 612 (100%)
R 173 of 612 ~ 28.27%
G 217 of 612 ~ 35.46%
B 222 of 612 ~ 36.27%

%28.27
%35.46
%36.27

CMYK RENK MODELİ

#ADD9DE rengi CMYK tonu (22,2,0,13).

  • camgöbeği tonu 22.07%
  • eflatun tonu 2.25%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(22,2,0,13)
C22M2Y0K13 
(22%,2%,0%,13%)
(0.22/0.02/0.00/0.13)	

CMYK yüzdeleri

%22.07
%2.25
%0
%12.94

Codes

Color #ADD9DE in popluar color models

ADD9DE
RGB173217222
HSL186°42.61%77.45%
HSB/HSV186°22.07%87.06%
CMYK22.07%2.25%0.00%
12.94%

Color #ADD9DE in popluar number systems.

HEXADD9DE
Decimal173217222
Binary101011011101100111011110
Octal255331336

Shades and tints

Shades of #ADD9DE

#ADD9DE
(173,217,222)
#9EC6CA
(158,198,202)
#8FB3B6
(143,179,182)
#80A0A2
(128,160,162)
#718D8E
(113,141,142)
#627A7A
(98,122,122)
#536766
(83,103,102)
#445452
(68,84,82)
#35413E
(53,65,62)
#262E2A
(38,46,42)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #ADD9DE

#ADD9DE
(173,217,222)
#B4DCE1
(180,220,225)
#BBDFE4
(187,223,228)
#C2E2E7
(194,226,231)
#C9E5EA
(201,229,234)
#D0E8ED
(208,232,237)
#D7EBF0
(215,235,240)
#DEEEF3
(222,238,243)
#E5F1F6
(229,241,246)
#ECF4F9
(236,244,249)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD9DE; }

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

This text font color is #ADD9DE.


Background Color

.myBgColor { background-color: #ADD9DE; }

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

This div background color is #ADD9DE.


Border color

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

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

This div border color is #ADD9DE.


Opacity

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

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

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

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

This text has shadow with #ADD9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD9DE on black background.


Color preview on white background

This text has color #ADD9DE on white background.



Black color preview on #ADD9DE background

This text has black color on #ADD9DE background.


White color preview on #ADD9DE background

This text has white color on #ADD9DE background.