COLOR #ADD3A6

HEX: #ADD3A6
RGB: (173,211,166)

Renk bilgisi

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

RGB renk modeli

#ADD3A6 color RGB value is (173,211,166).

  • kırmız ton 173;
  • yeşil ton 211;
  • mavi ton 166.
RGB:
(173,211,166)
(68%,83%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 211 of 255 = 83%
B 166 of 255 = 65%

173
211
166

R + G + B ~ 72%. #ADD3A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 211 + 166 = 550 (100%)
R 173 of 550 ~ 31.45%
G 211 of 550 ~ 38.36%
B 166 of 550 ~ 30.18%

%31.45
%38.36
%30.18

CMYK RENK MODELİ

#ADD3A6 rengi CMYK tonu (18,0,21,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 0.00%
  • sarı tonu 21.33%
  • ana renk tonu 17.25%
CMYK:
(18,0,21,17)
C18M0Y21K17 
(18%,0%,21%,17%)
(0.18/0.00/0.21/0.17)	

CMYK yüzdeleri

%18.01
%0
%21.33
%17.25

Codes

Color #ADD3A6 in popluar color models

ADD3A6
RGB173211166
HSL111°33.83%73.92%
HSB/HSV111°21.33%82.75%
CMYK18.01%0.00%21.33%
17.25%

Color #ADD3A6 in popluar number systems.

HEXADD3A6
Decimal173211166
Binary101011011101001110100110
Octal255323246

Shades and tints

Shades of #ADD3A6

#ADD3A6
(173,211,166)
#9EC097
(158,192,151)
#8FAD88
(143,173,136)
#809A79
(128,154,121)
#71876A
(113,135,106)
#62745B
(98,116,91)
#53614C
(83,97,76)
#444E3D
(68,78,61)
#353B2E
(53,59,46)
#26281F
(38,40,31)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #ADD3A6

#ADD3A6
(173,211,166)
#B4D7AE
(180,215,174)
#BBDBB6
(187,219,182)
#C2DFBE
(194,223,190)
#C9E3C6
(201,227,198)
#D0E7CE
(208,231,206)
#D7EBD6
(215,235,214)
#DEEFDE
(222,239,222)
#E5F3E6
(229,243,230)
#ECF7EE
(236,247,238)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD3A6 color. Also use rgb(173,211,166) instead hex code.

Text Font Color

.myTextColor { color: #ADD3A6; }

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

This text font color is #ADD3A6.


Background Color

.myBgColor { background-color: #ADD3A6; }

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

This div background color is #ADD3A6.


Border color

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

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

This div border color is #ADD3A6.


Opacity

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

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

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

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

This text has shadow with #ADD3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD3A6 on black background.


Color preview on white background

This text has color #ADD3A6 on white background.



Black color preview on #ADD3A6 background

This text has black color on #ADD3A6 background.


White color preview on #ADD3A6 background

This text has white color on #ADD3A6 background.