COLOR #AD9BC1

HEX: #AD9BC1
RGB: (173,155,193)

Renk bilgisi

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

RGB renk modeli

#AD9BC1 color RGB value is (173,155,193).

  • kırmız ton 173;
  • yeşil ton 155;
  • mavi ton 193.
RGB:
(173,155,193)
(68%,61%,76%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 155 of 255 = 61%
B 193 of 255 = 76%

173
155
193

R + G + B ~ 68%. #AD9BC1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 155 + 193 = 521 (100%)
R 173 of 521 ~ 33.21%
G 155 of 521 ~ 29.75%
B 193 of 521 ~ 37.04%

%33.21
%29.75
%37.04

CMYK RENK MODELİ

#AD9BC1 rengi CMYK tonu (10,20,0,24).

  • camgöbeği tonu 10.36%
  • eflatun tonu 19.69%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(10,20,0,24)
C10M20Y0K24 
(10%,20%,0%,24%)
(0.10/0.20/0.00/0.24)	

CMYK yüzdeleri

%10.36
%19.69
%0
%24.31

Codes

Color #AD9BC1 in popluar color models

AD9BC1
RGB173155193
HSL268°23.46%68.24%
HSB/HSV268°19.69%75.69%
CMYK10.36%19.69%0.00%
24.31%

Color #AD9BC1 in popluar number systems.

HEXAD9BC1
Decimal173155193
Binary101011011001101111000001
Octal255233301

Shades and tints

Shades of #AD9BC1

#AD9BC1
(173,155,193)
#9E8DB0
(158,141,176)
#8F7F9F
(143,127,159)
#80718E
(128,113,142)
#71637D
(113,99,125)
#62556C
(98,85,108)
#53475B
(83,71,91)
#44394A
(68,57,74)
#352B39
(53,43,57)
#261D28
(38,29,40)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #AD9BC1

#AD9BC1
(173,155,193)
#B4A4C6
(180,164,198)
#BBADCB
(187,173,203)
#C2B6D0
(194,182,208)
#C9BFD5
(201,191,213)
#D0C8DA
(208,200,218)
#D7D1DF
(215,209,223)
#DEDAE4
(222,218,228)
#E5E3E9
(229,227,233)
#ECECEE
(236,236,238)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9BC1 color. Also use rgb(173,155,193) instead hex code.

Text Font Color

.myTextColor { color: #AD9BC1; }

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

This text font color is #AD9BC1.


Background Color

.myBgColor { background-color: #AD9BC1; }

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

This div background color is #AD9BC1.


Border color

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

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

This div border color is #AD9BC1.


Opacity

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

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

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

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

This text has shadow with #AD9BC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9BC1 on black background.


Color preview on white background

This text has color #AD9BC1 on white background.



Black color preview on #AD9BC1 background

This text has black color on #AD9BC1 background.


White color preview on #AD9BC1 background

This text has white color on #AD9BC1 background.