COLOR #ADC999

HEX: #ADC999 RGB: (173,201,153)

Renk bilgisi

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

RGB renk modeli

#ADC999 color RGB value is (173,201,153).

RGB: (173,201,153) (68%, 79%, 60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 201 of 255 = 79%
B 153 of 255 = 60%

173
201
153

R + G + B ~ 69%. #ADC999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 201 + 153 = 527 (100%)
R 173 of 527 ~ 32.83%
G 201 of 527 ~ 38.14%
B 153 of 527 ~ 29.03'%

%32.83
%38.14
%29.03

CMYK RENK MODELİ

#ADC999 rengi CMYK tonu (14,0,24,21).

  • camgöbeği tonu 13.93%
  • eflatun tonu 0.00%
  • sarı tonu 23.88%
  • ana renk tonu 21.18%

CMYK: (14,0,24,21)
C14M0Y24K21 (14%, 0%, 24%, 21%)
(0.14 / 0.00 / 0.24 / 0.21)

CMYK yüzdeleri

%13.93
%0
%23.88
%21.18

Codes

Color #ADC999 in popluar color models

AD C9 99
RGB 173 201 153
HSL 95° 30.77% 69.41%
HSB/HSV 95° 23.88% 78.82%
CMYK 13.93% 0.00% 23.88%
21.18%

Color #ADC999 in popluar number systems.

HEX AD C9 99
Decimal 173 201 153
Binary 10101101 11001001 10011001
Octal 255 311 231

Shades and tints

Shades of #ADC999

#ADC999
(173,201,153)
#9EB78C
(158,183,140)
#8FA57F
(143,165,127)
#809372
(128,147,114)
#718165
(113,129,101)
#626F58
(98,111,88)
#535D4B
(83,93,75)
#444B3E
(68,75,62)
#353931
(53,57,49)
#262724
(38,39,36)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #ADC999

#ADC999
(173,201,153)
#B4CDA2
(180,205,162)
#BBD1AB
(187,209,171)
#C2D5B4
(194,213,180)
#C9D9BD
(201,217,189)
#D0DDC6
(208,221,198)
#D7E1CF
(215,225,207)
#DEE5D8
(222,229,216)
#E5E9E1
(229,233,225)
#ECEDEA
(236,237,234)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC999 color. Also use rgb(173,201,153) instead hex code.

Text Font Color

.myTextColor { color: #ADC999; }

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

This text font color is #ADC999.

Background Color

.myBgColor { background-color: #ADC999; }

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

This div background color is #ADC999.

Border color

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

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

This div border color is #ADC999.

Opacity

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

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

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

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

This text has shadow with #ADC999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC999.

Preview

Color preview on black background

This text has color #ADC999 on black background.


Color preview on white background

This text has color #ADC999 on white background.


Black color preview on #ADC999 background

This text has black color on #ADC999 background.


White color preview on #ADC999 background

This text has white color on #ADC999 background.


Related colors

Complementary color

Complementary color for #hex is #523666.


I love getcolorcode.com

Triadic colors

1 #99ADC9 and #C999AD with #ADC999 are triadic colors.

2 #99C9AD and #C9AD99 with #ADC999 are triadic colors.