COLOR #A49DB8

HEX: #A49DB8
RGB: (164,157,184)

Renk bilgisi

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

RGB renk modeli

#A49DB8 color RGB value is (164,157,184).

  • kırmız ton 164;
  • yeşil ton 157;
  • mavi ton 184.
RGB:
(164,157,184)
(64%,62%,72%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 157 of 255 = 62%
B 184 of 255 = 72%

164
157
184

R + G + B ~ 66%. #A49DB8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 157 + 184 = 505 (100%)
R 164 of 505 ~ 32.48%
G 157 of 505 ~ 31.09%
B 184 of 505 ~ 36.44%

%32.48
%31.09
%36.44

CMYK RENK MODELİ

#A49DB8 rengi CMYK tonu (11,15,0,28).

  • camgöbeği tonu 10.87%
  • eflatun tonu 14.67%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(11,15,0,28)
C11M15Y0K28 
(11%,15%,0%,28%)
(0.11/0.15/0.00/0.28)	

CMYK yüzdeleri

%10.87
%14.67
%0
%27.84

Codes

Color #A49DB8 in popluar color models

A49DB8
RGB164157184
HSL256°15.98%66.86%
HSB/HSV256°14.67%72.16%
CMYK10.87%14.67%0.00%
27.84%

Color #A49DB8 in popluar number systems.

HEXA49DB8
Decimal164157184
Binary101001001001110110111000
Octal244235270

Shades and tints

Shades of #A49DB8

#A49DB8
(164,157,184)
#968FA8
(150,143,168)
#888198
(136,129,152)
#7A7388
(122,115,136)
#6C6578
(108,101,120)
#5E5768
(94,87,104)
#504958
(80,73,88)
#423B48
(66,59,72)
#342D38
(52,45,56)
#261F28
(38,31,40)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #A49DB8

#A49DB8
(164,157,184)
#ACA5BE
(172,165,190)
#B4ADC4
(180,173,196)
#BCB5CA
(188,181,202)
#C4BDD0
(196,189,208)
#CCC5D6
(204,197,214)
#D4CDDC
(212,205,220)
#DCD5E2
(220,213,226)
#E4DDE8
(228,221,232)
#ECE5EE
(236,229,238)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49DB8 color. Also use rgb(164,157,184) instead hex code.

Text Font Color

.myTextColor { color: #A49DB8; }

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

This text font color is #A49DB8.


Background Color

.myBgColor { background-color: #A49DB8; }

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

This div background color is #A49DB8.


Border color

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

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

This div border color is #A49DB8.


Opacity

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

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

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

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

This text has shadow with #A49DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49DB8 on black background.


Color preview on white background

This text has color #A49DB8 on white background.



Black color preview on #A49DB8 background

This text has black color on #A49DB8 background.


White color preview on #A49DB8 background

This text has white color on #A49DB8 background.