COLOR #AD6989

HEX: #AD6989
RGB: (173,105,137)

Renk bilgisi

#AD6989 contains mainly red and blue colors. #AD6989 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD6989 color RGB value is (173,105,137).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 105 of 255 = 41%
B 137 of 255 = 54%

173
105
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 105 + 137 = 415 (100%)
R 173 of 415 ~ 41.69%
G 105 of 415 ~ 25.3%
B 137 of 415 ~ 33.01%

%41.69
%25.3
%33.01

CMYK RENK MODELİ

#AD6989 rengi CMYK tonu (0,39,21,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.31%
  • sarı tonu 20.81%
  • ana renk tonu 32.16%
CMYK:
(0,39,21,32)
C0M39Y21K32 
(0%,39%,21%,32%)
(0.00/0.39/0.21/0.32)	

CMYK yüzdeleri

%0
%39.31
%20.81
%32.16

Codes

Color #AD6989 in popluar color models

AD6989
RGB173105137
HSL332°29.31%54.51%
HSB/HSV332°39.31%67.84%
CMYK0.00%39.31%20.81%
32.16%

Color #AD6989 in popluar number systems.

HEXAD6989
Decimal173105137
Binary10101101110100110001001
Octal255151211

Shades and tints

Shades of #AD6989

#AD6989
(173,105,137)
#9E607D
(158,96,125)
#8F5771
(143,87,113)
#804E65
(128,78,101)
#714559
(113,69,89)
#623C4D
(98,60,77)
#533341
(83,51,65)
#442A35
(68,42,53)
#352129
(53,33,41)
#26181D
(38,24,29)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #AD6989

#AD6989
(173,105,137)
#B47693
(180,118,147)
#BB839D
(187,131,157)
#C290A7
(194,144,167)
#C99DB1
(201,157,177)
#D0AABB
(208,170,187)
#D7B7C5
(215,183,197)
#DEC4CF
(222,196,207)
#E5D1D9
(229,209,217)
#ECDEE3
(236,222,227)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6989; }

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

This text font color is #AD6989.


Background Color

.myBgColor { background-color: #AD6989; }

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

This div background color is #AD6989.


Border color

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

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

This div border color is #AD6989.


Opacity

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

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

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

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

This text has shadow with #AD6989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6989 on black background.


Color preview on white background

This text has color #AD6989 on white background.



Black color preview on #AD6989 background

This text has black color on #AD6989 background.


White color preview on #AD6989 background

This text has white color on #AD6989 background.