COLOR #ADC48D

HEX: #ADC48D
RGB: (173,196,141)

Renk bilgisi

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

RGB renk modeli

#ADC48D color RGB value is (173,196,141).

  • kırmız ton 173;
  • yeşil ton 196;
  • mavi ton 141.
RGB:
(173,196,141)
(68%,77%,55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 196 of 255 = 77%
B 141 of 255 = 55%

173
196
141

R + G + B ~ 67%. #ADC48D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 196 + 141 = 510 (100%)
R 173 of 510 ~ 33.92%
G 196 of 510 ~ 38.43%
B 141 of 510 ~ 27.65%

%33.92
%38.43
%27.65

CMYK RENK MODELİ

#ADC48D rengi CMYK tonu (12,0,28,23).

  • camgöbeği tonu 11.73%
  • eflatun tonu 0.00%
  • sarı tonu 28.06%
  • ana renk tonu 23.14%
CMYK:
(12,0,28,23)
C12M0Y28K23 
(12%,0%,28%,23%)
(0.12/0.00/0.28/0.23)	

CMYK yüzdeleri

%11.73
%0
%28.06
%23.14

Codes

Color #ADC48D in popluar color models

ADC48D
RGB173196141
HSL85°31.79%66.08%
HSB/HSV85°28.06%76.86%
CMYK11.73%0.00%28.06%
23.14%

Color #ADC48D in popluar number systems.

HEXADC48D
Decimal173196141
Binary101011011100010010001101
Octal255304215

Shades and tints

Shades of #ADC48D

#ADC48D
(173,196,141)
#9EB381
(158,179,129)
#8FA275
(143,162,117)
#809169
(128,145,105)
#71805D
(113,128,93)
#626F51
(98,111,81)
#535E45
(83,94,69)
#444D39
(68,77,57)
#353C2D
(53,60,45)
#262B21
(38,43,33)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADC48D

#ADC48D
(173,196,141)
#B4C997
(180,201,151)
#BBCEA1
(187,206,161)
#C2D3AB
(194,211,171)
#C9D8B5
(201,216,181)
#D0DDBF
(208,221,191)
#D7E2C9
(215,226,201)
#DEE7D3
(222,231,211)
#E5ECDD
(229,236,221)
#ECF1E7
(236,241,231)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC48D color. Also use rgb(173,196,141) instead hex code.

Text Font Color

.myTextColor { color: #ADC48D; }

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

This text font color is #ADC48D.


Background Color

.myBgColor { background-color: #ADC48D; }

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

This div background color is #ADC48D.


Border color

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

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

This div border color is #ADC48D.


Opacity

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

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

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

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

This text has shadow with #ADC48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC48D on black background.


Color preview on white background

This text has color #ADC48D on white background.



Black color preview on #ADC48D background

This text has black color on #ADC48D background.


White color preview on #ADC48D background

This text has white color on #ADC48D background.