COLOR #AD97B8

HEX: #AD97B8
RGB: (173,151,184)

Renk bilgisi

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

RGB renk modeli

#AD97B8 color RGB value is (173,151,184).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 151 of 255 = 59%
B 184 of 255 = 72%

173
151
184

R + G + B ~ 66%. #AD97B8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 151 + 184 = 508 (100%)
R 173 of 508 ~ 34.06%
G 151 of 508 ~ 29.72%
B 184 of 508 ~ 36.22%

%34.06
%29.72
%36.22

CMYK RENK MODELİ

#AD97B8 rengi CMYK tonu (6,18,0,28).

  • camgöbeği tonu 5.98%
  • eflatun tonu 17.93%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(6,18,0,28)
C6M18Y0K28 
(6%,18%,0%,28%)
(0.06/0.18/0.00/0.28)	

CMYK yüzdeleri

%5.98
%17.93
%0
%27.84

Codes

Color #AD97B8 in popluar color models

AD97B8
RGB173151184
HSL280°18.86%65.69%
HSB/HSV280°17.93%72.16%
CMYK5.98%17.93%0.00%
27.84%

Color #AD97B8 in popluar number systems.

HEXAD97B8
Decimal173151184
Binary101011011001011110111000
Octal255227270

Shades and tints

Shades of #AD97B8

#AD97B8
(173,151,184)
#9E8AA8
(158,138,168)
#8F7D98
(143,125,152)
#807088
(128,112,136)
#716378
(113,99,120)
#625668
(98,86,104)
#534958
(83,73,88)
#443C48
(68,60,72)
#352F38
(53,47,56)
#262228
(38,34,40)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #AD97B8

#AD97B8
(173,151,184)
#B4A0BE
(180,160,190)
#BBA9C4
(187,169,196)
#C2B2CA
(194,178,202)
#C9BBD0
(201,187,208)
#D0C4D6
(208,196,214)
#D7CDDC
(215,205,220)
#DED6E2
(222,214,226)
#E5DFE8
(229,223,232)
#ECE8EE
(236,232,238)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD97B8; }

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

This text font color is #AD97B8.


Background Color

.myBgColor { background-color: #AD97B8; }

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

This div background color is #AD97B8.


Border color

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

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

This div border color is #AD97B8.


Opacity

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

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

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

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

This text has shadow with #AD97B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD97B8 on black background.


Color preview on white background

This text has color #AD97B8 on white background.



Black color preview on #AD97B8 background

This text has black color on #AD97B8 background.


White color preview on #AD97B8 background

This text has white color on #AD97B8 background.