COLOR #AD9CC8

HEX: #AD9CC8
RGB: (173,156,200)

Renk bilgisi

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

RGB renk modeli

#AD9CC8 color RGB value is (173,156,200).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 156 of 255 = 61%
B 200 of 255 = 78%

173
156
200

R + G + B ~ 69%. #AD9CC8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 156 + 200 = 529 (100%)
R 173 of 529 ~ 32.7%
G 156 of 529 ~ 29.49%
B 200 of 529 ~ 37.81%

%32.7
%29.49
%37.81

CMYK RENK MODELİ

#AD9CC8 rengi CMYK tonu (14,22,0,22).

  • camgöbeği tonu 13.50%
  • eflatun tonu 22.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(14,22,0,22)
C14M22Y0K22 
(14%,22%,0%,22%)
(0.14/0.22/0.00/0.22)	

CMYK yüzdeleri

%13.5
%22
%0
%21.57

Codes

Color #AD9CC8 in popluar color models

AD9CC8
RGB173156200
HSL263°28.57%69.80%
HSB/HSV263°22.00%78.43%
CMYK13.50%22.00%0.00%
21.57%

Color #AD9CC8 in popluar number systems.

HEXAD9CC8
Decimal173156200
Binary101011011001110011001000
Octal255234310

Shades and tints

Shades of #AD9CC8

#AD9CC8
(173,156,200)
#9E8EB6
(158,142,182)
#8F80A4
(143,128,164)
#807292
(128,114,146)
#716480
(113,100,128)
#62566E
(98,86,110)
#53485C
(83,72,92)
#443A4A
(68,58,74)
#352C38
(53,44,56)
#261E26
(38,30,38)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #AD9CC8

#AD9CC8
(173,156,200)
#B4A5CD
(180,165,205)
#BBAED2
(187,174,210)
#C2B7D7
(194,183,215)
#C9C0DC
(201,192,220)
#D0C9E1
(208,201,225)
#D7D2E6
(215,210,230)
#DEDBEB
(222,219,235)
#E5E4F0
(229,228,240)
#ECEDF5
(236,237,245)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9CC8; }

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

This text font color is #AD9CC8.


Background Color

.myBgColor { background-color: #AD9CC8; }

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

This div background color is #AD9CC8.


Border color

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

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

This div border color is #AD9CC8.


Opacity

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

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

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

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

This text has shadow with #AD9CC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9CC8 on black background.


Color preview on white background

This text has color #AD9CC8 on white background.



Black color preview on #AD9CC8 background

This text has black color on #AD9CC8 background.


White color preview on #AD9CC8 background

This text has white color on #AD9CC8 background.