COLOR #ADD0AC

HEX: #ADD0AC RGB: (173,208,172)

Renk bilgisi

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

RGB renk modeli

#ADD0AC color RGB value is (173,208,172).

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

RGB bağlantıları ve doygunluk

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

173
208
172

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 208 + 172 = 553 (100%)
R 173 of 553 ~ 31.28%
G 208 of 553 ~ 37.61%
B 172 of 553 ~ 31.1'%

%31.28
%37.61
%31.1

CMYK RENK MODELİ

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

  • camgöbeği tonu 16.83%
  • eflatun tonu 0.00%
  • sarı tonu 17.31%
  • ana renk tonu 18.43%

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

CMYK yüzdeleri

%16.83
%0
%17.31
%18.43

Codes

Color #ADD0AC in popluar color models

AD D0 AC
RGB 173 208 172
HSL 118° 27.69% 74.51%
HSB/HSV 118° 17.31% 81.57%
CMYK 16.83% 0.00% 17.31%
18.43%

Color #ADD0AC in popluar number systems.

HEX AD D0 AC
Decimal 173 208 172
Binary 10101101 11010000 10101100
Octal 255 320 254

Shades and tints

Shades of #ADD0AC

#ADD0AC
(173,208,172)
#9EBE9D
(158,190,157)
#8FAC8E
(143,172,142)
#809A7F
(128,154,127)
#718870
(113,136,112)
#627661
(98,118,97)
#536452
(83,100,82)
#445243
(68,82,67)
#354034
(53,64,52)
#262E25
(38,46,37)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #ADD0AC

#ADD0AC
(173,208,172)
#B4D4B3
(180,212,179)
#BBD8BA
(187,216,186)
#C2DCC1
(194,220,193)
#C9E0C8
(201,224,200)
#D0E4CF
(208,228,207)
#D7E8D6
(215,232,214)
#DEECDD
(222,236,221)
#E5F0E4
(229,240,228)
#ECF4EB
(236,244,235)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD0AC; }

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

This text font color is #ADD0AC.

Background Color

.myBgColor { background-color: #ADD0AC; }

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

This div background color is #ADD0AC.

Border color

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

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

This div border color is #ADD0AC.

Opacity

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

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

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

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

This text has shadow with #ADD0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD0AC.

Preview

Color preview on black background

This text has color #ADD0AC on black background.


Color preview on white background

This text has color #ADD0AC on white background.


Black color preview on #ADD0AC background

This text has black color on #ADD0AC background.


White color preview on #ADD0AC background

This text has white color on #ADD0AC background.


Related colors

Complementary color

Complementary color for #hex is #522F53.


I love getcolorcode.com

Triadic colors

1 #ACADD0 and #D0ACAD with #ADD0AC are triadic colors.

2 #ACD0AD and #D0ADAC with #ADD0AC are triadic colors.