COLOR #A5B9AD

HEX: #A5B9AD
RGB: (165,185,173)

Renk bilgisi

#A5B9AD contains red, green and blue colors in about the same proportion. #A5B9AD ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5B9AD color RGB value is (165,185,173).

  • kırmız ton 165;
  • yeşil ton 185;
  • mavi ton 173.
RGB:
(165,185,173)
(65%,73%,68%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 185 of 255 = 73%
B 173 of 255 = 68%

165
185
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 185 + 173 = 523 (100%)
R 165 of 523 ~ 31.55%
G 185 of 523 ~ 35.37%
B 173 of 523 ~ 33.08%

%31.55
%35.37
%33.08

CMYK RENK MODELİ

#A5B9AD rengi CMYK tonu (11,0,6,27).

  • camgöbeği tonu 10.81%
  • eflatun tonu 0.00%
  • sarı tonu 6.49%
  • ana renk tonu 27.45%
CMYK:
(11,0,6,27)
C11M0Y6K27 
(11%,0%,6%,27%)
(0.11/0.00/0.06/0.27)	

CMYK yüzdeleri

%10.81
%0
%6.49
%27.45

Codes

Color #A5B9AD in popluar color models

A5B9AD
RGB165185173
HSL144°12.50%68.63%
HSB/HSV144°10.81%72.55%
CMYK10.81%0.00%6.49%
27.45%

Color #A5B9AD in popluar number systems.

HEXA5B9AD
Decimal165185173
Binary101001011011100110101101
Octal245271255

Shades and tints

Shades of #A5B9AD

#A5B9AD
(165,185,173)
#96A99E
(150,169,158)
#87998F
(135,153,143)
#788980
(120,137,128)
#697971
(105,121,113)
#5A6962
(90,105,98)
#4B5953
(75,89,83)
#3C4944
(60,73,68)
#2D3935
(45,57,53)
#1E2926
(30,41,38)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #A5B9AD

#A5B9AD
(165,185,173)
#ADBFB4
(173,191,180)
#B5C5BB
(181,197,187)
#BDCBC2
(189,203,194)
#C5D1C9
(197,209,201)
#CDD7D0
(205,215,208)
#D5DDD7
(213,221,215)
#DDE3DE
(221,227,222)
#E5E9E5
(229,233,229)
#EDEFEC
(237,239,236)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B9AD; }

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

This text font color is #A5B9AD.


Background Color

.myBgColor { background-color: #A5B9AD; }

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

This div background color is #A5B9AD.


Border color

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

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

This div border color is #A5B9AD.


Opacity

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

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

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

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

This text has shadow with #A5B9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9AD on black background.


Color preview on white background

This text has color #A5B9AD on white background.



Black color preview on #A5B9AD background

This text has black color on #A5B9AD background.


White color preview on #A5B9AD background

This text has white color on #A5B9AD background.