COLOR #AD9CBA

HEX: #AD9CBA
RGB: (173,156,186)

Renk bilgisi

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

RGB renk modeli

#AD9CBA color RGB value is (173,156,186).

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

RGB bağlantıları ve doygunluk

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

173
156
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 156 + 186 = 515 (100%)
R 173 of 515 ~ 33.59%
G 156 of 515 ~ 30.29%
B 186 of 515 ~ 36.12%

%33.59
%30.29
%36.12

CMYK RENK MODELİ

#AD9CBA rengi CMYK tonu (7,16,0,27).

  • camgöbeği tonu 6.99%
  • eflatun tonu 16.13%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(7,16,0,27)
C7M16Y0K27 
(7%,16%,0%,27%)
(0.07/0.16/0.00/0.27)	

CMYK yüzdeleri

%6.99
%16.13
%0
%27.06

Codes

Color #AD9CBA in popluar color models

AD9CBA
RGB173156186
HSL274°17.86%67.06%
HSB/HSV274°16.13%72.94%
CMYK6.99%16.13%0.00%
27.06%

Color #AD9CBA in popluar number systems.

HEXAD9CBA
Decimal173156186
Binary101011011001110010111010
Octal255234272

Shades and tints

Shades of #AD9CBA

#AD9CBA
(173,156,186)
#9E8EAA
(158,142,170)
#8F809A
(143,128,154)
#80728A
(128,114,138)
#71647A
(113,100,122)
#62566A
(98,86,106)
#53485A
(83,72,90)
#443A4A
(68,58,74)
#352C3A
(53,44,58)
#261E2A
(38,30,42)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #AD9CBA

#AD9CBA
(173,156,186)
#B4A5C0
(180,165,192)
#BBAEC6
(187,174,198)
#C2B7CC
(194,183,204)
#C9C0D2
(201,192,210)
#D0C9D8
(208,201,216)
#D7D2DE
(215,210,222)
#DEDBE4
(222,219,228)
#E5E4EA
(229,228,234)
#ECEDF0
(236,237,240)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9CBA; }

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

This text font color is #AD9CBA.


Background Color

.myBgColor { background-color: #AD9CBA; }

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

This div background color is #AD9CBA.


Border color

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

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

This div border color is #AD9CBA.


Opacity

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

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

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

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

This text has shadow with #AD9CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9CBA on black background.


Color preview on white background

This text has color #AD9CBA on white background.



Black color preview on #AD9CBA background

This text has black color on #AD9CBA background.


White color preview on #AD9CBA background

This text has white color on #AD9CBA background.