COLOR #AD9BC4

HEX: #AD9BC4
RGB: (173,155,196)

Renk bilgisi

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

RGB renk modeli

#AD9BC4 color RGB value is (173,155,196).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 155 of 255 = 61%
B 196 of 255 = 77%

173
155
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 155 + 196 = 524 (100%)
R 173 of 524 ~ 33.02%
G 155 of 524 ~ 29.58%
B 196 of 524 ~ 37.4%

%33.02
%29.58
%37.4

CMYK RENK MODELİ

#AD9BC4 rengi CMYK tonu (12,21,0,23).

  • camgöbeği tonu 11.73%
  • eflatun tonu 20.92%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(12,21,0,23)
C12M21Y0K23 
(12%,21%,0%,23%)
(0.12/0.21/0.00/0.23)	

CMYK yüzdeleri

%11.73
%20.92
%0
%23.14

Codes

Color #AD9BC4 in popluar color models

AD9BC4
RGB173155196
HSL266°25.79%68.82%
HSB/HSV266°20.92%76.86%
CMYK11.73%20.92%0.00%
23.14%

Color #AD9BC4 in popluar number systems.

HEXAD9BC4
Decimal173155196
Binary101011011001101111000100
Octal255233304

Shades and tints

Shades of #AD9BC4

#AD9BC4
(173,155,196)
#9E8DB3
(158,141,179)
#8F7FA2
(143,127,162)
#807191
(128,113,145)
#716380
(113,99,128)
#62556F
(98,85,111)
#53475E
(83,71,94)
#44394D
(68,57,77)
#352B3C
(53,43,60)
#261D2B
(38,29,43)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #AD9BC4

#AD9BC4
(173,155,196)
#B4A4C9
(180,164,201)
#BBADCE
(187,173,206)
#C2B6D3
(194,182,211)
#C9BFD8
(201,191,216)
#D0C8DD
(208,200,221)
#D7D1E2
(215,209,226)
#DEDAE7
(222,218,231)
#E5E3EC
(229,227,236)
#ECECF1
(236,236,241)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9BC4; }

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

This text font color is #AD9BC4.


Background Color

.myBgColor { background-color: #AD9BC4; }

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

This div background color is #AD9BC4.


Border color

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

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

This div border color is #AD9BC4.


Opacity

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

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

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

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

This text has shadow with #AD9BC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9BC4 on black background.


Color preview on white background

This text has color #AD9BC4 on white background.



Black color preview on #AD9BC4 background

This text has black color on #AD9BC4 background.


White color preview on #AD9BC4 background

This text has white color on #AD9BC4 background.