COLOR #ADD1AC

HEX: #ADD1AC RGB: (173,209,172)

Renk bilgisi

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

RGB renk modeli

#ADD1AC color RGB value is (173,209,172).

RGB: (173,209,172) (68%, 82%, 67%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 209 of 255 = 82%
B 172 of 255 = 67%

173
209
172

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 209 + 172 = 554 (100%)
R 173 of 554 ~ 31.23%
G 209 of 554 ~ 37.73%
B 172 of 554 ~ 31.05'%

%31.23
%37.73
%31.05

CMYK RENK MODELİ

#ADD1AC rengi CMYK tonu (17,0,18,18).

  • camgöbeği tonu 17.22%
  • eflatun tonu 0.00%
  • sarı tonu 17.70%
  • ana renk tonu 18.04%

CMYK: (17,0,18,18)
C17M0Y18K18 (17%, 0%, 18%, 18%)
(0.17 / 0.00 / 0.18 / 0.18)

CMYK yüzdeleri

%17.22
%0
%17.7
%18.04

Codes

Color #ADD1AC in popluar color models

AD D1 AC
RGB 173 209 172
HSL 118° 28.68% 74.71%
HSB/HSV 118° 17.70% 81.96%
CMYK 17.22% 0.00% 17.70%
18.04%

Color #ADD1AC in popluar number systems.

HEX AD D1 AC
Decimal 173 209 172
Binary 10101101 11010001 10101100
Octal 255 321 254

Shades and tints

Shades of #ADD1AC

#ADD1AC
(173,209,172)
#9EBE9D
(158,190,157)
#8FAB8E
(143,171,142)
#80987F
(128,152,127)
#718570
(113,133,112)
#627261
(98,114,97)
#535F52
(83,95,82)
#444C43
(68,76,67)
#353934
(53,57,52)
#262625
(38,38,37)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #ADD1AC

#ADD1AC
(173,209,172)
#B4D5B3
(180,213,179)
#BBD9BA
(187,217,186)
#C2DDC1
(194,221,193)
#C9E1C8
(201,225,200)
#D0E5CF
(208,229,207)
#D7E9D6
(215,233,214)
#DEEDDD
(222,237,221)
#E5F1E4
(229,241,228)
#ECF5EB
(236,245,235)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD1AC; }

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

This text font color is #ADD1AC.

Background Color

.myBgColor { background-color: #ADD1AC; }

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

This div background color is #ADD1AC.

Border color

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

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

This div border color is #ADD1AC.

Opacity

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

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

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

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

This text has shadow with #ADD1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD1AC.

Preview

Color preview on black background

This text has color #ADD1AC on black background.


Color preview on white background

This text has color #ADD1AC on white background.


Black color preview on #ADD1AC background

This text has black color on #ADD1AC background.


White color preview on #ADD1AC background

This text has white color on #ADD1AC background.


Related colors

Complementary color

Complementary color for #hex is #522E53.


I love getcolorcode.com

Triadic colors

1 #ACADD1 and #D1ACAD with #ADD1AC are triadic colors.

2 #ACD1AD and #D1ADAC with #ADD1AC are triadic colors.