COLOR #A495B4

HEX: #A495B4
RGB: (164,149,180)

Renk bilgisi

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

RGB renk modeli

#A495B4 color RGB value is (164,149,180).

  • kırmız ton 164;
  • yeşil ton 149;
  • mavi ton 180.
RGB:
(164,149,180)
(64%,58%,71%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 149 of 255 = 58%
B 180 of 255 = 71%

164
149
180

R + G + B ~ 64%. #A495B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 149 + 180 = 493 (100%)
R 164 of 493 ~ 33.27%
G 149 of 493 ~ 30.22%
B 180 of 493 ~ 36.51%

%33.27
%30.22
%36.51

CMYK RENK MODELİ

#A495B4 rengi CMYK tonu (9,17,0,29).

  • camgöbeği tonu 8.89%
  • eflatun tonu 17.22%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(9,17,0,29)
C9M17Y0K29 
(9%,17%,0%,29%)
(0.09/0.17/0.00/0.29)	

CMYK yüzdeleri

%8.89
%17.22
%0
%29.41

Codes

Color #A495B4 in popluar color models

A495B4
RGB164149180
HSL269°17.13%64.51%
HSB/HSV269°17.22%70.59%
CMYK8.89%17.22%0.00%
29.41%

Color #A495B4 in popluar number systems.

HEXA495B4
Decimal164149180
Binary101001001001010110110100
Octal244225264

Shades and tints

Shades of #A495B4

#A495B4
(164,149,180)
#9688A4
(150,136,164)
#887B94
(136,123,148)
#7A6E84
(122,110,132)
#6C6174
(108,97,116)
#5E5464
(94,84,100)
#504754
(80,71,84)
#423A44
(66,58,68)
#342D34
(52,45,52)
#262024
(38,32,36)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #A495B4

#A495B4
(164,149,180)
#AC9EBA
(172,158,186)
#B4A7C0
(180,167,192)
#BCB0C6
(188,176,198)
#C4B9CC
(196,185,204)
#CCC2D2
(204,194,210)
#D4CBD8
(212,203,216)
#DCD4DE
(220,212,222)
#E4DDE4
(228,221,228)
#ECE6EA
(236,230,234)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A495B4 color. Also use rgb(164,149,180) instead hex code.

Text Font Color

.myTextColor { color: #A495B4; }

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

This text font color is #A495B4.


Background Color

.myBgColor { background-color: #A495B4; }

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

This div background color is #A495B4.


Border color

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

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

This div border color is #A495B4.


Opacity

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

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

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

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

This text has shadow with #A495B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A495B4 on black background.


Color preview on white background

This text has color #A495B4 on white background.



Black color preview on #A495B4 background

This text has black color on #A495B4 background.


White color preview on #A495B4 background

This text has white color on #A495B4 background.