COLOR #A5C393

HEX: #A5C393
RGB: (165,195,147)

Renk bilgisi

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

RGB renk modeli

#A5C393 color RGB value is (165,195,147).

  • kırmız ton 165;
  • yeşil ton 195;
  • mavi ton 147.
RGB:
(165,195,147)
(65%,76%,58%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 195 of 255 = 76%
B 147 of 255 = 58%

165
195
147

R + G + B ~ 66%. #A5C393 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 195 + 147 = 507 (100%)
R 165 of 507 ~ 32.54%
G 195 of 507 ~ 38.46%
B 147 of 507 ~ 28.99%

%32.54
%38.46
%28.99

CMYK RENK MODELİ

#A5C393 rengi CMYK tonu (15,0,25,24).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 24.62%
  • ana renk tonu 23.53%
CMYK:
(15,0,25,24)
C15M0Y25K24 
(15%,0%,25%,24%)
(0.15/0.00/0.25/0.24)	

CMYK yüzdeleri

%15.38
%0
%24.62
%23.53

Codes

Color #A5C393 in popluar color models

A5C393
RGB165195147
HSL98°28.57%67.06%
HSB/HSV98°24.62%76.47%
CMYK15.38%0.00%24.62%
23.53%

Color #A5C393 in popluar number systems.

HEXA5C393
Decimal165195147
Binary101001011100001110010011
Octal245303223

Shades and tints

Shades of #A5C393

#A5C393
(165,195,147)
#96B286
(150,178,134)
#87A179
(135,161,121)
#78906C
(120,144,108)
#697F5F
(105,127,95)
#5A6E52
(90,110,82)
#4B5D45
(75,93,69)
#3C4C38
(60,76,56)
#2D3B2B
(45,59,43)
#1E2A1E
(30,42,30)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #A5C393

#A5C393
(165,195,147)
#ADC89C
(173,200,156)
#B5CDA5
(181,205,165)
#BDD2AE
(189,210,174)
#C5D7B7
(197,215,183)
#CDDCC0
(205,220,192)
#D5E1C9
(213,225,201)
#DDE6D2
(221,230,210)
#E5EBDB
(229,235,219)
#EDF0E4
(237,240,228)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C393; }

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

This text font color is #A5C393.


Background Color

.myBgColor { background-color: #A5C393; }

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

This div background color is #A5C393.


Border color

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

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

This div border color is #A5C393.


Opacity

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

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

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

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

This text has shadow with #A5C393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C393 on black background.


Color preview on white background

This text has color #A5C393 on white background.



Black color preview on #A5C393 background

This text has black color on #A5C393 background.


White color preview on #A5C393 background

This text has white color on #A5C393 background.