COLOR #AD95B1

HEX: #AD95B1
RGB: (173,149,177)

Renk bilgisi

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

RGB renk modeli

#AD95B1 color RGB value is (173,149,177).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 149 of 255 = 58%
B 177 of 255 = 69%

173
149
177

R + G + B ~ 65%. #AD95B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 149 + 177 = 499 (100%)
R 173 of 499 ~ 34.67%
G 149 of 499 ~ 29.86%
B 177 of 499 ~ 35.47%

%34.67
%29.86
%35.47

CMYK RENK MODELİ

#AD95B1 rengi CMYK tonu (2,16,0,31).

  • camgöbeği tonu 2.26%
  • eflatun tonu 15.82%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(2,16,0,31)
C2M16Y0K31 
(2%,16%,0%,31%)
(0.02/0.16/0.00/0.31)	

CMYK yüzdeleri

%2.26
%15.82
%0
%30.59

Codes

Color #AD95B1 in popluar color models

AD95B1
RGB173149177
HSL291°15.22%63.92%
HSB/HSV291°15.82%69.41%
CMYK2.26%15.82%0.00%
30.59%

Color #AD95B1 in popluar number systems.

HEXAD95B1
Decimal173149177
Binary101011011001010110110001
Octal255225261

Shades and tints

Shades of #AD95B1

#AD95B1
(173,149,177)
#9E88A1
(158,136,161)
#8F7B91
(143,123,145)
#806E81
(128,110,129)
#716171
(113,97,113)
#625461
(98,84,97)
#534751
(83,71,81)
#443A41
(68,58,65)
#352D31
(53,45,49)
#262021
(38,32,33)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #AD95B1

#AD95B1
(173,149,177)
#B49EB8
(180,158,184)
#BBA7BF
(187,167,191)
#C2B0C6
(194,176,198)
#C9B9CD
(201,185,205)
#D0C2D4
(208,194,212)
#D7CBDB
(215,203,219)
#DED4E2
(222,212,226)
#E5DDE9
(229,221,233)
#ECE6F0
(236,230,240)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD95B1; }

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

This text font color is #AD95B1.


Background Color

.myBgColor { background-color: #AD95B1; }

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

This div background color is #AD95B1.


Border color

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

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

This div border color is #AD95B1.


Opacity

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

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

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

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

This text has shadow with #AD95B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD95B1 on black background.


Color preview on white background

This text has color #AD95B1 on white background.



Black color preview on #AD95B1 background

This text has black color on #AD95B1 background.


White color preview on #AD95B1 background

This text has white color on #AD95B1 background.