COLOR #AD87BF

HEX: #AD87BF
RGB: (173,135,191)

Renk bilgisi

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

RGB renk modeli

#AD87BF color RGB value is (173,135,191).

  • kırmız ton 173;
  • yeşil ton 135;
  • mavi ton 191.
RGB:
(173,135,191)
(68%,53%,75%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 135 of 255 = 53%
B 191 of 255 = 75%

173
135
191

R + G + B ~ 65%. #AD87BF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 135 + 191 = 499 (100%)
R 173 of 499 ~ 34.67%
G 135 of 499 ~ 27.05%
B 191 of 499 ~ 38.28%

%34.67
%27.05
%38.28

CMYK RENK MODELİ

#AD87BF rengi CMYK tonu (9,29,0,25).

  • camgöbeği tonu 9.42%
  • eflatun tonu 29.32%
  • sarı tonu 0.00%
  • ana renk tonu 25.10%
CMYK:
(9,29,0,25)
C9M29Y0K25 
(9%,29%,0%,25%)
(0.09/0.29/0.00/0.25)	

CMYK yüzdeleri

%9.42
%29.32
%0
%25.1

Codes

Color #AD87BF in popluar color models

AD87BF
RGB173135191
HSL281°30.43%63.92%
HSB/HSV281°29.32%74.90%
CMYK9.42%29.32%0.00%
25.10%

Color #AD87BF in popluar number systems.

HEXAD87BF
Decimal173135191
Binary101011011000011110111111
Octal255207277

Shades and tints

Shades of #AD87BF

#AD87BF
(173,135,191)
#9E7BAE
(158,123,174)
#8F6F9D
(143,111,157)
#80638C
(128,99,140)
#71577B
(113,87,123)
#624B6A
(98,75,106)
#533F59
(83,63,89)
#443348
(68,51,72)
#352737
(53,39,55)
#261B26
(38,27,38)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #AD87BF

#AD87BF
(173,135,191)
#B491C4
(180,145,196)
#BB9BC9
(187,155,201)
#C2A5CE
(194,165,206)
#C9AFD3
(201,175,211)
#D0B9D8
(208,185,216)
#D7C3DD
(215,195,221)
#DECDE2
(222,205,226)
#E5D7E7
(229,215,231)
#ECE1EC
(236,225,236)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD87BF color. Also use rgb(173,135,191) instead hex code.

Text Font Color

.myTextColor { color: #AD87BF; }

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

This text font color is #AD87BF.


Background Color

.myBgColor { background-color: #AD87BF; }

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

This div background color is #AD87BF.


Border color

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

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

This div border color is #AD87BF.


Opacity

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

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

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

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

This text has shadow with #AD87BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD87BF on black background.


Color preview on white background

This text has color #AD87BF on white background.



Black color preview on #AD87BF background

This text has black color on #AD87BF background.


White color preview on #AD87BF background

This text has white color on #AD87BF background.