COLOR #ADBB4F

HEX: #ADBB4F
RGB: (173,187,79)

Renk bilgisi

#ADBB4F contains mainly red and green colors. #ADBB4F ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ADBB4F color RGB value is (173,187,79).

  • kırmız ton 173;
  • yeşil ton 187;
  • mavi ton 79.
RGB:
(173,187,79)
(68%,73%,31%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 187 of 255 = 73%
B 79 of 255 = 31%

173
187
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 187 + 79 = 439 (100%)
R 173 of 439 ~ 39.41%
G 187 of 439 ~ 42.6%
B 79 of 439 ~ 18%

%39.41
%42.6
%18

CMYK RENK MODELİ

#ADBB4F rengi CMYK tonu (7,0,58,27).

  • camgöbeği tonu 7.49%
  • eflatun tonu 0.00%
  • sarı tonu 57.75%
  • ana renk tonu 26.67%
CMYK:
(7,0,58,27)
C7M0Y58K27 
(7%,0%,58%,27%)
(0.07/0.00/0.58/0.27)	

CMYK yüzdeleri

%7.49
%0
%57.75
%26.67

Codes

Color #ADBB4F in popluar color models

ADBB4F
RGB17318779
HSL68°44.26%52.16%
HSB/HSV68°57.75%73.33%
CMYK7.49%0.00%57.75%
26.67%

Color #ADBB4F in popluar number systems.

HEXADBB4F
Decimal17318779
Binary10101101101110111001111
Octal255273117

Shades and tints

Shades of #ADBB4F

#ADBB4F
(173,187,79)
#9EAA48
(158,170,72)
#8F9941
(143,153,65)
#80883A
(128,136,58)
#717733
(113,119,51)
#62662C
(98,102,44)
#535525
(83,85,37)
#44441E
(68,68,30)
#353317
(53,51,23)
#262210
(38,34,16)
#171109
(23,17,9)
#000000
(0,0,0)

Tints of #ADBB4F

#ADBB4F
(173,187,79)
#B4C15F
(180,193,95)
#BBC76F
(187,199,111)
#C2CD7F
(194,205,127)
#C9D38F
(201,211,143)
#D0D99F
(208,217,159)
#D7DFAF
(215,223,175)
#DEE5BF
(222,229,191)
#E5EBCF
(229,235,207)
#ECF1DF
(236,241,223)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBB4F color. Also use rgb(173,187,79) instead hex code.

Text Font Color

.myTextColor { color: #ADBB4F; }

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

This text font color is #ADBB4F.


Background Color

.myBgColor { background-color: #ADBB4F; }

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

This div background color is #ADBB4F.


Border color

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

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

This div border color is #ADBB4F.


Opacity

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

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

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

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

This text has shadow with #ADBB4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBB4F on black background.


Color preview on white background

This text has color #ADBB4F on white background.



Black color preview on #ADBB4F background

This text has black color on #ADBB4F background.


White color preview on #ADBB4F background

This text has white color on #ADBB4F background.