COLOR #AD8296

HEX: #AD8296
RGB: (173,130,150)

Renk bilgisi

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

RGB renk modeli

#AD8296 color RGB value is (173,130,150).

  • kırmız ton 173;
  • yeşil ton 130;
  • mavi ton 150.
RGB:
(173,130,150)
(68%,51%,59%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 130 of 255 = 51%
B 150 of 255 = 59%

173
130
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 130 + 150 = 453 (100%)
R 173 of 453 ~ 38.19%
G 130 of 453 ~ 28.7%
B 150 of 453 ~ 33.11%

%38.19
%28.7
%33.11

CMYK RENK MODELİ

#AD8296 rengi CMYK tonu (0,25,13,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.86%
  • sarı tonu 13.29%
  • ana renk tonu 32.16%
CMYK:
(0,25,13,32)
C0M25Y13K32 
(0%,25%,13%,32%)
(0.00/0.25/0.13/0.32)	

CMYK yüzdeleri

%0
%24.86
%13.29
%32.16

Codes

Color #AD8296 in popluar color models

AD8296
RGB173130150
HSL332°20.77%59.41%
HSB/HSV332°24.86%67.84%
CMYK0.00%24.86%13.29%
32.16%

Color #AD8296 in popluar number systems.

HEXAD8296
Decimal173130150
Binary101011011000001010010110
Octal255202226

Shades and tints

Shades of #AD8296

#AD8296
(173,130,150)
#9E7789
(158,119,137)
#8F6C7C
(143,108,124)
#80616F
(128,97,111)
#715662
(113,86,98)
#624B55
(98,75,85)
#534048
(83,64,72)
#44353B
(68,53,59)
#352A2E
(53,42,46)
#261F21
(38,31,33)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #AD8296

#AD8296
(173,130,150)
#B48D9F
(180,141,159)
#BB98A8
(187,152,168)
#C2A3B1
(194,163,177)
#C9AEBA
(201,174,186)
#D0B9C3
(208,185,195)
#D7C4CC
(215,196,204)
#DECFD5
(222,207,213)
#E5DADE
(229,218,222)
#ECE5E7
(236,229,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8296 color. Also use rgb(173,130,150) instead hex code.

Text Font Color

.myTextColor { color: #AD8296; }

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

This text font color is #AD8296.


Background Color

.myBgColor { background-color: #AD8296; }

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

This div background color is #AD8296.


Border color

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

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

This div border color is #AD8296.


Opacity

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

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

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

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

This text has shadow with #AD8296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8296 on black background.


Color preview on white background

This text has color #AD8296 on white background.



Black color preview on #AD8296 background

This text has black color on #AD8296 background.


White color preview on #AD8296 background

This text has white color on #AD8296 background.