COLOR #ADD9AB

HEX: #ADD9AB
RGB: (173,217,171)

Renk bilgisi

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

RGB renk modeli

#ADD9AB color RGB value is (173,217,171).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 217 of 255 = 85%
B 171 of 255 = 67%

173
217
171

R + G + B ~ 73%. #ADD9AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 217 + 171 = 561 (100%)
R 173 of 561 ~ 30.84%
G 217 of 561 ~ 38.68%
B 171 of 561 ~ 30.48%

%30.84
%38.68
%30.48

CMYK RENK MODELİ

#ADD9AB rengi CMYK tonu (20,0,21,15).

  • camgöbeği tonu 20.28%
  • eflatun tonu 0.00%
  • sarı tonu 21.20%
  • ana renk tonu 14.90%
CMYK:
(20,0,21,15)
C20M0Y21K15 
(20%,0%,21%,15%)
(0.20/0.00/0.21/0.15)	

CMYK yüzdeleri

%20.28
%0
%21.2
%14.9

Codes

Color #ADD9AB in popluar color models

ADD9AB
RGB173217171
HSL117°37.70%76.08%
HSB/HSV117°21.20%85.10%
CMYK20.28%0.00%21.20%
14.90%

Color #ADD9AB in popluar number systems.

HEXADD9AB
Decimal173217171
Binary101011011101100110101011
Octal255331253

Shades and tints

Shades of #ADD9AB

#ADD9AB
(173,217,171)
#9EC69C
(158,198,156)
#8FB38D
(143,179,141)
#80A07E
(128,160,126)
#718D6F
(113,141,111)
#627A60
(98,122,96)
#536751
(83,103,81)
#445442
(68,84,66)
#354133
(53,65,51)
#262E24
(38,46,36)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #ADD9AB

#ADD9AB
(173,217,171)
#B4DCB2
(180,220,178)
#BBDFB9
(187,223,185)
#C2E2C0
(194,226,192)
#C9E5C7
(201,229,199)
#D0E8CE
(208,232,206)
#D7EBD5
(215,235,213)
#DEEEDC
(222,238,220)
#E5F1E3
(229,241,227)
#ECF4EA
(236,244,234)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD9AB; }

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

This text font color is #ADD9AB.


Background Color

.myBgColor { background-color: #ADD9AB; }

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

This div background color is #ADD9AB.


Border color

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

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

This div border color is #ADD9AB.


Opacity

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

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

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

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

This text has shadow with #ADD9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD9AB on black background.


Color preview on white background

This text has color #ADD9AB on white background.



Black color preview on #ADD9AB background

This text has black color on #ADD9AB background.


White color preview on #ADD9AB background

This text has white color on #ADD9AB background.