COLOR #ADB197

HEX: #ADB197
RGB: (173,177,151)

Renk bilgisi

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

RGB renk modeli

#ADB197 color RGB value is (173,177,151).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 177 of 255 = 69%
B 151 of 255 = 59%

173
177
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 177 + 151 = 501 (100%)
R 173 of 501 ~ 34.53%
G 177 of 501 ~ 35.33%
B 151 of 501 ~ 30.14%

%34.53
%35.33
%30.14

CMYK RENK MODELİ

#ADB197 rengi CMYK tonu (2,0,15,31).

  • camgöbeği tonu 2.26%
  • eflatun tonu 0.00%
  • sarı tonu 14.69%
  • ana renk tonu 30.59%
CMYK:
(2,0,15,31)
C2M0Y15K31 
(2%,0%,15%,31%)
(0.02/0.00/0.15/0.31)	

CMYK yüzdeleri

%2.26
%0
%14.69
%30.59

Codes

Color #ADB197 in popluar color models

ADB197
RGB173177151
HSL69°14.29%64.31%
HSB/HSV69°14.69%69.41%
CMYK2.26%0.00%14.69%
30.59%

Color #ADB197 in popluar number systems.

HEXADB197
Decimal173177151
Binary101011011011000110010111
Octal255261227

Shades and tints

Shades of #ADB197

#ADB197
(173,177,151)
#9EA18A
(158,161,138)
#8F917D
(143,145,125)
#808170
(128,129,112)
#717163
(113,113,99)
#626156
(98,97,86)
#535149
(83,81,73)
#44413C
(68,65,60)
#35312F
(53,49,47)
#262122
(38,33,34)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #ADB197

#ADB197
(173,177,151)
#B4B8A0
(180,184,160)
#BBBFA9
(187,191,169)
#C2C6B2
(194,198,178)
#C9CDBB
(201,205,187)
#D0D4C4
(208,212,196)
#D7DBCD
(215,219,205)
#DEE2D6
(222,226,214)
#E5E9DF
(229,233,223)
#ECF0E8
(236,240,232)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB197; }

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

This text font color is #ADB197.


Background Color

.myBgColor { background-color: #ADB197; }

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

This div background color is #ADB197.


Border color

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

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

This div border color is #ADB197.


Opacity

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

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

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

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

This text has shadow with #ADB197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB197 on black background.


Color preview on white background

This text has color #ADB197 on white background.



Black color preview on #ADB197 background

This text has black color on #ADB197 background.


White color preview on #ADB197 background

This text has white color on #ADB197 background.