COLOR #ADD9C0

HEX: #ADD9C0
RGB: (173,217,192)

Renk bilgisi

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

RGB renk modeli

#ADD9C0 color RGB value is (173,217,192).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 217 of 255 = 85%
B 192 of 255 = 75%

173
217
192

R + G + B ~ 76%. #ADD9C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 217 + 192 = 582 (100%)
R 173 of 582 ~ 29.73%
G 217 of 582 ~ 37.29%
B 192 of 582 ~ 32.99%

%29.73
%37.29
%32.99

CMYK RENK MODELİ

#ADD9C0 rengi CMYK tonu (20,0,12,15).

  • camgöbeği tonu 20.28%
  • eflatun tonu 0.00%
  • sarı tonu 11.52%
  • ana renk tonu 14.90%
CMYK:
(20,0,12,15)
C20M0Y12K15 
(20%,0%,12%,15%)
(0.20/0.00/0.12/0.15)	

CMYK yüzdeleri

%20.28
%0
%11.52
%14.9

Codes

Color #ADD9C0 in popluar color models

ADD9C0
RGB173217192
HSL146°36.67%76.47%
HSB/HSV146°20.28%85.10%
CMYK20.28%0.00%11.52%
14.90%

Color #ADD9C0 in popluar number systems.

HEXADD9C0
Decimal173217192
Binary101011011101100111000000
Octal255331300

Shades and tints

Shades of #ADD9C0

#ADD9C0
(173,217,192)
#9EC6AF
(158,198,175)
#8FB39E
(143,179,158)
#80A08D
(128,160,141)
#718D7C
(113,141,124)
#627A6B
(98,122,107)
#53675A
(83,103,90)
#445449
(68,84,73)
#354138
(53,65,56)
#262E27
(38,46,39)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #ADD9C0

#ADD9C0
(173,217,192)
#B4DCC5
(180,220,197)
#BBDFCA
(187,223,202)
#C2E2CF
(194,226,207)
#C9E5D4
(201,229,212)
#D0E8D9
(208,232,217)
#D7EBDE
(215,235,222)
#DEEEE3
(222,238,227)
#E5F1E8
(229,241,232)
#ECF4ED
(236,244,237)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD9C0; }

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

This text font color is #ADD9C0.


Background Color

.myBgColor { background-color: #ADD9C0; }

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

This div background color is #ADD9C0.


Border color

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

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

This div border color is #ADD9C0.


Opacity

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

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

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

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

This text has shadow with #ADD9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD9C0 on black background.


Color preview on white background

This text has color #ADD9C0 on white background.



Black color preview on #ADD9C0 background

This text has black color on #ADD9C0 background.


White color preview on #ADD9C0 background

This text has white color on #ADD9C0 background.