COLOR #ADC2A5

HEX: #ADC2A5
RGB: (173,194,165)

Renk bilgisi

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

RGB renk modeli

#ADC2A5 color RGB value is (173,194,165).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 194 of 255 = 76%
B 165 of 255 = 65%

173
194
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 194 + 165 = 532 (100%)
R 173 of 532 ~ 32.52%
G 194 of 532 ~ 36.47%
B 165 of 532 ~ 31.02%

%32.52
%36.47
%31.02

CMYK RENK MODELİ

#ADC2A5 rengi CMYK tonu (11,0,15,24).

  • camgöbeği tonu 10.82%
  • eflatun tonu 0.00%
  • sarı tonu 14.95%
  • ana renk tonu 23.92%
CMYK:
(11,0,15,24)
C11M0Y15K24 
(11%,0%,15%,24%)
(0.11/0.00/0.15/0.24)	

CMYK yüzdeleri

%10.82
%0
%14.95
%23.92

Codes

Color #ADC2A5 in popluar color models

ADC2A5
RGB173194165
HSL103°19.21%70.39%
HSB/HSV103°14.95%76.08%
CMYK10.82%0.00%14.95%
23.92%

Color #ADC2A5 in popluar number systems.

HEXADC2A5
Decimal173194165
Binary101011011100001010100101
Octal255302245

Shades and tints

Shades of #ADC2A5

#ADC2A5
(173,194,165)
#9EB196
(158,177,150)
#8FA087
(143,160,135)
#808F78
(128,143,120)
#717E69
(113,126,105)
#626D5A
(98,109,90)
#535C4B
(83,92,75)
#444B3C
(68,75,60)
#353A2D
(53,58,45)
#26291E
(38,41,30)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #ADC2A5

#ADC2A5
(173,194,165)
#B4C7AD
(180,199,173)
#BBCCB5
(187,204,181)
#C2D1BD
(194,209,189)
#C9D6C5
(201,214,197)
#D0DBCD
(208,219,205)
#D7E0D5
(215,224,213)
#DEE5DD
(222,229,221)
#E5EAE5
(229,234,229)
#ECEFED
(236,239,237)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC2A5; }

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

This text font color is #ADC2A5.


Background Color

.myBgColor { background-color: #ADC2A5; }

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

This div background color is #ADC2A5.


Border color

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

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

This div border color is #ADC2A5.


Opacity

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

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

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

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

This text has shadow with #ADC2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC2A5 on black background.


Color preview on white background

This text has color #ADC2A5 on white background.



Black color preview on #ADC2A5 background

This text has black color on #ADC2A5 background.


White color preview on #ADC2A5 background

This text has white color on #ADC2A5 background.