COLOR #AD6188

HEX: #AD6188
RGB: (173,97,136)

Renk bilgisi

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

RGB renk modeli

#AD6188 color RGB value is (173,97,136).

  • kırmız ton 173;
  • yeşil ton 97;
  • mavi ton 136.
RGB:
(173,97,136)
(68%,38%,53%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 97 of 255 = 38%
B 136 of 255 = 53%

173
97
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 97 + 136 = 406 (100%)
R 173 of 406 ~ 42.61%
G 97 of 406 ~ 23.89%
B 136 of 406 ~ 33.5%

%42.61
%23.89
%33.5

CMYK RENK MODELİ

#AD6188 rengi CMYK tonu (0,44,21,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.93%
  • sarı tonu 21.39%
  • ana renk tonu 32.16%
CMYK:
(0,44,21,32)
C0M44Y21K32 
(0%,44%,21%,32%)
(0.00/0.44/0.21/0.32)	

CMYK yüzdeleri

%0
%43.93
%21.39
%32.16

Codes

Color #AD6188 in popluar color models

AD6188
RGB17397136
HSL329°31.67%52.94%
HSB/HSV329°43.93%67.84%
CMYK0.00%43.93%21.39%
32.16%

Color #AD6188 in popluar number systems.

HEXAD6188
Decimal17397136
Binary10101101110000110001000
Octal255141210

Shades and tints

Shades of #AD6188

#AD6188
(173,97,136)
#9E597C
(158,89,124)
#8F5170
(143,81,112)
#804964
(128,73,100)
#714158
(113,65,88)
#62394C
(98,57,76)
#533140
(83,49,64)
#442934
(68,41,52)
#352128
(53,33,40)
#26191C
(38,25,28)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD6188

#AD6188
(173,97,136)
#B46F92
(180,111,146)
#BB7D9C
(187,125,156)
#C28BA6
(194,139,166)
#C999B0
(201,153,176)
#D0A7BA
(208,167,186)
#D7B5C4
(215,181,196)
#DEC3CE
(222,195,206)
#E5D1D8
(229,209,216)
#ECDFE2
(236,223,226)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6188 color. Also use rgb(173,97,136) instead hex code.

Text Font Color

.myTextColor { color: #AD6188; }

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

This text font color is #AD6188.


Background Color

.myBgColor { background-color: #AD6188; }

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

This div background color is #AD6188.


Border color

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

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

This div border color is #AD6188.


Opacity

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

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

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

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

This text has shadow with #AD6188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6188 on black background.


Color preview on white background

This text has color #AD6188 on white background.



Black color preview on #AD6188 background

This text has black color on #AD6188 background.


White color preview on #AD6188 background

This text has white color on #AD6188 background.