COLOR #ADBB70

HEX: #ADBB70
RGB: (173,187,112)

Renk bilgisi

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

RGB renk modeli

#ADBB70 color RGB value is (173,187,112).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 187 of 255 = 73%
B 112 of 255 = 44%

173
187
112

R + G + B ~ 62%. #ADBB70 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 187 + 112 = 472 (100%)
R 173 of 472 ~ 36.65%
G 187 of 472 ~ 39.62%
B 112 of 472 ~ 23.73%

%36.65
%39.62
%23.73

CMYK RENK MODELİ

#ADBB70 rengi CMYK tonu (7,0,40,27).

  • camgöbeği tonu 7.49%
  • eflatun tonu 0.00%
  • sarı tonu 40.11%
  • ana renk tonu 26.67%
CMYK:
(7,0,40,27)
C7M0Y40K27 
(7%,0%,40%,27%)
(0.07/0.00/0.40/0.27)	

CMYK yüzdeleri

%7.49
%0
%40.11
%26.67

Codes

Color #ADBB70 in popluar color models

ADBB70
RGB173187112
HSL71°35.55%58.63%
HSB/HSV71°40.11%73.33%
CMYK7.49%0.00%40.11%
26.67%

Color #ADBB70 in popluar number systems.

HEXADBB70
Decimal173187112
Binary10101101101110111110000
Octal255273160

Shades and tints

Shades of #ADBB70

#ADBB70
(173,187,112)
#9EAA66
(158,170,102)
#8F995C
(143,153,92)
#808852
(128,136,82)
#717748
(113,119,72)
#62663E
(98,102,62)
#535534
(83,85,52)
#44442A
(68,68,42)
#353320
(53,51,32)
#262216
(38,34,22)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #ADBB70

#ADBB70
(173,187,112)
#B4C17D
(180,193,125)
#BBC78A
(187,199,138)
#C2CD97
(194,205,151)
#C9D3A4
(201,211,164)
#D0D9B1
(208,217,177)
#D7DFBE
(215,223,190)
#DEE5CB
(222,229,203)
#E5EBD8
(229,235,216)
#ECF1E5
(236,241,229)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBB70; }

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

This text font color is #ADBB70.


Background Color

.myBgColor { background-color: #ADBB70; }

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

This div background color is #ADBB70.


Border color

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

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

This div border color is #ADBB70.


Opacity

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

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

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

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

This text has shadow with #ADBB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBB70 on black background.


Color preview on white background

This text has color #ADBB70 on white background.



Black color preview on #ADBB70 background

This text has black color on #ADBB70 background.


White color preview on #ADBB70 background

This text has white color on #ADBB70 background.