COLOR #AD7CAB

HEX: #AD7CAB
RGB: (173,124,171)

Renk bilgisi

#AD7CAB contains red, green and blue colors in about the same proportion. #AD7CAB ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD7CAB color RGB value is (173,124,171).

  • kırmız ton 173;
  • yeşil ton 124;
  • mavi ton 171.
RGB:
(173,124,171)
(68%,49%,67%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 124 of 255 = 49%
B 171 of 255 = 67%

173
124
171

R + G + B ~ 61%. #AD7CAB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 124 + 171 = 468 (100%)
R 173 of 468 ~ 36.97%
G 124 of 468 ~ 26.5%
B 171 of 468 ~ 36.54%

%36.97
%26.5
%36.54

CMYK RENK MODELİ

#AD7CAB rengi CMYK tonu (0,28,1,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.32%
  • sarı tonu 1.16%
  • ana renk tonu 32.16%
CMYK:
(0,28,1,32)
C0M28Y1K32 
(0%,28%,1%,32%)
(0.00/0.28/0.01/0.32)	

CMYK yüzdeleri

%0
%28.32
%1.16
%32.16

Codes

Color #AD7CAB in popluar color models

AD7CAB
RGB173124171
HSL302°23.00%58.24%
HSB/HSV302°28.32%67.84%
CMYK0.00%28.32%1.16%
32.16%

Color #AD7CAB in popluar number systems.

HEXAD7CAB
Decimal173124171
Binary10101101111110010101011
Octal255174253

Shades and tints

Shades of #AD7CAB

#AD7CAB
(173,124,171)
#9E719C
(158,113,156)
#8F668D
(143,102,141)
#805B7E
(128,91,126)
#71506F
(113,80,111)
#624560
(98,69,96)
#533A51
(83,58,81)
#442F42
(68,47,66)
#352433
(53,36,51)
#261924
(38,25,36)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #AD7CAB

#AD7CAB
(173,124,171)
#B487B2
(180,135,178)
#BB92B9
(187,146,185)
#C29DC0
(194,157,192)
#C9A8C7
(201,168,199)
#D0B3CE
(208,179,206)
#D7BED5
(215,190,213)
#DEC9DC
(222,201,220)
#E5D4E3
(229,212,227)
#ECDFEA
(236,223,234)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7CAB color. Also use rgb(173,124,171) instead hex code.

Text Font Color

.myTextColor { color: #AD7CAB; }

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

This text font color is #AD7CAB.


Background Color

.myBgColor { background-color: #AD7CAB; }

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

This div background color is #AD7CAB.


Border color

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

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

This div border color is #AD7CAB.


Opacity

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

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

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

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

This text has shadow with #AD7CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7CAB on black background.


Color preview on white background

This text has color #AD7CAB on white background.



Black color preview on #AD7CAB background

This text has black color on #AD7CAB background.


White color preview on #AD7CAB background

This text has white color on #AD7CAB background.