COLOR #ADC2AA

HEX: #ADC2AA
RGB: (173,194,170)

Renk bilgisi

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

RGB renk modeli

#ADC2AA color RGB value is (173,194,170).

  • kırmız ton 173;
  • yeşil ton 194;
  • mavi ton 170.
RGB:
(173,194,170)
(68%,76%,67%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 194 of 255 = 76%
B 170 of 255 = 67%

173
194
170

R + G + B ~ 70%. #ADC2AA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 194 + 170 = 537 (100%)
R 173 of 537 ~ 32.22%
G 194 of 537 ~ 36.13%
B 170 of 537 ~ 31.66%

%32.22
%36.13
%31.66

CMYK RENK MODELİ

#ADC2AA rengi CMYK tonu (11,0,12,24).

  • camgöbeği tonu 10.82%
  • eflatun tonu 0.00%
  • sarı tonu 12.37%
  • ana renk tonu 23.92%
CMYK:
(11,0,12,24)
C11M0Y12K24 
(11%,0%,12%,24%)
(0.11/0.00/0.12/0.24)	

CMYK yüzdeleri

%10.82
%0
%12.37
%23.92

Codes

Color #ADC2AA in popluar color models

ADC2AA
RGB173194170
HSL113°16.44%71.37%
HSB/HSV113°12.37%76.08%
CMYK10.82%0.00%12.37%
23.92%

Color #ADC2AA in popluar number systems.

HEXADC2AA
Decimal173194170
Binary101011011100001010101010
Octal255302252

Shades and tints

Shades of #ADC2AA

#ADC2AA
(173,194,170)
#9EB19B
(158,177,155)
#8FA08C
(143,160,140)
#808F7D
(128,143,125)
#717E6E
(113,126,110)
#626D5F
(98,109,95)
#535C50
(83,92,80)
#444B41
(68,75,65)
#353A32
(53,58,50)
#262923
(38,41,35)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #ADC2AA

#ADC2AA
(173,194,170)
#B4C7B1
(180,199,177)
#BBCCB8
(187,204,184)
#C2D1BF
(194,209,191)
#C9D6C6
(201,214,198)
#D0DBCD
(208,219,205)
#D7E0D4
(215,224,212)
#DEE5DB
(222,229,219)
#E5EAE2
(229,234,226)
#ECEFE9
(236,239,233)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC2AA color. Also use rgb(173,194,170) instead hex code.

Text Font Color

.myTextColor { color: #ADC2AA; }

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

This text font color is #ADC2AA.


Background Color

.myBgColor { background-color: #ADC2AA; }

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

This div background color is #ADC2AA.


Border color

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

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

This div border color is #ADC2AA.


Opacity

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

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

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

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

This text has shadow with #ADC2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC2AA on black background.


Color preview on white background

This text has color #ADC2AA on white background.



Black color preview on #ADC2AA background

This text has black color on #ADC2AA background.


White color preview on #ADC2AA background

This text has white color on #ADC2AA background.