COLOR #AD96B9

HEX: #AD96B9
RGB: (173,150,185)

Renk bilgisi

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

RGB renk modeli

#AD96B9 color RGB value is (173,150,185).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 150 of 255 = 59%
B 185 of 255 = 73%

173
150
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 150 + 185 = 508 (100%)
R 173 of 508 ~ 34.06%
G 150 of 508 ~ 29.53%
B 185 of 508 ~ 36.42%

%34.06
%29.53
%36.42

CMYK RENK MODELİ

#AD96B9 rengi CMYK tonu (6,19,0,27).

  • camgöbeği tonu 6.49%
  • eflatun tonu 18.92%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(6,19,0,27)
C6M19Y0K27 
(6%,19%,0%,27%)
(0.06/0.19/0.00/0.27)	

CMYK yüzdeleri

%6.49
%18.92
%0
%27.45

Codes

Color #AD96B9 in popluar color models

AD96B9
RGB173150185
HSL279°20.00%65.69%
HSB/HSV279°18.92%72.55%
CMYK6.49%18.92%0.00%
27.45%

Color #AD96B9 in popluar number systems.

HEXAD96B9
Decimal173150185
Binary101011011001011010111001
Octal255226271

Shades and tints

Shades of #AD96B9

#AD96B9
(173,150,185)
#9E89A9
(158,137,169)
#8F7C99
(143,124,153)
#806F89
(128,111,137)
#716279
(113,98,121)
#625569
(98,85,105)
#534859
(83,72,89)
#443B49
(68,59,73)
#352E39
(53,46,57)
#262129
(38,33,41)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #AD96B9

#AD96B9
(173,150,185)
#B49FBF
(180,159,191)
#BBA8C5
(187,168,197)
#C2B1CB
(194,177,203)
#C9BAD1
(201,186,209)
#D0C3D7
(208,195,215)
#D7CCDD
(215,204,221)
#DED5E3
(222,213,227)
#E5DEE9
(229,222,233)
#ECE7EF
(236,231,239)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD96B9; }

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

This text font color is #AD96B9.


Background Color

.myBgColor { background-color: #AD96B9; }

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

This div background color is #AD96B9.


Border color

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

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

This div border color is #AD96B9.


Opacity

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

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

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

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

This text has shadow with #AD96B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD96B9 on black background.


Color preview on white background

This text has color #AD96B9 on white background.



Black color preview on #AD96B9 background

This text has black color on #AD96B9 background.


White color preview on #AD96B9 background

This text has white color on #AD96B9 background.