COLOR #ADD9D2

HEX: #ADD9D2
RGB: (173,217,210)

Renk bilgisi

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

RGB renk modeli

#ADD9D2 color RGB value is (173,217,210).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 217 of 255 = 85%
B 210 of 255 = 82%

173
217
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 217 + 210 = 600 (100%)
R 173 of 600 ~ 28.83%
G 217 of 600 ~ 36.17%
B 210 of 600 ~ 35%

%28.83
%36.17
%35

CMYK RENK MODELİ

#ADD9D2 rengi CMYK tonu (20,0,3,15).

  • camgöbeği tonu 20.28%
  • eflatun tonu 0.00%
  • sarı tonu 3.23%
  • ana renk tonu 14.90%
CMYK:
(20,0,3,15)
C20M0Y3K15 
(20%,0%,3%,15%)
(0.20/0.00/0.03/0.15)	

CMYK yüzdeleri

%20.28
%0
%3.23
%14.9

Codes

Color #ADD9D2 in popluar color models

ADD9D2
RGB173217210
HSL170°36.67%76.47%
HSB/HSV170°20.28%85.10%
CMYK20.28%0.00%3.23%
14.90%

Color #ADD9D2 in popluar number systems.

HEXADD9D2
Decimal173217210
Binary101011011101100111010010
Octal255331322

Shades and tints

Shades of #ADD9D2

#ADD9D2
(173,217,210)
#9EC6BF
(158,198,191)
#8FB3AC
(143,179,172)
#80A099
(128,160,153)
#718D86
(113,141,134)
#627A73
(98,122,115)
#536760
(83,103,96)
#44544D
(68,84,77)
#35413A
(53,65,58)
#262E27
(38,46,39)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #ADD9D2

#ADD9D2
(173,217,210)
#B4DCD6
(180,220,214)
#BBDFDA
(187,223,218)
#C2E2DE
(194,226,222)
#C9E5E2
(201,229,226)
#D0E8E6
(208,232,230)
#D7EBEA
(215,235,234)
#DEEEEE
(222,238,238)
#E5F1F2
(229,241,242)
#ECF4F6
(236,244,246)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD9D2; }

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

This text font color is #ADD9D2.


Background Color

.myBgColor { background-color: #ADD9D2; }

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

This div background color is #ADD9D2.


Border color

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

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

This div border color is #ADD9D2.


Opacity

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

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

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

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

This text has shadow with #ADD9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD9D2 on black background.


Color preview on white background

This text has color #ADD9D2 on white background.



Black color preview on #ADD9D2 background

This text has black color on #ADD9D2 background.


White color preview on #ADD9D2 background

This text has white color on #ADD9D2 background.