COLOR #ADC5A1

HEX: #ADC5A1
RGB: (173,197,161)

Renk bilgisi

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

RGB renk modeli

#ADC5A1 color RGB value is (173,197,161).

  • kırmız ton 173;
  • yeşil ton 197;
  • mavi ton 161.
RGB:
(173,197,161)
(68%,77%,63%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 197 of 255 = 77%
B 161 of 255 = 63%

173
197
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 197 + 161 = 531 (100%)
R 173 of 531 ~ 32.58%
G 197 of 531 ~ 37.1%
B 161 of 531 ~ 30.32%

%32.58
%37.1
%30.32

CMYK RENK MODELİ

#ADC5A1 rengi CMYK tonu (12,0,18,23).

  • camgöbeği tonu 12.18%
  • eflatun tonu 0.00%
  • sarı tonu 18.27%
  • ana renk tonu 22.75%
CMYK:
(12,0,18,23)
C12M0Y18K23 
(12%,0%,18%,23%)
(0.12/0.00/0.18/0.23)	

CMYK yüzdeleri

%12.18
%0
%18.27
%22.75

Codes

Color #ADC5A1 in popluar color models

ADC5A1
RGB173197161
HSL100°23.68%70.20%
HSB/HSV100°18.27%77.25%
CMYK12.18%0.00%18.27%
22.75%

Color #ADC5A1 in popluar number systems.

HEXADC5A1
Decimal173197161
Binary101011011100010110100001
Octal255305241

Shades and tints

Shades of #ADC5A1

#ADC5A1
(173,197,161)
#9EB493
(158,180,147)
#8FA385
(143,163,133)
#809277
(128,146,119)
#718169
(113,129,105)
#62705B
(98,112,91)
#535F4D
(83,95,77)
#444E3F
(68,78,63)
#353D31
(53,61,49)
#262C23
(38,44,35)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #ADC5A1

#ADC5A1
(173,197,161)
#B4CAA9
(180,202,169)
#BBCFB1
(187,207,177)
#C2D4B9
(194,212,185)
#C9D9C1
(201,217,193)
#D0DEC9
(208,222,201)
#D7E3D1
(215,227,209)
#DEE8D9
(222,232,217)
#E5EDE1
(229,237,225)
#ECF2E9
(236,242,233)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC5A1 color. Also use rgb(173,197,161) instead hex code.

Text Font Color

.myTextColor { color: #ADC5A1; }

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

This text font color is #ADC5A1.


Background Color

.myBgColor { background-color: #ADC5A1; }

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

This div background color is #ADC5A1.


Border color

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

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

This div border color is #ADC5A1.


Opacity

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

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

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

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

This text has shadow with #ADC5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC5A1 on black background.


Color preview on white background

This text has color #ADC5A1 on white background.



Black color preview on #ADC5A1 background

This text has black color on #ADC5A1 background.


White color preview on #ADC5A1 background

This text has white color on #ADC5A1 background.