COLOR #ADB790

HEX: #ADB790
RGB: (173,183,144)

Renk bilgisi

#ADB790 contains red, green and blue colors in about the same proportion. #ADB790 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADB790 color RGB value is (173,183,144).

  • kırmız ton 173;
  • yeşil ton 183;
  • mavi ton 144.
RGB:
(173,183,144)
(68%,72%,56%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 183 of 255 = 72%
B 144 of 255 = 56%

173
183
144

R + G + B ~ 65%. #ADB790 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 183 + 144 = 500 (100%)
R 173 of 500 ~ 34.6%
G 183 of 500 ~ 36.6%
B 144 of 500 ~ 28.8%

%34.6
%36.6
%28.8

CMYK RENK MODELİ

#ADB790 rengi CMYK tonu (5,0,21,28).

  • camgöbeği tonu 5.46%
  • eflatun tonu 0.00%
  • sarı tonu 21.31%
  • ana renk tonu 28.24%
CMYK:
(5,0,21,28)
C5M0Y21K28 
(5%,0%,21%,28%)
(0.05/0.00/0.21/0.28)	

CMYK yüzdeleri

%5.46
%0
%21.31
%28.24

Codes

Color #ADB790 in popluar color models

ADB790
RGB173183144
HSL75°21.31%64.12%
HSB/HSV75°21.31%71.76%
CMYK5.46%0.00%21.31%
28.24%

Color #ADB790 in popluar number systems.

HEXADB790
Decimal173183144
Binary101011011011011110010000
Octal255267220

Shades and tints

Shades of #ADB790

#ADB790
(173,183,144)
#9EA783
(158,167,131)
#8F9776
(143,151,118)
#808769
(128,135,105)
#71775C
(113,119,92)
#62674F
(98,103,79)
#535742
(83,87,66)
#444735
(68,71,53)
#353728
(53,55,40)
#26271B
(38,39,27)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #ADB790

#ADB790
(173,183,144)
#B4BD9A
(180,189,154)
#BBC3A4
(187,195,164)
#C2C9AE
(194,201,174)
#C9CFB8
(201,207,184)
#D0D5C2
(208,213,194)
#D7DBCC
(215,219,204)
#DEE1D6
(222,225,214)
#E5E7E0
(229,231,224)
#ECEDEA
(236,237,234)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB790 color. Also use rgb(173,183,144) instead hex code.

Text Font Color

.myTextColor { color: #ADB790; }

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

This text font color is #ADB790.


Background Color

.myBgColor { background-color: #ADB790; }

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

This div background color is #ADB790.


Border color

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

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

This div border color is #ADB790.


Opacity

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

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

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

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

This text has shadow with #ADB790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB790 on black background.


Color preview on white background

This text has color #ADB790 on white background.



Black color preview on #ADB790 background

This text has black color on #ADB790 background.


White color preview on #ADB790 background

This text has white color on #ADB790 background.