COLOR #AD6B95

HEX: #AD6B95
RGB: (173,107,149)

Renk bilgisi

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

RGB renk modeli

#AD6B95 color RGB value is (173,107,149).

  • kırmız ton 173;
  • yeşil ton 107;
  • mavi ton 149.
RGB:
(173,107,149)
(68%,42%,58%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 107 of 255 = 42%
B 149 of 255 = 58%

173
107
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 107 + 149 = 429 (100%)
R 173 of 429 ~ 40.33%
G 107 of 429 ~ 24.94%
B 149 of 429 ~ 34.73%

%40.33
%24.94
%34.73

CMYK RENK MODELİ

#AD6B95 rengi CMYK tonu (0,38,14,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.15%
  • sarı tonu 13.87%
  • ana renk tonu 32.16%
CMYK:
(0,38,14,32)
C0M38Y14K32 
(0%,38%,14%,32%)
(0.00/0.38/0.14/0.32)	

CMYK yüzdeleri

%0
%38.15
%13.87
%32.16

Codes

Color #AD6B95 in popluar color models

AD6B95
RGB173107149
HSL322°28.70%54.90%
HSB/HSV322°38.15%67.84%
CMYK0.00%38.15%13.87%
32.16%

Color #AD6B95 in popluar number systems.

HEXAD6B95
Decimal173107149
Binary10101101110101110010101
Octal255153225

Shades and tints

Shades of #AD6B95

#AD6B95
(173,107,149)
#9E6288
(158,98,136)
#8F597B
(143,89,123)
#80506E
(128,80,110)
#714761
(113,71,97)
#623E54
(98,62,84)
#533547
(83,53,71)
#442C3A
(68,44,58)
#35232D
(53,35,45)
#261A20
(38,26,32)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #AD6B95

#AD6B95
(173,107,149)
#B4789E
(180,120,158)
#BB85A7
(187,133,167)
#C292B0
(194,146,176)
#C99FB9
(201,159,185)
#D0ACC2
(208,172,194)
#D7B9CB
(215,185,203)
#DEC6D4
(222,198,212)
#E5D3DD
(229,211,221)
#ECE0E6
(236,224,230)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6B95 color. Also use rgb(173,107,149) instead hex code.

Text Font Color

.myTextColor { color: #AD6B95; }

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

This text font color is #AD6B95.


Background Color

.myBgColor { background-color: #AD6B95; }

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

This div background color is #AD6B95.


Border color

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

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

This div border color is #AD6B95.


Opacity

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

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

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

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

This text has shadow with #AD6B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6B95 on black background.


Color preview on white background

This text has color #AD6B95 on white background.



Black color preview on #AD6B95 background

This text has black color on #AD6B95 background.


White color preview on #AD6B95 background

This text has white color on #AD6B95 background.