COLOR #ADB198

HEX: #ADB198
RGB: (173,177,152)

Renk bilgisi

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

RGB renk modeli

#ADB198 color RGB value is (173,177,152).

  • kırmız ton 173;
  • yeşil ton 177;
  • mavi ton 152.
RGB:
(173,177,152)
(68%,69%,60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 177 of 255 = 69%
B 152 of 255 = 60%

173
177
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 177 + 152 = 502 (100%)
R 173 of 502 ~ 34.46%
G 177 of 502 ~ 35.26%
B 152 of 502 ~ 30.28%

%34.46
%35.26
%30.28

CMYK RENK MODELİ

#ADB198 rengi CMYK tonu (2,0,14,31).

  • camgöbeği tonu 2.26%
  • eflatun tonu 0.00%
  • sarı tonu 14.12%
  • ana renk tonu 30.59%
CMYK:
(2,0,14,31)
C2M0Y14K31 
(2%,0%,14%,31%)
(0.02/0.00/0.14/0.31)	

CMYK yüzdeleri

%2.26
%0
%14.12
%30.59

Codes

Color #ADB198 in popluar color models

ADB198
RGB173177152
HSL70°13.81%64.51%
HSB/HSV70°14.12%69.41%
CMYK2.26%0.00%14.12%
30.59%

Color #ADB198 in popluar number systems.

HEXADB198
Decimal173177152
Binary101011011011000110011000
Octal255261230

Shades and tints

Shades of #ADB198

#ADB198
(173,177,152)
#9EA18B
(158,161,139)
#8F917E
(143,145,126)
#808171
(128,129,113)
#717164
(113,113,100)
#626157
(98,97,87)
#53514A
(83,81,74)
#44413D
(68,65,61)
#353130
(53,49,48)
#262123
(38,33,35)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #ADB198

#ADB198
(173,177,152)
#B4B8A1
(180,184,161)
#BBBFAA
(187,191,170)
#C2C6B3
(194,198,179)
#C9CDBC
(201,205,188)
#D0D4C5
(208,212,197)
#D7DBCE
(215,219,206)
#DEE2D7
(222,226,215)
#E5E9E0
(229,233,224)
#ECF0E9
(236,240,233)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB198 color. Also use rgb(173,177,152) instead hex code.

Text Font Color

.myTextColor { color: #ADB198; }

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

This text font color is #ADB198.


Background Color

.myBgColor { background-color: #ADB198; }

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

This div background color is #ADB198.


Border color

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

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

This div border color is #ADB198.


Opacity

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

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

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

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

This text has shadow with #ADB198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB198 on black background.


Color preview on white background

This text has color #ADB198 on white background.



Black color preview on #ADB198 background

This text has black color on #ADB198 background.


White color preview on #ADB198 background

This text has white color on #ADB198 background.