COLOR #AD9CB9

HEX: #AD9CB9
RGB: (173,156,185)

Renk bilgisi

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

RGB renk modeli

#AD9CB9 color RGB value is (173,156,185).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 156 of 255 = 61%
B 185 of 255 = 73%

173
156
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 156 + 185 = 514 (100%)
R 173 of 514 ~ 33.66%
G 156 of 514 ~ 30.35%
B 185 of 514 ~ 35.99%

%33.66
%30.35
%35.99

CMYK RENK MODELİ

#AD9CB9 rengi CMYK tonu (6,16,0,27).

  • camgöbeği tonu 6.49%
  • eflatun tonu 15.68%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(6,16,0,27)
C6M16Y0K27 
(6%,16%,0%,27%)
(0.06/0.16/0.00/0.27)	

CMYK yüzdeleri

%6.49
%15.68
%0
%27.45

Codes

Color #AD9CB9 in popluar color models

AD9CB9
RGB173156185
HSL275°17.16%66.86%
HSB/HSV275°15.68%72.55%
CMYK6.49%15.68%0.00%
27.45%

Color #AD9CB9 in popluar number systems.

HEXAD9CB9
Decimal173156185
Binary101011011001110010111001
Octal255234271

Shades and tints

Shades of #AD9CB9

#AD9CB9
(173,156,185)
#9E8EA9
(158,142,169)
#8F8099
(143,128,153)
#807289
(128,114,137)
#716479
(113,100,121)
#625669
(98,86,105)
#534859
(83,72,89)
#443A49
(68,58,73)
#352C39
(53,44,57)
#261E29
(38,30,41)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #AD9CB9

#AD9CB9
(173,156,185)
#B4A5BF
(180,165,191)
#BBAEC5
(187,174,197)
#C2B7CB
(194,183,203)
#C9C0D1
(201,192,209)
#D0C9D7
(208,201,215)
#D7D2DD
(215,210,221)
#DEDBE3
(222,219,227)
#E5E4E9
(229,228,233)
#ECEDEF
(236,237,239)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9CB9; }

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

This text font color is #AD9CB9.


Background Color

.myBgColor { background-color: #AD9CB9; }

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

This div background color is #AD9CB9.


Border color

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

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

This div border color is #AD9CB9.


Opacity

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

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

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

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

This text has shadow with #AD9CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9CB9 on black background.


Color preview on white background

This text has color #AD9CB9 on white background.



Black color preview on #AD9CB9 background

This text has black color on #AD9CB9 background.


White color preview on #AD9CB9 background

This text has white color on #AD9CB9 background.