COLOR #AD5E95

HEX: #AD5E95
RGB: (173,94,149)

Renk bilgisi

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

RGB renk modeli

#AD5E95 color RGB value is (173,94,149).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 94 of 255 = 37%
B 149 of 255 = 58%

173
94
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 94 + 149 = 416 (100%)
R 173 of 416 ~ 41.59%
G 94 of 416 ~ 22.6%
B 149 of 416 ~ 35.82%

%41.59
%22.6
%35.82

CMYK RENK MODELİ

#AD5E95 rengi CMYK tonu (0,46,14,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.66%
  • sarı tonu 13.87%
  • ana renk tonu 32.16%
CMYK:
(0,46,14,32)
C0M46Y14K32 
(0%,46%,14%,32%)
(0.00/0.46/0.14/0.32)	

CMYK yüzdeleri

%0
%45.66
%13.87
%32.16

Codes

Color #AD5E95 in popluar color models

AD5E95
RGB17394149
HSL318°32.51%52.35%
HSB/HSV318°45.66%67.84%
CMYK0.00%45.66%13.87%
32.16%

Color #AD5E95 in popluar number systems.

HEXAD5E95
Decimal17394149
Binary10101101101111010010101
Octal255136225

Shades and tints

Shades of #AD5E95

#AD5E95
(173,94,149)
#9E5688
(158,86,136)
#8F4E7B
(143,78,123)
#80466E
(128,70,110)
#713E61
(113,62,97)
#623654
(98,54,84)
#532E47
(83,46,71)
#44263A
(68,38,58)
#351E2D
(53,30,45)
#261620
(38,22,32)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #AD5E95

#AD5E95
(173,94,149)
#B46C9E
(180,108,158)
#BB7AA7
(187,122,167)
#C288B0
(194,136,176)
#C996B9
(201,150,185)
#D0A4C2
(208,164,194)
#D7B2CB
(215,178,203)
#DEC0D4
(222,192,212)
#E5CEDD
(229,206,221)
#ECDCE6
(236,220,230)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5E95; }

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

This text font color is #AD5E95.


Background Color

.myBgColor { background-color: #AD5E95; }

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

This div background color is #AD5E95.


Border color

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

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

This div border color is #AD5E95.


Opacity

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

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

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

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

This text has shadow with #AD5E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5E95 on black background.


Color preview on white background

This text has color #AD5E95 on white background.



Black color preview on #AD5E95 background

This text has black color on #AD5E95 background.


White color preview on #AD5E95 background

This text has white color on #AD5E95 background.