COLOR #ADBC9E

HEX: #ADBC9E
RGB: (173,188,158)

Renk bilgisi

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

RGB renk modeli

#ADBC9E color RGB value is (173,188,158).

  • kırmız ton 173;
  • yeşil ton 188;
  • mavi ton 158.
RGB:
(173,188,158)
(68%,74%,62%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 188 of 255 = 74%
B 158 of 255 = 62%

173
188
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 188 + 158 = 519 (100%)
R 173 of 519 ~ 33.33%
G 188 of 519 ~ 36.22%
B 158 of 519 ~ 30.44%

%33.33
%36.22
%30.44

CMYK RENK MODELİ

#ADBC9E rengi CMYK tonu (8,0,16,26).

  • camgöbeği tonu 7.98%
  • eflatun tonu 0.00%
  • sarı tonu 15.96%
  • ana renk tonu 26.27%
CMYK:
(8,0,16,26)
C8M0Y16K26 
(8%,0%,16%,26%)
(0.08/0.00/0.16/0.26)	

CMYK yüzdeleri

%7.98
%0
%15.96
%26.27

Codes

Color #ADBC9E in popluar color models

ADBC9E
RGB173188158
HSL90°18.29%67.84%
HSB/HSV90°15.96%73.73%
CMYK7.98%0.00%15.96%
26.27%

Color #ADBC9E in popluar number systems.

HEXADBC9E
Decimal173188158
Binary101011011011110010011110
Octal255274236

Shades and tints

Shades of #ADBC9E

#ADBC9E
(173,188,158)
#9EAB90
(158,171,144)
#8F9A82
(143,154,130)
#808974
(128,137,116)
#717866
(113,120,102)
#626758
(98,103,88)
#53564A
(83,86,74)
#44453C
(68,69,60)
#35342E
(53,52,46)
#262320
(38,35,32)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #ADBC9E

#ADBC9E
(173,188,158)
#B4C2A6
(180,194,166)
#BBC8AE
(187,200,174)
#C2CEB6
(194,206,182)
#C9D4BE
(201,212,190)
#D0DAC6
(208,218,198)
#D7E0CE
(215,224,206)
#DEE6D6
(222,230,214)
#E5ECDE
(229,236,222)
#ECF2E6
(236,242,230)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBC9E color. Also use rgb(173,188,158) instead hex code.

Text Font Color

.myTextColor { color: #ADBC9E; }

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

This text font color is #ADBC9E.


Background Color

.myBgColor { background-color: #ADBC9E; }

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

This div background color is #ADBC9E.


Border color

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

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

This div border color is #ADBC9E.


Opacity

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

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

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

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

This text has shadow with #ADBC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBC9E on black background.


Color preview on white background

This text has color #ADBC9E on white background.



Black color preview on #ADBC9E background

This text has black color on #ADBC9E background.


White color preview on #ADBC9E background

This text has white color on #ADBC9E background.