COLOR #ADC099

HEX: #ADC099 RGB: (173,192,153)

Renk bilgisi

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

RGB renk modeli

#ADC099 color RGB value is (173,192,153).

RGB: (173,192,153) (68%, 75%, 60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 192 of 255 = 75%
B 153 of 255 = 60%

173
192
153

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 192 + 153 = 518 (100%)
R 173 of 518 ~ 33.4%
G 192 of 518 ~ 37.07%
B 153 of 518 ~ 29.54'%

%33.4
%37.07
%29.54

CMYK RENK MODELİ

#ADC099 rengi CMYK tonu (10,0,20,25).

  • camgöbeği tonu 9.90%
  • eflatun tonu 0.00%
  • sarı tonu 20.31%
  • ana renk tonu 24.71%

CMYK: (10,0,20,25)
C10M0Y20K25 (10%, 0%, 20%, 25%)
(0.10 / 0.00 / 0.20 / 0.25)

CMYK yüzdeleri

%9.9
%0
%20.31
%24.71

Codes

Color #ADC099 in popluar color models

AD C0 99
RGB 173 192 153
HSL 89° 23.64% 67.65%
HSB/HSV 89° 20.31% 75.29%
CMYK 9.90% 0.00% 20.31%
24.71%

Color #ADC099 in popluar number systems.

HEX AD C0 99
Decimal 173 192 153
Binary 10101101 11000000 10011001
Octal 255 300 231

Shades and tints

Shades of #ADC099

#ADC099
(173,192,153)
#9EAF8C
(158,175,140)
#8F9E7F
(143,158,127)
#808D72
(128,141,114)
#717C65
(113,124,101)
#626B58
(98,107,88)
#535A4B
(83,90,75)
#44493E
(68,73,62)
#353831
(53,56,49)
#262724
(38,39,36)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #ADC099

#ADC099
(173,192,153)
#B4C5A2
(180,197,162)
#BBCAAB
(187,202,171)
#C2CFB4
(194,207,180)
#C9D4BD
(201,212,189)
#D0D9C6
(208,217,198)
#D7DECF
(215,222,207)
#DEE3D8
(222,227,216)
#E5E8E1
(229,232,225)
#ECEDEA
(236,237,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC099; }

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

This text font color is #ADC099.

Background Color

.myBgColor { background-color: #ADC099; }

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

This div background color is #ADC099.

Border color

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

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

This div border color is #ADC099.

Opacity

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

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

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

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

This text has shadow with #ADC099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC099.

Preview

Color preview on black background

This text has color #ADC099 on black background.


Color preview on white background

This text has color #ADC099 on white background.


Black color preview on #ADC099 background

This text has black color on #ADC099 background.


White color preview on #ADC099 background

This text has white color on #ADC099 background.


Related colors

Complementary color

Complementary color for #hex is #523F66.


I love getcolorcode.com

Triadic colors

1 #99ADC0 and #C099AD with #ADC099 are triadic colors.

2 #99C0AD and #C0AD99 with #ADC099 are triadic colors.