COLOR #ADBD7B

HEX: #ADBD7B
RGB: (173,189,123)

Renk bilgisi

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

RGB renk modeli

#ADBD7B color RGB value is (173,189,123).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 189 of 255 = 74%
B 123 of 255 = 48%

173
189
123

R + G + B ~ 63%. #ADBD7B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 189 + 123 = 485 (100%)
R 173 of 485 ~ 35.67%
G 189 of 485 ~ 38.97%
B 123 of 485 ~ 25.36%

%35.67
%38.97
%25.36

CMYK RENK MODELİ

#ADBD7B rengi CMYK tonu (8,0,35,26).

  • camgöbeği tonu 8.47%
  • eflatun tonu 0.00%
  • sarı tonu 34.92%
  • ana renk tonu 25.88%
CMYK:
(8,0,35,26)
C8M0Y35K26 
(8%,0%,35%,26%)
(0.08/0.00/0.35/0.26)	

CMYK yüzdeleri

%8.47
%0
%34.92
%25.88

Codes

Color #ADBD7B in popluar color models

ADBD7B
RGB173189123
HSL75°33.33%61.18%
HSB/HSV75°34.92%74.12%
CMYK8.47%0.00%34.92%
25.88%

Color #ADBD7B in popluar number systems.

HEXADBD7B
Decimal173189123
Binary10101101101111011111011
Octal255275173

Shades and tints

Shades of #ADBD7B

#ADBD7B
(173,189,123)
#9EAC70
(158,172,112)
#8F9B65
(143,155,101)
#808A5A
(128,138,90)
#71794F
(113,121,79)
#626844
(98,104,68)
#535739
(83,87,57)
#44462E
(68,70,46)
#353523
(53,53,35)
#262418
(38,36,24)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #ADBD7B

#ADBD7B
(173,189,123)
#B4C387
(180,195,135)
#BBC993
(187,201,147)
#C2CF9F
(194,207,159)
#C9D5AB
(201,213,171)
#D0DBB7
(208,219,183)
#D7E1C3
(215,225,195)
#DEE7CF
(222,231,207)
#E5EDDB
(229,237,219)
#ECF3E7
(236,243,231)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBD7B; }

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

This text font color is #ADBD7B.


Background Color

.myBgColor { background-color: #ADBD7B; }

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

This div background color is #ADBD7B.


Border color

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

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

This div border color is #ADBD7B.


Opacity

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

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

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

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

This text has shadow with #ADBD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBD7B on black background.


Color preview on white background

This text has color #ADBD7B on white background.



Black color preview on #ADBD7B background

This text has black color on #ADBD7B background.


White color preview on #ADBD7B background

This text has white color on #ADBD7B background.