COLOR #A58DAB

HEX: #A58DAB
RGB: (165,141,171)

Renk bilgisi

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

RGB renk modeli

#A58DAB color RGB value is (165,141,171).

  • kırmız ton 165;
  • yeşil ton 141;
  • mavi ton 171.
RGB:
(165,141,171)
(65%,55%,67%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 141 of 255 = 55%
B 171 of 255 = 67%

165
141
171

R + G + B ~ 62%. #A58DAB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 141 + 171 = 477 (100%)
R 165 of 477 ~ 34.59%
G 141 of 477 ~ 29.56%
B 171 of 477 ~ 35.85%

%34.59
%29.56
%35.85

CMYK RENK MODELİ

#A58DAB rengi CMYK tonu (4,18,0,33).

  • camgöbeği tonu 3.51%
  • eflatun tonu 17.54%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(4,18,0,33)
C4M18Y0K33 
(4%,18%,0%,33%)
(0.04/0.18/0.00/0.33)	

CMYK yüzdeleri

%3.51
%17.54
%0
%32.94

Codes

Color #A58DAB in popluar color models

A58DAB
RGB165141171
HSL288°15.15%61.18%
HSB/HSV288°17.54%67.06%
CMYK3.51%17.54%0.00%
32.94%

Color #A58DAB in popluar number systems.

HEXA58DAB
Decimal165141171
Binary101001011000110110101011
Octal245215253

Shades and tints

Shades of #A58DAB

#A58DAB
(165,141,171)
#96819C
(150,129,156)
#87758D
(135,117,141)
#78697E
(120,105,126)
#695D6F
(105,93,111)
#5A5160
(90,81,96)
#4B4551
(75,69,81)
#3C3942
(60,57,66)
#2D2D33
(45,45,51)
#1E2124
(30,33,36)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A58DAB

#A58DAB
(165,141,171)
#AD97B2
(173,151,178)
#B5A1B9
(181,161,185)
#BDABC0
(189,171,192)
#C5B5C7
(197,181,199)
#CDBFCE
(205,191,206)
#D5C9D5
(213,201,213)
#DDD3DC
(221,211,220)
#E5DDE3
(229,221,227)
#EDE7EA
(237,231,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58DAB color. Also use rgb(165,141,171) instead hex code.

Text Font Color

.myTextColor { color: #A58DAB; }

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

This text font color is #A58DAB.


Background Color

.myBgColor { background-color: #A58DAB; }

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

This div background color is #A58DAB.


Border color

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

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

This div border color is #A58DAB.


Opacity

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

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

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

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

This text has shadow with #A58DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58DAB on black background.


Color preview on white background

This text has color #A58DAB on white background.



Black color preview on #A58DAB background

This text has black color on #A58DAB background.


White color preview on #A58DAB background

This text has white color on #A58DAB background.