COLOR #A5B2A5

HEX: #A5B2A5
RGB: (165,178,165)

Renk bilgisi

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

RGB renk modeli

#A5B2A5 color RGB value is (165,178,165).

  • kırmız ton 165;
  • yeşil ton 178;
  • mavi ton 165.
RGB:
(165,178,165)
(65%,70%,65%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 178 of 255 = 70%
B 165 of 255 = 65%

165
178
165

R + G + B ~ 67%. #A5B2A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 178 + 165 = 508 (100%)
R 165 of 508 ~ 32.48%
G 178 of 508 ~ 35.04%
B 165 of 508 ~ 32.48%

%32.48
%35.04
%32.48

CMYK RENK MODELİ

#A5B2A5 rengi CMYK tonu (7,0,7,30).

  • camgöbeği tonu 7.30%
  • eflatun tonu 0.00%
  • sarı tonu 7.30%
  • ana renk tonu 30.20%
CMYK:
(7,0,7,30)
C7M0Y7K30 
(7%,0%,7%,30%)
(0.07/0.00/0.07/0.30)	

CMYK yüzdeleri

%7.3
%0
%7.3
%30.2

Codes

Color #A5B2A5 in popluar color models

A5B2A5
RGB165178165
HSL120°7.78%67.25%
HSB/HSV120°7.30%69.80%
CMYK7.30%0.00%7.30%
30.20%

Color #A5B2A5 in popluar number systems.

HEXA5B2A5
Decimal165178165
Binary101001011011001010100101
Octal245262245

Shades and tints

Shades of #A5B2A5

#A5B2A5
(165,178,165)
#96A296
(150,162,150)
#879287
(135,146,135)
#788278
(120,130,120)
#697269
(105,114,105)
#5A625A
(90,98,90)
#4B524B
(75,82,75)
#3C423C
(60,66,60)
#2D322D
(45,50,45)
#1E221E
(30,34,30)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #A5B2A5

#A5B2A5
(165,178,165)
#ADB9AD
(173,185,173)
#B5C0B5
(181,192,181)
#BDC7BD
(189,199,189)
#C5CEC5
(197,206,197)
#CDD5CD
(205,213,205)
#D5DCD5
(213,220,213)
#DDE3DD
(221,227,221)
#E5EAE5
(229,234,229)
#EDF1ED
(237,241,237)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B2A5; }

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

This text font color is #A5B2A5.


Background Color

.myBgColor { background-color: #A5B2A5; }

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

This div background color is #A5B2A5.


Border color

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

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

This div border color is #A5B2A5.


Opacity

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

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

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

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

This text has shadow with #A5B2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B2A5 on black background.


Color preview on white background

This text has color #A5B2A5 on white background.



Black color preview on #A5B2A5 background

This text has black color on #A5B2A5 background.


White color preview on #A5B2A5 background

This text has white color on #A5B2A5 background.