COLOR #A5C7A5

HEX: #A5C7A5
RGB: (165,199,165)

Renk bilgisi

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

RGB renk modeli

#A5C7A5 color RGB value is (165,199,165).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 199 of 255 = 78%
B 165 of 255 = 65%

165
199
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 199 + 165 = 529 (100%)
R 165 of 529 ~ 31.19%
G 199 of 529 ~ 37.62%
B 165 of 529 ~ 31.19%

%31.19
%37.62
%31.19

CMYK RENK MODELİ

#A5C7A5 rengi CMYK tonu (17,0,17,22).

  • camgöbeği tonu 17.09%
  • eflatun tonu 0.00%
  • sarı tonu 17.09%
  • ana renk tonu 21.96%
CMYK:
(17,0,17,22)
C17M0Y17K22 
(17%,0%,17%,22%)
(0.17/0.00/0.17/0.22)	

CMYK yüzdeleri

%17.09
%0
%17.09
%21.96

Codes

Color #A5C7A5 in popluar color models

A5C7A5
RGB165199165
HSL120°23.29%71.37%
HSB/HSV120°17.09%78.04%
CMYK17.09%0.00%17.09%
21.96%

Color #A5C7A5 in popluar number systems.

HEXA5C7A5
Decimal165199165
Binary101001011100011110100101
Octal245307245

Shades and tints

Shades of #A5C7A5

#A5C7A5
(165,199,165)
#96B596
(150,181,150)
#87A387
(135,163,135)
#789178
(120,145,120)
#697F69
(105,127,105)
#5A6D5A
(90,109,90)
#4B5B4B
(75,91,75)
#3C493C
(60,73,60)
#2D372D
(45,55,45)
#1E251E
(30,37,30)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A5C7A5

#A5C7A5
(165,199,165)
#ADCCAD
(173,204,173)
#B5D1B5
(181,209,181)
#BDD6BD
(189,214,189)
#C5DBC5
(197,219,197)
#CDE0CD
(205,224,205)
#D5E5D5
(213,229,213)
#DDEADD
(221,234,221)
#E5EFE5
(229,239,229)
#EDF4ED
(237,244,237)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C7A5; }

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

This text font color is #A5C7A5.


Background Color

.myBgColor { background-color: #A5C7A5; }

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

This div background color is #A5C7A5.


Border color

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

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

This div border color is #A5C7A5.


Opacity

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

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

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

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

This text has shadow with #A5C7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C7A5 on black background.


Color preview on white background

This text has color #A5C7A5 on white background.



Black color preview on #A5C7A5 background

This text has black color on #A5C7A5 background.


White color preview on #A5C7A5 background

This text has white color on #A5C7A5 background.