COLOR #AD898E

HEX: #AD898E
RGB: (173,137,142)

Renk bilgisi

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

RGB renk modeli

#AD898E color RGB value is (173,137,142).

  • kırmız ton 173;
  • yeşil ton 137;
  • mavi ton 142.
RGB:
(173,137,142)
(68%,54%,56%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 137 of 255 = 54%
B 142 of 255 = 56%

173
137
142

R + G + B ~ 59%. #AD898E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 137 + 142 = 452 (100%)
R 173 of 452 ~ 38.27%
G 137 of 452 ~ 30.31%
B 142 of 452 ~ 31.42%

%38.27
%30.31
%31.42

CMYK RENK MODELİ

#AD898E rengi CMYK tonu (0,21,18,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.81%
  • sarı tonu 17.92%
  • ana renk tonu 32.16%
CMYK:
(0,21,18,32)
C0M21Y18K32 
(0%,21%,18%,32%)
(0.00/0.21/0.18/0.32)	

CMYK yüzdeleri

%0
%20.81
%17.92
%32.16

Codes

Color #AD898E in popluar color models

AD898E
RGB173137142
HSL352°18.00%60.78%
HSB/HSV352°20.81%67.84%
CMYK0.00%20.81%17.92%
32.16%

Color #AD898E in popluar number systems.

HEXAD898E
Decimal173137142
Binary101011011000100110001110
Octal255211216

Shades and tints

Shades of #AD898E

#AD898E
(173,137,142)
#9E7D82
(158,125,130)
#8F7176
(143,113,118)
#80656A
(128,101,106)
#71595E
(113,89,94)
#624D52
(98,77,82)
#534146
(83,65,70)
#44353A
(68,53,58)
#35292E
(53,41,46)
#261D22
(38,29,34)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #AD898E

#AD898E
(173,137,142)
#B49398
(180,147,152)
#BB9DA2
(187,157,162)
#C2A7AC
(194,167,172)
#C9B1B6
(201,177,182)
#D0BBC0
(208,187,192)
#D7C5CA
(215,197,202)
#DECFD4
(222,207,212)
#E5D9DE
(229,217,222)
#ECE3E8
(236,227,232)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD898E color. Also use rgb(173,137,142) instead hex code.

Text Font Color

.myTextColor { color: #AD898E; }

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

This text font color is #AD898E.


Background Color

.myBgColor { background-color: #AD898E; }

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

This div background color is #AD898E.


Border color

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

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

This div border color is #AD898E.


Opacity

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

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

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

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

This text has shadow with #AD898E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD898E on black background.


Color preview on white background

This text has color #AD898E on white background.



Black color preview on #AD898E background

This text has black color on #AD898E background.


White color preview on #AD898E background

This text has white color on #AD898E background.