COLOR #ADB257

HEX: #ADB257
RGB: (173,178,87)

Renk bilgisi

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

RGB renk modeli

#ADB257 color RGB value is (173,178,87).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 87 of 255 = 34%

173
178
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 87 = 438 (100%)
R 173 of 438 ~ 39.5%
G 178 of 438 ~ 40.64%
B 87 of 438 ~ 19.86%

%39.5
%40.64
%19.86

CMYK RENK MODELİ

#ADB257 rengi CMYK tonu (3,0,51,30).

  • camgöbeği tonu 2.81%
  • eflatun tonu 0.00%
  • sarı tonu 51.12%
  • ana renk tonu 30.20%
CMYK:
(3,0,51,30)
C3M0Y51K30 
(3%,0%,51%,30%)
(0.03/0.00/0.51/0.30)	

CMYK yüzdeleri

%2.81
%0
%51.12
%30.2

Codes

Color #ADB257 in popluar color models

ADB257
RGB17317887
HSL63°37.14%51.96%
HSB/HSV63°51.12%69.80%
CMYK2.81%0.00%51.12%
30.20%

Color #ADB257 in popluar number systems.

HEXADB257
Decimal17317887
Binary10101101101100101010111
Octal255262127

Shades and tints

Shades of #ADB257

#ADB257
(173,178,87)
#9EA250
(158,162,80)
#8F9249
(143,146,73)
#808242
(128,130,66)
#71723B
(113,114,59)
#626234
(98,98,52)
#53522D
(83,82,45)
#444226
(68,66,38)
#35321F
(53,50,31)
#262218
(38,34,24)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #ADB257

#ADB257
(173,178,87)
#B4B966
(180,185,102)
#BBC075
(187,192,117)
#C2C784
(194,199,132)
#C9CE93
(201,206,147)
#D0D5A2
(208,213,162)
#D7DCB1
(215,220,177)
#DEE3C0
(222,227,192)
#E5EACF
(229,234,207)
#ECF1DE
(236,241,222)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB257; }

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

This text font color is #ADB257.


Background Color

.myBgColor { background-color: #ADB257; }

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

This div background color is #ADB257.


Border color

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

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

This div border color is #ADB257.


Opacity

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

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

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

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

This text has shadow with #ADB257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB257 on black background.


Color preview on white background

This text has color #ADB257 on white background.



Black color preview on #ADB257 background

This text has black color on #ADB257 background.


White color preview on #ADB257 background

This text has white color on #ADB257 background.