COLOR #A5B3A7

HEX: #A5B3A7
RGB: (165,179,167)

Renk bilgisi

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

RGB renk modeli

#A5B3A7 color RGB value is (165,179,167).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 179 of 255 = 70%
B 167 of 255 = 65%

165
179
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 179 + 167 = 511 (100%)
R 165 of 511 ~ 32.29%
G 179 of 511 ~ 35.03%
B 167 of 511 ~ 32.68%

%32.29
%35.03
%32.68

CMYK RENK MODELİ

#A5B3A7 rengi CMYK tonu (8,0,7,30).

  • camgöbeği tonu 7.82%
  • eflatun tonu 0.00%
  • sarı tonu 6.70%
  • ana renk tonu 29.80%
CMYK:
(8,0,7,30)
C8M0Y7K30 
(8%,0%,7%,30%)
(0.08/0.00/0.07/0.30)	

CMYK yüzdeleri

%7.82
%0
%6.7
%29.8

Codes

Color #A5B3A7 in popluar color models

A5B3A7
RGB165179167
HSL129°8.43%67.45%
HSB/HSV129°7.82%70.20%
CMYK7.82%0.00%6.70%
29.80%

Color #A5B3A7 in popluar number systems.

HEXA5B3A7
Decimal165179167
Binary101001011011001110100111
Octal245263247

Shades and tints

Shades of #A5B3A7

#A5B3A7
(165,179,167)
#96A398
(150,163,152)
#879389
(135,147,137)
#78837A
(120,131,122)
#69736B
(105,115,107)
#5A635C
(90,99,92)
#4B534D
(75,83,77)
#3C433E
(60,67,62)
#2D332F
(45,51,47)
#1E2320
(30,35,32)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5B3A7

#A5B3A7
(165,179,167)
#ADB9AF
(173,185,175)
#B5BFB7
(181,191,183)
#BDC5BF
(189,197,191)
#C5CBC7
(197,203,199)
#CDD1CF
(205,209,207)
#D5D7D7
(213,215,215)
#DDDDDF
(221,221,223)
#E5E3E7
(229,227,231)
#EDE9EF
(237,233,239)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B3A7; }

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

This text font color is #A5B3A7.


Background Color

.myBgColor { background-color: #A5B3A7; }

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

This div background color is #A5B3A7.


Border color

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

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

This div border color is #A5B3A7.


Opacity

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

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

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

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

This text has shadow with #A5B3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B3A7 on black background.


Color preview on white background

This text has color #A5B3A7 on white background.



Black color preview on #A5B3A7 background

This text has black color on #A5B3A7 background.


White color preview on #A5B3A7 background

This text has white color on #A5B3A7 background.