COLOR #A5B187

HEX: #A5B187
RGB: (165,177,135)

Renk bilgisi

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

RGB renk modeli

#A5B187 color RGB value is (165,177,135).

  • kırmız ton 165;
  • yeşil ton 177;
  • mavi ton 135.
RGB:
(165,177,135)
(65%,69%,53%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 177 of 255 = 69%
B 135 of 255 = 53%

165
177
135

R + G + B ~ 62%. #A5B187 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 177 + 135 = 477 (100%)
R 165 of 477 ~ 34.59%
G 177 of 477 ~ 37.11%
B 135 of 477 ~ 28.3%

%34.59
%37.11
%28.3

CMYK RENK MODELİ

#A5B187 rengi CMYK tonu (7,0,24,31).

  • camgöbeği tonu 6.78%
  • eflatun tonu 0.00%
  • sarı tonu 23.73%
  • ana renk tonu 30.59%
CMYK:
(7,0,24,31)
C7M0Y24K31 
(7%,0%,24%,31%)
(0.07/0.00/0.24/0.31)	

CMYK yüzdeleri

%6.78
%0
%23.73
%30.59

Codes

Color #A5B187 in popluar color models

A5B187
RGB165177135
HSL77°21.21%61.18%
HSB/HSV77°23.73%69.41%
CMYK6.78%0.00%23.73%
30.59%

Color #A5B187 in popluar number systems.

HEXA5B187
Decimal165177135
Binary101001011011000110000111
Octal245261207

Shades and tints

Shades of #A5B187

#A5B187
(165,177,135)
#96A17B
(150,161,123)
#87916F
(135,145,111)
#788163
(120,129,99)
#697157
(105,113,87)
#5A614B
(90,97,75)
#4B513F
(75,81,63)
#3C4133
(60,65,51)
#2D3127
(45,49,39)
#1E211B
(30,33,27)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A5B187

#A5B187
(165,177,135)
#ADB891
(173,184,145)
#B5BF9B
(181,191,155)
#BDC6A5
(189,198,165)
#C5CDAF
(197,205,175)
#CDD4B9
(205,212,185)
#D5DBC3
(213,219,195)
#DDE2CD
(221,226,205)
#E5E9D7
(229,233,215)
#EDF0E1
(237,240,225)
#F5F7EB
(245,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B187; }

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

This text font color is #A5B187.


Background Color

.myBgColor { background-color: #A5B187; }

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

This div background color is #A5B187.


Border color

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

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

This div border color is #A5B187.


Opacity

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

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

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

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

This text has shadow with #A5B187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B187 on black background.


Color preview on white background

This text has color #A5B187 on white background.



Black color preview on #A5B187 background

This text has black color on #A5B187 background.


White color preview on #A5B187 background

This text has white color on #A5B187 background.