COLOR #ADB26C

HEX: #ADB26C
RGB: (173,178,108)

Renk bilgisi

#ADB26C contains mainly red and green colors. #ADB26C ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#ADB26C color RGB value is (173,178,108).

  • kırmız ton 173;
  • yeşil ton 178;
  • mavi ton 108.
RGB:
(173,178,108)
(68%,70%,42%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 108 of 255 = 42%

173
178
108

R + G + B ~ 60%. #ADB26C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 108 = 459 (100%)
R 173 of 459 ~ 37.69%
G 178 of 459 ~ 38.78%
B 108 of 459 ~ 23.53%

%37.69
%38.78
%23.53

CMYK RENK MODELİ

#ADB26C rengi CMYK tonu (3,0,39,30).

  • camgöbeği tonu 2.81%
  • eflatun tonu 0.00%
  • sarı tonu 39.33%
  • ana renk tonu 30.20%
CMYK:
(3,0,39,30)
C3M0Y39K30 
(3%,0%,39%,30%)
(0.03/0.00/0.39/0.30)	

CMYK yüzdeleri

%2.81
%0
%39.33
%30.2

Codes

Color #ADB26C in popluar color models

ADB26C
RGB173178108
HSL64°31.25%56.08%
HSB/HSV64°39.33%69.80%
CMYK2.81%0.00%39.33%
30.20%

Color #ADB26C in popluar number systems.

HEXADB26C
Decimal173178108
Binary10101101101100101101100
Octal255262154

Shades and tints

Shades of #ADB26C

#ADB26C
(173,178,108)
#9EA263
(158,162,99)
#8F925A
(143,146,90)
#808251
(128,130,81)
#717248
(113,114,72)
#62623F
(98,98,63)
#535236
(83,82,54)
#44422D
(68,66,45)
#353224
(53,50,36)
#26221B
(38,34,27)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #ADB26C

#ADB26C
(173,178,108)
#B4B979
(180,185,121)
#BBC086
(187,192,134)
#C2C793
(194,199,147)
#C9CEA0
(201,206,160)
#D0D5AD
(208,213,173)
#D7DCBA
(215,220,186)
#DEE3C7
(222,227,199)
#E5EAD4
(229,234,212)
#ECF1E1
(236,241,225)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB26C color. Also use rgb(173,178,108) instead hex code.

Text Font Color

.myTextColor { color: #ADB26C; }

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

This text font color is #ADB26C.


Background Color

.myBgColor { background-color: #ADB26C; }

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

This div background color is #ADB26C.


Border color

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

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

This div border color is #ADB26C.


Opacity

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

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

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

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

This text has shadow with #ADB26C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB26C on black background.


Color preview on white background

This text has color #ADB26C on white background.



Black color preview on #ADB26C background

This text has black color on #ADB26C background.


White color preview on #ADB26C background

This text has white color on #ADB26C background.