COLOR #AD7F8A

HEX: #AD7F8A
RGB: (173,127,138)

Renk bilgisi

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

RGB renk modeli

#AD7F8A color RGB value is (173,127,138).

  • kırmız ton 173;
  • yeşil ton 127;
  • mavi ton 138.
RGB:
(173,127,138)
(68%,50%,54%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 127 of 255 = 50%
B 138 of 255 = 54%

173
127
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 127 + 138 = 438 (100%)
R 173 of 438 ~ 39.5%
G 127 of 438 ~ 29%
B 138 of 438 ~ 31.51%

%39.5
%29
%31.51

CMYK RENK MODELİ

#AD7F8A rengi CMYK tonu (0,27,20,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.59%
  • sarı tonu 20.23%
  • ana renk tonu 32.16%
CMYK:
(0,27,20,32)
C0M27Y20K32 
(0%,27%,20%,32%)
(0.00/0.27/0.20/0.32)	

CMYK yüzdeleri

%0
%26.59
%20.23
%32.16

Codes

Color #AD7F8A in popluar color models

AD7F8A
RGB173127138
HSL346°21.90%58.82%
HSB/HSV346°26.59%67.84%
CMYK0.00%26.59%20.23%
32.16%

Color #AD7F8A in popluar number systems.

HEXAD7F8A
Decimal173127138
Binary10101101111111110001010
Octal255177212

Shades and tints

Shades of #AD7F8A

#AD7F8A
(173,127,138)
#9E747E
(158,116,126)
#8F6972
(143,105,114)
#805E66
(128,94,102)
#71535A
(113,83,90)
#62484E
(98,72,78)
#533D42
(83,61,66)
#443236
(68,50,54)
#35272A
(53,39,42)
#261C1E
(38,28,30)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #AD7F8A

#AD7F8A
(173,127,138)
#B48A94
(180,138,148)
#BB959E
(187,149,158)
#C2A0A8
(194,160,168)
#C9ABB2
(201,171,178)
#D0B6BC
(208,182,188)
#D7C1C6
(215,193,198)
#DECCD0
(222,204,208)
#E5D7DA
(229,215,218)
#ECE2E4
(236,226,228)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7F8A color. Also use rgb(173,127,138) instead hex code.

Text Font Color

.myTextColor { color: #AD7F8A; }

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

This text font color is #AD7F8A.


Background Color

.myBgColor { background-color: #AD7F8A; }

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

This div background color is #AD7F8A.


Border color

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

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

This div border color is #AD7F8A.


Opacity

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

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

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

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

This text has shadow with #AD7F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7F8A on black background.


Color preview on white background

This text has color #AD7F8A on white background.



Black color preview on #AD7F8A background

This text has black color on #AD7F8A background.


White color preview on #AD7F8A background

This text has white color on #AD7F8A background.