COLOR #AD96AE

HEX: #AD96AE
RGB: (173,150,174)

Renk bilgisi

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

RGB renk modeli

#AD96AE color RGB value is (173,150,174).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 150 of 255 = 59%
B 174 of 255 = 68%

173
150
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 150 + 174 = 497 (100%)
R 173 of 497 ~ 34.81%
G 150 of 497 ~ 30.18%
B 174 of 497 ~ 35.01%

%34.81
%30.18
%35.01

CMYK RENK MODELİ

#AD96AE rengi CMYK tonu (1,14,0,32).

  • camgöbeği tonu 0.57%
  • eflatun tonu 13.79%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(1,14,0,32)
C1M14Y0K32 
(1%,14%,0%,32%)
(0.01/0.14/0.00/0.32)	

CMYK yüzdeleri

%0.57
%13.79
%0
%31.76

Codes

Color #AD96AE in popluar color models

AD96AE
RGB173150174
HSL298°12.90%63.53%
HSB/HSV298°13.79%68.24%
CMYK0.57%13.79%0.00%
31.76%

Color #AD96AE in popluar number systems.

HEXAD96AE
Decimal173150174
Binary101011011001011010101110
Octal255226256

Shades and tints

Shades of #AD96AE

#AD96AE
(173,150,174)
#9E899F
(158,137,159)
#8F7C90
(143,124,144)
#806F81
(128,111,129)
#716272
(113,98,114)
#625563
(98,85,99)
#534854
(83,72,84)
#443B45
(68,59,69)
#352E36
(53,46,54)
#262127
(38,33,39)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #AD96AE

#AD96AE
(173,150,174)
#B49FB5
(180,159,181)
#BBA8BC
(187,168,188)
#C2B1C3
(194,177,195)
#C9BACA
(201,186,202)
#D0C3D1
(208,195,209)
#D7CCD8
(215,204,216)
#DED5DF
(222,213,223)
#E5DEE6
(229,222,230)
#ECE7ED
(236,231,237)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD96AE; }

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

This text font color is #AD96AE.


Background Color

.myBgColor { background-color: #AD96AE; }

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

This div background color is #AD96AE.


Border color

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

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

This div border color is #AD96AE.


Opacity

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

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

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

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

This text has shadow with #AD96AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD96AE on black background.


Color preview on white background

This text has color #AD96AE on white background.



Black color preview on #AD96AE background

This text has black color on #AD96AE background.


White color preview on #AD96AE background

This text has white color on #AD96AE background.