COLOR #ADC399

HEX: #ADC399 RGB: (173,195,153)

Renk bilgisi

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

RGB renk modeli

#ADC399 color RGB value is (173,195,153).

RGB: (173,195,153) (68%, 76%, 60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 195 of 255 = 76%
B 153 of 255 = 60%

173
195
153

R + G + B ~ 68%. #ADC399 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 195 + 153 = 521 (100%)
R 173 of 521 ~ 33.21%
G 195 of 521 ~ 37.43%
B 153 of 521 ~ 29.37'%

%33.21
%37.43
%29.37

CMYK RENK MODELİ

#ADC399 rengi CMYK tonu (11,0,22,24).

  • camgöbeği tonu 11.28%
  • eflatun tonu 0.00%
  • sarı tonu 21.54%
  • ana renk tonu 23.53%

CMYK: (11,0,22,24)
C11M0Y22K24 (11%, 0%, 22%, 24%)
(0.11 / 0.00 / 0.22 / 0.24)

CMYK yüzdeleri

%11.28
%0
%21.54
%23.53

Codes

Color #ADC399 in popluar color models

AD C3 99
RGB 173 195 153
HSL 91° 25.93% 68.24%
HSB/HSV 91° 21.54% 76.47%
CMYK 11.28% 0.00% 21.54%
23.53%

Color #ADC399 in popluar number systems.

HEX AD C3 99
Decimal 173 195 153
Binary 10101101 11000011 10011001
Octal 255 303 231

Shades and tints

Shades of #ADC399

#ADC399
(173,195,153)
#9EB28C
(158,178,140)
#8FA17F
(143,161,127)
#809072
(128,144,114)
#717F65
(113,127,101)
#626E58
(98,110,88)
#535D4B
(83,93,75)
#444C3E
(68,76,62)
#353B31
(53,59,49)
#262A24
(38,42,36)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #ADC399

#ADC399
(173,195,153)
#B4C8A2
(180,200,162)
#BBCDAB
(187,205,171)
#C2D2B4
(194,210,180)
#C9D7BD
(201,215,189)
#D0DCC6
(208,220,198)
#D7E1CF
(215,225,207)
#DEE6D8
(222,230,216)
#E5EBE1
(229,235,225)
#ECF0EA
(236,240,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC399; }

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

This text font color is #ADC399.

Background Color

.myBgColor { background-color: #ADC399; }

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

This div background color is #ADC399.

Border color

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

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

This div border color is #ADC399.

Opacity

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

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

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

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

This text has shadow with #ADC399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC399.

Preview

Color preview on black background

This text has color #ADC399 on black background.


Color preview on white background

This text has color #ADC399 on white background.


Black color preview on #ADC399 background

This text has black color on #ADC399 background.


White color preview on #ADC399 background

This text has white color on #ADC399 background.


Related colors

Complementary color

Complementary color for #hex is #523C66.


I love getcolorcode.com

Triadic colors

1 #99ADC3 and #C399AD with #ADC399 are triadic colors.

2 #99C3AD and #C3AD99 with #ADC399 are triadic colors.