COLOR #ADBC88

HEX: #ADBC88
RGB: (173,188,136)

Renk bilgisi

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

RGB renk modeli

#ADBC88 color RGB value is (173,188,136).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 188 of 255 = 74%
B 136 of 255 = 53%

173
188
136

R + G + B ~ 65%. #ADBC88 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 188 + 136 = 497 (100%)
R 173 of 497 ~ 34.81%
G 188 of 497 ~ 37.83%
B 136 of 497 ~ 27.36%

%34.81
%37.83
%27.36

CMYK RENK MODELİ

#ADBC88 rengi CMYK tonu (8,0,28,26).

  • camgöbeği tonu 7.98%
  • eflatun tonu 0.00%
  • sarı tonu 27.66%
  • ana renk tonu 26.27%
CMYK:
(8,0,28,26)
C8M0Y28K26 
(8%,0%,28%,26%)
(0.08/0.00/0.28/0.26)	

CMYK yüzdeleri

%7.98
%0
%27.66
%26.27

Codes

Color #ADBC88 in popluar color models

ADBC88
RGB173188136
HSL77°27.96%63.53%
HSB/HSV77°27.66%73.73%
CMYK7.98%0.00%27.66%
26.27%

Color #ADBC88 in popluar number systems.

HEXADBC88
Decimal173188136
Binary101011011011110010001000
Octal255274210

Shades and tints

Shades of #ADBC88

#ADBC88
(173,188,136)
#9EAB7C
(158,171,124)
#8F9A70
(143,154,112)
#808964
(128,137,100)
#717858
(113,120,88)
#62674C
(98,103,76)
#535640
(83,86,64)
#444534
(68,69,52)
#353428
(53,52,40)
#26231C
(38,35,28)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #ADBC88

#ADBC88
(173,188,136)
#B4C292
(180,194,146)
#BBC89C
(187,200,156)
#C2CEA6
(194,206,166)
#C9D4B0
(201,212,176)
#D0DABA
(208,218,186)
#D7E0C4
(215,224,196)
#DEE6CE
(222,230,206)
#E5ECD8
(229,236,216)
#ECF2E2
(236,242,226)
#F3F8EC
(243,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBC88; }

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

This text font color is #ADBC88.


Background Color

.myBgColor { background-color: #ADBC88; }

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

This div background color is #ADBC88.


Border color

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

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

This div border color is #ADBC88.


Opacity

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

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

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

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

This text has shadow with #ADBC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBC88 on black background.


Color preview on white background

This text has color #ADBC88 on white background.



Black color preview on #ADBC88 background

This text has black color on #ADBC88 background.


White color preview on #ADBC88 background

This text has white color on #ADBC88 background.