COLOR #ADAE97

HEX: #ADAE97
RGB: (173,174,151)

Renk bilgisi

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

RGB renk modeli

#ADAE97 color RGB value is (173,174,151).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 174 of 255 = 68%
B 151 of 255 = 59%

173
174
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 174 + 151 = 498 (100%)
R 173 of 498 ~ 34.74%
G 174 of 498 ~ 34.94%
B 151 of 498 ~ 30.32%

%34.74
%34.94
%30.32

CMYK RENK MODELİ

#ADAE97 rengi CMYK tonu (1,0,13,32).

  • camgöbeği tonu 0.57%
  • eflatun tonu 0.00%
  • sarı tonu 13.22%
  • ana renk tonu 31.76%
CMYK:
(1,0,13,32)
C1M0Y13K32 
(1%,0%,13%,32%)
(0.01/0.00/0.13/0.32)	

CMYK yüzdeleri

%0.57
%0
%13.22
%31.76

Codes

Color #ADAE97 in popluar color models

ADAE97
RGB173174151
HSL63°12.43%63.73%
HSB/HSV63°13.22%68.24%
CMYK0.57%0.00%13.22%
31.76%

Color #ADAE97 in popluar number systems.

HEXADAE97
Decimal173174151
Binary101011011010111010010111
Octal255256227

Shades and tints

Shades of #ADAE97

#ADAE97
(173,174,151)
#9E9F8A
(158,159,138)
#8F907D
(143,144,125)
#808170
(128,129,112)
#717263
(113,114,99)
#626356
(98,99,86)
#535449
(83,84,73)
#44453C
(68,69,60)
#35362F
(53,54,47)
#262722
(38,39,34)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #ADAE97

#ADAE97
(173,174,151)
#B4B5A0
(180,181,160)
#BBBCA9
(187,188,169)
#C2C3B2
(194,195,178)
#C9CABB
(201,202,187)
#D0D1C4
(208,209,196)
#D7D8CD
(215,216,205)
#DEDFD6
(222,223,214)
#E5E6DF
(229,230,223)
#ECEDE8
(236,237,232)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAE97; }

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

This text font color is #ADAE97.


Background Color

.myBgColor { background-color: #ADAE97; }

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

This div background color is #ADAE97.


Border color

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

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

This div border color is #ADAE97.


Opacity

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

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

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

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

This text has shadow with #ADAE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAE97 on black background.


Color preview on white background

This text has color #ADAE97 on white background.



Black color preview on #ADAE97 background

This text has black color on #ADAE97 background.


White color preview on #ADAE97 background

This text has white color on #ADAE97 background.