COLOR #ADD1A7

HEX: #ADD1A7
RGB: (173,209,167)

Renk bilgisi

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

RGB renk modeli

#ADD1A7 color RGB value is (173,209,167).

  • kırmız ton 173;
  • yeşil ton 209;
  • mavi ton 167.
RGB:
(173,209,167)
(68%,82%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 209 of 255 = 82%
B 167 of 255 = 65%

173
209
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 209 + 167 = 549 (100%)
R 173 of 549 ~ 31.51%
G 209 of 549 ~ 38.07%
B 167 of 549 ~ 30.42%

%31.51
%38.07
%30.42

CMYK RENK MODELİ

#ADD1A7 rengi CMYK tonu (17,0,20,18).

  • camgöbeği tonu 17.22%
  • eflatun tonu 0.00%
  • sarı tonu 20.10%
  • ana renk tonu 18.04%
CMYK:
(17,0,20,18)
C17M0Y20K18 
(17%,0%,20%,18%)
(0.17/0.00/0.20/0.18)	

CMYK yüzdeleri

%17.22
%0
%20.1
%18.04

Codes

Color #ADD1A7 in popluar color models

ADD1A7
RGB173209167
HSL111°31.34%73.73%
HSB/HSV111°20.10%81.96%
CMYK17.22%0.00%20.10%
18.04%

Color #ADD1A7 in popluar number systems.

HEXADD1A7
Decimal173209167
Binary101011011101000110100111
Octal255321247

Shades and tints

Shades of #ADD1A7

#ADD1A7
(173,209,167)
#9EBE98
(158,190,152)
#8FAB89
(143,171,137)
#80987A
(128,152,122)
#71856B
(113,133,107)
#62725C
(98,114,92)
#535F4D
(83,95,77)
#444C3E
(68,76,62)
#35392F
(53,57,47)
#262620
(38,38,32)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #ADD1A7

#ADD1A7
(173,209,167)
#B4D5AF
(180,213,175)
#BBD9B7
(187,217,183)
#C2DDBF
(194,221,191)
#C9E1C7
(201,225,199)
#D0E5CF
(208,229,207)
#D7E9D7
(215,233,215)
#DEEDDF
(222,237,223)
#E5F1E7
(229,241,231)
#ECF5EF
(236,245,239)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD1A7 color. Also use rgb(173,209,167) instead hex code.

Text Font Color

.myTextColor { color: #ADD1A7; }

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

This text font color is #ADD1A7.


Background Color

.myBgColor { background-color: #ADD1A7; }

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

This div background color is #ADD1A7.


Border color

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

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

This div border color is #ADD1A7.


Opacity

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

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

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

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

This text has shadow with #ADD1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD1A7 on black background.


Color preview on white background

This text has color #ADD1A7 on white background.



Black color preview on #ADD1A7 background

This text has black color on #ADD1A7 background.


White color preview on #ADD1A7 background

This text has white color on #ADD1A7 background.