COLOR #A496B4

HEX: #A496B4
RGB: (164,150,180)

Renk bilgisi

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

RGB renk modeli

#A496B4 color RGB value is (164,150,180).

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

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 150 of 255 = 59%
B 180 of 255 = 71%

164
150
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 150 + 180 = 494 (100%)
R 164 of 494 ~ 33.2%
G 150 of 494 ~ 30.36%
B 180 of 494 ~ 36.44%

%33.2
%30.36
%36.44

CMYK RENK MODELİ

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

  • camgöbeği tonu 8.89%
  • eflatun tonu 16.67%
  • 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
%16.67
%0
%29.41

Codes

Color #A496B4 in popluar color models

A496B4
RGB164150180
HSL268°16.67%64.71%
HSB/HSV268°16.67%70.59%
CMYK8.89%16.67%0.00%
29.41%

Color #A496B4 in popluar number systems.

HEXA496B4
Decimal164150180
Binary101001001001011010110100
Octal244226264

Shades and tints

Shades of #A496B4

#A496B4
(164,150,180)
#9689A4
(150,137,164)
#887C94
(136,124,148)
#7A6F84
(122,111,132)
#6C6274
(108,98,116)
#5E5564
(94,85,100)
#504854
(80,72,84)
#423B44
(66,59,68)
#342E34
(52,46,52)
#262124
(38,33,36)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A496B4

#A496B4
(164,150,180)
#AC9FBA
(172,159,186)
#B4A8C0
(180,168,192)
#BCB1C6
(188,177,198)
#C4BACC
(196,186,204)
#CCC3D2
(204,195,210)
#D4CCD8
(212,204,216)
#DCD5DE
(220,213,222)
#E4DEE4
(228,222,228)
#ECE7EA
(236,231,234)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A496B4; }

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

This text font color is #A496B4.


Background Color

.myBgColor { background-color: #A496B4; }

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

This div background color is #A496B4.


Border color

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

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

This div border color is #A496B4.


Opacity

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

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

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

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

This text has shadow with #A496B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A496B4 on black background.


Color preview on white background

This text has color #A496B4 on white background.



Black color preview on #A496B4 background

This text has black color on #A496B4 background.


White color preview on #A496B4 background

This text has white color on #A496B4 background.