COLOR #A5C686

HEX: #A5C686
RGB: (165,198,134)

Renk bilgisi

#A5C686 contains mainly red and green colors. #A5C686 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5C686 color RGB value is (165,198,134).

  • kırmız ton 165;
  • yeşil ton 198;
  • mavi ton 134.
RGB:
(165,198,134)
(65%,78%,53%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 198 of 255 = 78%
B 134 of 255 = 53%

165
198
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 198 + 134 = 497 (100%)
R 165 of 497 ~ 33.2%
G 198 of 497 ~ 39.84%
B 134 of 497 ~ 26.96%

%33.2
%39.84
%26.96

CMYK RENK MODELİ

#A5C686 rengi CMYK tonu (17,0,32,22).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 32.32%
  • ana renk tonu 22.35%
CMYK:
(17,0,32,22)
C17M0Y32K22 
(17%,0%,32%,22%)
(0.17/0.00/0.32/0.22)	

CMYK yüzdeleri

%16.67
%0
%32.32
%22.35

Codes

Color #A5C686 in popluar color models

A5C686
RGB165198134
HSL91°35.96%65.10%
HSB/HSV91°32.32%77.65%
CMYK16.67%0.00%32.32%
22.35%

Color #A5C686 in popluar number systems.

HEXA5C686
Decimal165198134
Binary101001011100011010000110
Octal245306206

Shades and tints

Shades of #A5C686

#A5C686
(165,198,134)
#96B47A
(150,180,122)
#87A26E
(135,162,110)
#789062
(120,144,98)
#697E56
(105,126,86)
#5A6C4A
(90,108,74)
#4B5A3E
(75,90,62)
#3C4832
(60,72,50)
#2D3626
(45,54,38)
#1E241A
(30,36,26)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #A5C686

#A5C686
(165,198,134)
#ADCB91
(173,203,145)
#B5D09C
(181,208,156)
#BDD5A7
(189,213,167)
#C5DAB2
(197,218,178)
#CDDFBD
(205,223,189)
#D5E4C8
(213,228,200)
#DDE9D3
(221,233,211)
#E5EEDE
(229,238,222)
#EDF3E9
(237,243,233)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C686; }

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

This text font color is #A5C686.


Background Color

.myBgColor { background-color: #A5C686; }

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

This div background color is #A5C686.


Border color

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

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

This div border color is #A5C686.


Opacity

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

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

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

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

This text has shadow with #A5C686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C686 on black background.


Color preview on white background

This text has color #A5C686 on white background.



Black color preview on #A5C686 background

This text has black color on #A5C686 background.


White color preview on #A5C686 background

This text has white color on #A5C686 background.