COLOR #ADBD46

HEX: #ADBD46
RGB: (173,189,70)

Renk bilgisi

#ADBD46 contains mainly red and green colors. #ADBD46 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#ADBD46 color RGB value is (173,189,70).

  • kırmız ton 173;
  • yeşil ton 189;
  • mavi ton 70.
RGB:
(173,189,70)
(68%,74%,27%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 189 of 255 = 74%
B 70 of 255 = 27%

173
189
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 189 + 70 = 432 (100%)
R 173 of 432 ~ 40.05%
G 189 of 432 ~ 43.75%
B 70 of 432 ~ 16.2%

%40.05
%43.75
%16.2

CMYK RENK MODELİ

#ADBD46 rengi CMYK tonu (8,0,63,26).

  • camgöbeği tonu 8.47%
  • eflatun tonu 0.00%
  • sarı tonu 62.96%
  • ana renk tonu 25.88%
CMYK:
(8,0,63,26)
C8M0Y63K26 
(8%,0%,63%,26%)
(0.08/0.00/0.63/0.26)	

CMYK yüzdeleri

%8.47
%0
%62.96
%25.88

Codes

Color #ADBD46 in popluar color models

ADBD46
RGB17318970
HSL68°47.41%50.78%
HSB/HSV68°62.96%74.12%
CMYK8.47%0.00%62.96%
25.88%

Color #ADBD46 in popluar number systems.

HEXADBD46
Decimal17318970
Binary10101101101111011000110
Octal255275106

Shades and tints

Shades of #ADBD46

#ADBD46
(173,189,70)
#9EAC40
(158,172,64)
#8F9B3A
(143,155,58)
#808A34
(128,138,52)
#71792E
(113,121,46)
#626828
(98,104,40)
#535722
(83,87,34)
#44461C
(68,70,28)
#353516
(53,53,22)
#262410
(38,36,16)
#17130A
(23,19,10)
#000000
(0,0,0)

Tints of #ADBD46

#ADBD46
(173,189,70)
#B4C356
(180,195,86)
#BBC966
(187,201,102)
#C2CF76
(194,207,118)
#C9D586
(201,213,134)
#D0DB96
(208,219,150)
#D7E1A6
(215,225,166)
#DEE7B6
(222,231,182)
#E5EDC6
(229,237,198)
#ECF3D6
(236,243,214)
#F3F9E6
(243,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBD46 color. Also use rgb(173,189,70) instead hex code.

Text Font Color

.myTextColor { color: #ADBD46; }

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

This text font color is #ADBD46.


Background Color

.myBgColor { background-color: #ADBD46; }

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

This div background color is #ADBD46.


Border color

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

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

This div border color is #ADBD46.


Opacity

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

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

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

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

This text has shadow with #ADBD46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBD46 on black background.


Color preview on white background

This text has color #ADBD46 on white background.



Black color preview on #ADBD46 background

This text has black color on #ADBD46 background.


White color preview on #ADBD46 background

This text has white color on #ADBD46 background.