COLOR #ADA69B

HEX: #ADA69B
RGB: (173,166,155)

Renk bilgisi

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

RGB renk modeli

#ADA69B color RGB value is (173,166,155).

  • kırmız ton 173;
  • yeşil ton 166;
  • mavi ton 155.
RGB:
(173,166,155)
(68%,65%,61%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 166 of 255 = 65%
B 155 of 255 = 61%

173
166
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 166 + 155 = 494 (100%)
R 173 of 494 ~ 35.02%
G 166 of 494 ~ 33.6%
B 155 of 494 ~ 31.38%

%35.02
%33.6
%31.38

CMYK RENK MODELİ

#ADA69B rengi CMYK tonu (0,4,10,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.05%
  • sarı tonu 10.40%
  • ana renk tonu 32.16%
CMYK:
(0,4,10,32)
C0M4Y10K32 
(0%,4%,10%,32%)
(0.00/0.04/0.10/0.32)	

CMYK yüzdeleri

%0
%4.05
%10.4
%32.16

Codes

Color #ADA69B in popluar color models

ADA69B
RGB173166155
HSL37°9.89%64.31%
HSB/HSV37°10.40%67.84%
CMYK0.00%4.05%10.40%
32.16%

Color #ADA69B in popluar number systems.

HEXADA69B
Decimal173166155
Binary101011011010011010011011
Octal255246233

Shades and tints

Shades of #ADA69B

#ADA69B
(173,166,155)
#9E978D
(158,151,141)
#8F887F
(143,136,127)
#807971
(128,121,113)
#716A63
(113,106,99)
#625B55
(98,91,85)
#534C47
(83,76,71)
#443D39
(68,61,57)
#352E2B
(53,46,43)
#261F1D
(38,31,29)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #ADA69B

#ADA69B
(173,166,155)
#B4AEA4
(180,174,164)
#BBB6AD
(187,182,173)
#C2BEB6
(194,190,182)
#C9C6BF
(201,198,191)
#D0CEC8
(208,206,200)
#D7D6D1
(215,214,209)
#DEDEDA
(222,222,218)
#E5E6E3
(229,230,227)
#ECEEEC
(236,238,236)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA69B color. Also use rgb(173,166,155) instead hex code.

Text Font Color

.myTextColor { color: #ADA69B; }

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

This text font color is #ADA69B.


Background Color

.myBgColor { background-color: #ADA69B; }

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

This div background color is #ADA69B.


Border color

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

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

This div border color is #ADA69B.


Opacity

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

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

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

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

This text has shadow with #ADA69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA69B on black background.


Color preview on white background

This text has color #ADA69B on white background.



Black color preview on #ADA69B background

This text has black color on #ADA69B background.


White color preview on #ADA69B background

This text has white color on #ADA69B background.