COLOR #ADDAB6

HEX: #ADDAB6
RGB: (173,218,182)

Renk bilgisi

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

RGB renk modeli

#ADDAB6 color RGB value is (173,218,182).

  • kırmız ton 173;
  • yeşil ton 218;
  • mavi ton 182.
RGB:
(173,218,182)
(68%,85%,71%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 218 of 255 = 85%
B 182 of 255 = 71%

173
218
182

R + G + B ~ 75%. #ADDAB6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 218 + 182 = 573 (100%)
R 173 of 573 ~ 30.19%
G 218 of 573 ~ 38.05%
B 182 of 573 ~ 31.76%

%30.19
%38.05
%31.76

CMYK RENK MODELİ

#ADDAB6 rengi CMYK tonu (21,0,17,15).

  • camgöbeği tonu 20.64%
  • eflatun tonu 0.00%
  • sarı tonu 16.51%
  • ana renk tonu 14.51%
CMYK:
(21,0,17,15)
C21M0Y17K15 
(21%,0%,17%,15%)
(0.21/0.00/0.17/0.15)	

CMYK yüzdeleri

%20.64
%0
%16.51
%14.51

Codes

Color #ADDAB6 in popluar color models

ADDAB6
RGB173218182
HSL132°37.82%76.67%
HSB/HSV132°20.64%85.49%
CMYK20.64%0.00%16.51%
14.51%

Color #ADDAB6 in popluar number systems.

HEXADDAB6
Decimal173218182
Binary101011011101101010110110
Octal255332266

Shades and tints

Shades of #ADDAB6

#ADDAB6
(173,218,182)
#9EC7A6
(158,199,166)
#8FB496
(143,180,150)
#80A186
(128,161,134)
#718E76
(113,142,118)
#627B66
(98,123,102)
#536856
(83,104,86)
#445546
(68,85,70)
#354236
(53,66,54)
#262F26
(38,47,38)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #ADDAB6

#ADDAB6
(173,218,182)
#B4DDBC
(180,221,188)
#BBE0C2
(187,224,194)
#C2E3C8
(194,227,200)
#C9E6CE
(201,230,206)
#D0E9D4
(208,233,212)
#D7ECDA
(215,236,218)
#DEEFE0
(222,239,224)
#E5F2E6
(229,242,230)
#ECF5EC
(236,245,236)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDAB6 color. Also use rgb(173,218,182) instead hex code.

Text Font Color

.myTextColor { color: #ADDAB6; }

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

This text font color is #ADDAB6.


Background Color

.myBgColor { background-color: #ADDAB6; }

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

This div background color is #ADDAB6.


Border color

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

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

This div border color is #ADDAB6.


Opacity

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

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

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

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

This text has shadow with #ADDAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDAB6 on black background.


Color preview on white background

This text has color #ADDAB6 on white background.



Black color preview on #ADDAB6 background

This text has black color on #ADDAB6 background.


White color preview on #ADDAB6 background

This text has white color on #ADDAB6 background.