COLOR #AD97BD

HEX: #AD97BD
RGB: (173,151,189)

Renk bilgisi

#AD97BD contains red, green and blue colors in about the same proportion. #AD97BD ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD97BD color RGB value is (173,151,189).

  • kırmız ton 173;
  • yeşil ton 151;
  • mavi ton 189.
RGB:
(173,151,189)
(68%,59%,74%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 151 of 255 = 59%
B 189 of 255 = 74%

173
151
189

R + G + B ~ 67%. #AD97BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 151 + 189 = 513 (100%)
R 173 of 513 ~ 33.72%
G 151 of 513 ~ 29.43%
B 189 of 513 ~ 36.84%

%33.72
%29.43
%36.84

CMYK RENK MODELİ

#AD97BD rengi CMYK tonu (8,20,0,26).

  • camgöbeği tonu 8.47%
  • eflatun tonu 20.11%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(8,20,0,26)
C8M20Y0K26 
(8%,20%,0%,26%)
(0.08/0.20/0.00/0.26)	

CMYK yüzdeleri

%8.47
%20.11
%0
%25.88

Codes

Color #AD97BD in popluar color models

AD97BD
RGB173151189
HSL275°22.35%66.67%
HSB/HSV275°20.11%74.12%
CMYK8.47%20.11%0.00%
25.88%

Color #AD97BD in popluar number systems.

HEXAD97BD
Decimal173151189
Binary101011011001011110111101
Octal255227275

Shades and tints

Shades of #AD97BD

#AD97BD
(173,151,189)
#9E8AAC
(158,138,172)
#8F7D9B
(143,125,155)
#80708A
(128,112,138)
#716379
(113,99,121)
#625668
(98,86,104)
#534957
(83,73,87)
#443C46
(68,60,70)
#352F35
(53,47,53)
#262224
(38,34,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #AD97BD

#AD97BD
(173,151,189)
#B4A0C3
(180,160,195)
#BBA9C9
(187,169,201)
#C2B2CF
(194,178,207)
#C9BBD5
(201,187,213)
#D0C4DB
(208,196,219)
#D7CDE1
(215,205,225)
#DED6E7
(222,214,231)
#E5DFED
(229,223,237)
#ECE8F3
(236,232,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD97BD color. Also use rgb(173,151,189) instead hex code.

Text Font Color

.myTextColor { color: #AD97BD; }

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

This text font color is #AD97BD.


Background Color

.myBgColor { background-color: #AD97BD; }

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

This div background color is #AD97BD.


Border color

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

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

This div border color is #AD97BD.


Opacity

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

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

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

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

This text has shadow with #AD97BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD97BD on black background.


Color preview on white background

This text has color #AD97BD on white background.



Black color preview on #AD97BD background

This text has black color on #AD97BD background.


White color preview on #AD97BD background

This text has white color on #AD97BD background.