COLOR #AD7693

HEX: #AD7693
RGB: (173,118,147)

Renk bilgisi

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

RGB renk modeli

#AD7693 color RGB value is (173,118,147).

  • kırmız ton 173;
  • yeşil ton 118;
  • mavi ton 147.
RGB:
(173,118,147)
(68%,46%,58%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 118 of 255 = 46%
B 147 of 255 = 58%

173
118
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 118 + 147 = 438 (100%)
R 173 of 438 ~ 39.5%
G 118 of 438 ~ 26.94%
B 147 of 438 ~ 33.56%

%39.5
%26.94
%33.56

CMYK RENK MODELİ

#AD7693 rengi CMYK tonu (0,32,15,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.79%
  • sarı tonu 15.03%
  • ana renk tonu 32.16%
CMYK:
(0,32,15,32)
C0M32Y15K32 
(0%,32%,15%,32%)
(0.00/0.32/0.15/0.32)	

CMYK yüzdeleri

%0
%31.79
%15.03
%32.16

Codes

Color #AD7693 in popluar color models

AD7693
RGB173118147
HSL328°25.11%57.06%
HSB/HSV328°31.79%67.84%
CMYK0.00%31.79%15.03%
32.16%

Color #AD7693 in popluar number systems.

HEXAD7693
Decimal173118147
Binary10101101111011010010011
Octal255166223

Shades and tints

Shades of #AD7693

#AD7693
(173,118,147)
#9E6C86
(158,108,134)
#8F6279
(143,98,121)
#80586C
(128,88,108)
#714E5F
(113,78,95)
#624452
(98,68,82)
#533A45
(83,58,69)
#443038
(68,48,56)
#35262B
(53,38,43)
#261C1E
(38,28,30)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #AD7693

#AD7693
(173,118,147)
#B4829C
(180,130,156)
#BB8EA5
(187,142,165)
#C29AAE
(194,154,174)
#C9A6B7
(201,166,183)
#D0B2C0
(208,178,192)
#D7BEC9
(215,190,201)
#DECAD2
(222,202,210)
#E5D6DB
(229,214,219)
#ECE2E4
(236,226,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7693 color. Also use rgb(173,118,147) instead hex code.

Text Font Color

.myTextColor { color: #AD7693; }

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

This text font color is #AD7693.


Background Color

.myBgColor { background-color: #AD7693; }

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

This div background color is #AD7693.


Border color

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

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

This div border color is #AD7693.


Opacity

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

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

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

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

This text has shadow with #AD7693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7693 on black background.


Color preview on white background

This text has color #AD7693 on white background.



Black color preview on #AD7693 background

This text has black color on #AD7693 background.


White color preview on #AD7693 background

This text has white color on #AD7693 background.