COLOR #ADB28D

HEX: #ADB28D
RGB: (173,178,141)

Renk bilgisi

#ADB28D contains red, green and blue colors in about the same proportion. #ADB28D ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#ADB28D color RGB value is (173,178,141).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 141 of 255 = 55%

173
178
141

R + G + B ~ 64%. #ADB28D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 141 = 492 (100%)
R 173 of 492 ~ 35.16%
G 178 of 492 ~ 36.18%
B 141 of 492 ~ 28.66%

%35.16
%36.18
%28.66

CMYK RENK MODELİ

#ADB28D rengi CMYK tonu (3,0,21,30).

  • camgöbeği tonu 2.81%
  • eflatun tonu 0.00%
  • sarı tonu 20.79%
  • ana renk tonu 30.20%
CMYK:
(3,0,21,30)
C3M0Y21K30 
(3%,0%,21%,30%)
(0.03/0.00/0.21/0.30)	

CMYK yüzdeleri

%2.81
%0
%20.79
%30.2

Codes

Color #ADB28D in popluar color models

ADB28D
RGB173178141
HSL68°19.37%62.55%
HSB/HSV68°20.79%69.80%
CMYK2.81%0.00%20.79%
30.20%

Color #ADB28D in popluar number systems.

HEXADB28D
Decimal173178141
Binary101011011011001010001101
Octal255262215

Shades and tints

Shades of #ADB28D

#ADB28D
(173,178,141)
#9EA281
(158,162,129)
#8F9275
(143,146,117)
#808269
(128,130,105)
#71725D
(113,114,93)
#626251
(98,98,81)
#535245
(83,82,69)
#444239
(68,66,57)
#35322D
(53,50,45)
#262221
(38,34,33)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #ADB28D

#ADB28D
(173,178,141)
#B4B997
(180,185,151)
#BBC0A1
(187,192,161)
#C2C7AB
(194,199,171)
#C9CEB5
(201,206,181)
#D0D5BF
(208,213,191)
#D7DCC9
(215,220,201)
#DEE3D3
(222,227,211)
#E5EADD
(229,234,221)
#ECF1E7
(236,241,231)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB28D; }

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

This text font color is #ADB28D.


Background Color

.myBgColor { background-color: #ADB28D; }

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

This div background color is #ADB28D.


Border color

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

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

This div border color is #ADB28D.


Opacity

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

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

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

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

This text has shadow with #ADB28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB28D on black background.


Color preview on white background

This text has color #ADB28D on white background.



Black color preview on #ADB28D background

This text has black color on #ADB28D background.


White color preview on #ADB28D background

This text has white color on #ADB28D background.