COLOR #ADB29E

HEX: #ADB29E
RGB: (173,178,158)

Renk bilgisi

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

RGB renk modeli

#ADB29E color RGB value is (173,178,158).

  • kırmız ton 173;
  • yeşil ton 178;
  • mavi ton 158.
RGB:
(173,178,158)
(68%,70%,62%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 158 of 255 = 62%

173
178
158

R + G + B ~ 67%. #ADB29E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 158 = 509 (100%)
R 173 of 509 ~ 33.99%
G 178 of 509 ~ 34.97%
B 158 of 509 ~ 31.04%

%33.99
%34.97
%31.04

CMYK RENK MODELİ

#ADB29E rengi CMYK tonu (3,0,11,30).

  • camgöbeği tonu 2.81%
  • eflatun tonu 0.00%
  • sarı tonu 11.24%
  • ana renk tonu 30.20%
CMYK:
(3,0,11,30)
C3M0Y11K30 
(3%,0%,11%,30%)
(0.03/0.00/0.11/0.30)	

CMYK yüzdeleri

%2.81
%0
%11.24
%30.2

Codes

Color #ADB29E in popluar color models

ADB29E
RGB173178158
HSL75°11.49%65.88%
HSB/HSV75°11.24%69.80%
CMYK2.81%0.00%11.24%
30.20%

Color #ADB29E in popluar number systems.

HEXADB29E
Decimal173178158
Binary101011011011001010011110
Octal255262236

Shades and tints

Shades of #ADB29E

#ADB29E
(173,178,158)
#9EA290
(158,162,144)
#8F9282
(143,146,130)
#808274
(128,130,116)
#717266
(113,114,102)
#626258
(98,98,88)
#53524A
(83,82,74)
#44423C
(68,66,60)
#35322E
(53,50,46)
#262220
(38,34,32)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #ADB29E

#ADB29E
(173,178,158)
#B4B9A6
(180,185,166)
#BBC0AE
(187,192,174)
#C2C7B6
(194,199,182)
#C9CEBE
(201,206,190)
#D0D5C6
(208,213,198)
#D7DCCE
(215,220,206)
#DEE3D6
(222,227,214)
#E5EADE
(229,234,222)
#ECF1E6
(236,241,230)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB29E color. Also use rgb(173,178,158) instead hex code.

Text Font Color

.myTextColor { color: #ADB29E; }

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

This text font color is #ADB29E.


Background Color

.myBgColor { background-color: #ADB29E; }

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

This div background color is #ADB29E.


Border color

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

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

This div border color is #ADB29E.


Opacity

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

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

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

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

This text has shadow with #ADB29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB29E on black background.


Color preview on white background

This text has color #ADB29E on white background.



Black color preview on #ADB29E background

This text has black color on #ADB29E background.


White color preview on #ADB29E background

This text has white color on #ADB29E background.