COLOR #A49DD0

HEX: #A49DD0
RGB: (164,157,208)

Renk bilgisi

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

RGB renk modeli

#A49DD0 color RGB value is (164,157,208).

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

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 157 of 255 = 62%
B 208 of 255 = 82%

164
157
208

R + G + B ~ 69%. #A49DD0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 157 + 208 = 529 (100%)
R 164 of 529 ~ 31%
G 157 of 529 ~ 29.68%
B 208 of 529 ~ 39.32%

%31
%29.68
%39.32

CMYK RENK MODELİ

#A49DD0 rengi CMYK tonu (21,25,0,18).

  • camgöbeği tonu 21.15%
  • eflatun tonu 24.52%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(21,25,0,18)
C21M25Y0K18 
(21%,25%,0%,18%)
(0.21/0.25/0.00/0.18)	

CMYK yüzdeleri

%21.15
%24.52
%0
%18.43

Codes

Color #A49DD0 in popluar color models

A49DD0
RGB164157208
HSL248°35.17%71.57%
HSB/HSV248°24.52%81.57%
CMYK21.15%24.52%0.00%
18.43%

Color #A49DD0 in popluar number systems.

HEXA49DD0
Decimal164157208
Binary101001001001110111010000
Octal244235320

Shades and tints

Shades of #A49DD0

#A49DD0
(164,157,208)
#968FBE
(150,143,190)
#8881AC
(136,129,172)
#7A739A
(122,115,154)
#6C6588
(108,101,136)
#5E5776
(94,87,118)
#504964
(80,73,100)
#423B52
(66,59,82)
#342D40
(52,45,64)
#261F2E
(38,31,46)
#18111C
(24,17,28)
#000000
(0,0,0)

Tints of #A49DD0

#A49DD0
(164,157,208)
#ACA5D4
(172,165,212)
#B4ADD8
(180,173,216)
#BCB5DC
(188,181,220)
#C4BDE0
(196,189,224)
#CCC5E4
(204,197,228)
#D4CDE8
(212,205,232)
#DCD5EC
(220,213,236)
#E4DDF0
(228,221,240)
#ECE5F4
(236,229,244)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49DD0; }

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

This text font color is #A49DD0.


Background Color

.myBgColor { background-color: #A49DD0; }

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

This div background color is #A49DD0.


Border color

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

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

This div border color is #A49DD0.


Opacity

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

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

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

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

This text has shadow with #A49DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49DD0 on black background.


Color preview on white background

This text has color #A49DD0 on white background.



Black color preview on #A49DD0 background

This text has black color on #A49DD0 background.


White color preview on #A49DD0 background

This text has white color on #A49DD0 background.