COLOR #AD8BBB

HEX: #AD8BBB
RGB: (173,139,187)

Renk bilgisi

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

RGB renk modeli

#AD8BBB color RGB value is (173,139,187).

  • kırmız ton 173;
  • yeşil ton 139;
  • mavi ton 187.
RGB:
(173,139,187)
(68%,55%,73%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 139 of 255 = 55%
B 187 of 255 = 73%

173
139
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 139 + 187 = 499 (100%)
R 173 of 499 ~ 34.67%
G 139 of 499 ~ 27.86%
B 187 of 499 ~ 37.47%

%34.67
%27.86
%37.47

CMYK RENK MODELİ

#AD8BBB rengi CMYK tonu (7,26,0,27).

  • camgöbeği tonu 7.49%
  • eflatun tonu 25.67%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(7,26,0,27)
C7M26Y0K27 
(7%,26%,0%,27%)
(0.07/0.26/0.00/0.27)	

CMYK yüzdeleri

%7.49
%25.67
%0
%26.67

Codes

Color #AD8BBB in popluar color models

AD8BBB
RGB173139187
HSL283°26.09%63.92%
HSB/HSV283°25.67%73.33%
CMYK7.49%25.67%0.00%
26.67%

Color #AD8BBB in popluar number systems.

HEXAD8BBB
Decimal173139187
Binary101011011000101110111011
Octal255213273

Shades and tints

Shades of #AD8BBB

#AD8BBB
(173,139,187)
#9E7FAA
(158,127,170)
#8F7399
(143,115,153)
#806788
(128,103,136)
#715B77
(113,91,119)
#624F66
(98,79,102)
#534355
(83,67,85)
#443744
(68,55,68)
#352B33
(53,43,51)
#261F22
(38,31,34)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #AD8BBB

#AD8BBB
(173,139,187)
#B495C1
(180,149,193)
#BB9FC7
(187,159,199)
#C2A9CD
(194,169,205)
#C9B3D3
(201,179,211)
#D0BDD9
(208,189,217)
#D7C7DF
(215,199,223)
#DED1E5
(222,209,229)
#E5DBEB
(229,219,235)
#ECE5F1
(236,229,241)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8BBB color. Also use rgb(173,139,187) instead hex code.

Text Font Color

.myTextColor { color: #AD8BBB; }

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

This text font color is #AD8BBB.


Background Color

.myBgColor { background-color: #AD8BBB; }

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

This div background color is #AD8BBB.


Border color

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

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

This div border color is #AD8BBB.


Opacity

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

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

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

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

This text has shadow with #AD8BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8BBB on black background.


Color preview on white background

This text has color #AD8BBB on white background.



Black color preview on #AD8BBB background

This text has black color on #AD8BBB background.


White color preview on #AD8BBB background

This text has white color on #AD8BBB background.