COLOR #ADB98E

HEX: #ADB98E
RGB: (173,185,142)

Renk bilgisi

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

RGB renk modeli

#ADB98E color RGB value is (173,185,142).

  • kırmız ton 173;
  • yeşil ton 185;
  • mavi ton 142.
RGB:
(173,185,142)
(68%,73%,56%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 185 of 255 = 73%
B 142 of 255 = 56%

173
185
142

R + G + B ~ 66%. #ADB98E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 185 + 142 = 500 (100%)
R 173 of 500 ~ 34.6%
G 185 of 500 ~ 37%
B 142 of 500 ~ 28.4%

%34.6
%37
%28.4

CMYK RENK MODELİ

#ADB98E rengi CMYK tonu (6,0,23,27).

  • camgöbeği tonu 6.49%
  • eflatun tonu 0.00%
  • sarı tonu 23.24%
  • ana renk tonu 27.45%
CMYK:
(6,0,23,27)
C6M0Y23K27 
(6%,0%,23%,27%)
(0.06/0.00/0.23/0.27)	

CMYK yüzdeleri

%6.49
%0
%23.24
%27.45

Codes

Color #ADB98E in popluar color models

ADB98E
RGB173185142
HSL77°23.50%64.12%
HSB/HSV77°23.24%72.55%
CMYK6.49%0.00%23.24%
27.45%

Color #ADB98E in popluar number systems.

HEXADB98E
Decimal173185142
Binary101011011011100110001110
Octal255271216

Shades and tints

Shades of #ADB98E

#ADB98E
(173,185,142)
#9EA982
(158,169,130)
#8F9976
(143,153,118)
#80896A
(128,137,106)
#71795E
(113,121,94)
#626952
(98,105,82)
#535946
(83,89,70)
#44493A
(68,73,58)
#35392E
(53,57,46)
#262922
(38,41,34)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADB98E

#ADB98E
(173,185,142)
#B4BF98
(180,191,152)
#BBC5A2
(187,197,162)
#C2CBAC
(194,203,172)
#C9D1B6
(201,209,182)
#D0D7C0
(208,215,192)
#D7DDCA
(215,221,202)
#DEE3D4
(222,227,212)
#E5E9DE
(229,233,222)
#ECEFE8
(236,239,232)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB98E color. Also use rgb(173,185,142) instead hex code.

Text Font Color

.myTextColor { color: #ADB98E; }

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

This text font color is #ADB98E.


Background Color

.myBgColor { background-color: #ADB98E; }

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

This div background color is #ADB98E.


Border color

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

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

This div border color is #ADB98E.


Opacity

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

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

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

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

This text has shadow with #ADB98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB98E on black background.


Color preview on white background

This text has color #ADB98E on white background.



Black color preview on #ADB98E background

This text has black color on #ADB98E background.


White color preview on #ADB98E background

This text has white color on #ADB98E background.