COLOR #AD7C8A

HEX: #AD7C8A
RGB: (173,124,138)

Renk bilgisi

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

RGB renk modeli

#AD7C8A color RGB value is (173,124,138).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 124 of 255 = 49%
B 138 of 255 = 54%

173
124
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 124 + 138 = 435 (100%)
R 173 of 435 ~ 39.77%
G 124 of 435 ~ 28.51%
B 138 of 435 ~ 31.72%

%39.77
%28.51
%31.72

CMYK RENK MODELİ

#AD7C8A rengi CMYK tonu (0,28,20,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.32%
  • sarı tonu 20.23%
  • ana renk tonu 32.16%
CMYK:
(0,28,20,32)
C0M28Y20K32 
(0%,28%,20%,32%)
(0.00/0.28/0.20/0.32)	

CMYK yüzdeleri

%0
%28.32
%20.23
%32.16

Codes

Color #AD7C8A in popluar color models

AD7C8A
RGB173124138
HSL343°23.00%58.24%
HSB/HSV343°28.32%67.84%
CMYK0.00%28.32%20.23%
32.16%

Color #AD7C8A in popluar number systems.

HEXAD7C8A
Decimal173124138
Binary10101101111110010001010
Octal255174212

Shades and tints

Shades of #AD7C8A

#AD7C8A
(173,124,138)
#9E717E
(158,113,126)
#8F6672
(143,102,114)
#805B66
(128,91,102)
#71505A
(113,80,90)
#62454E
(98,69,78)
#533A42
(83,58,66)
#442F36
(68,47,54)
#35242A
(53,36,42)
#26191E
(38,25,30)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #AD7C8A

#AD7C8A
(173,124,138)
#B48794
(180,135,148)
#BB929E
(187,146,158)
#C29DA8
(194,157,168)
#C9A8B2
(201,168,178)
#D0B3BC
(208,179,188)
#D7BEC6
(215,190,198)
#DEC9D0
(222,201,208)
#E5D4DA
(229,212,218)
#ECDFE4
(236,223,228)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7C8A; }

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

This text font color is #AD7C8A.


Background Color

.myBgColor { background-color: #AD7C8A; }

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

This div background color is #AD7C8A.


Border color

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

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

This div border color is #AD7C8A.


Opacity

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

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

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

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

This text has shadow with #AD7C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7C8A on black background.


Color preview on white background

This text has color #AD7C8A on white background.



Black color preview on #AD7C8A background

This text has black color on #AD7C8A background.


White color preview on #AD7C8A background

This text has white color on #AD7C8A background.