COLOR #A5D1A7

HEX: #A5D1A7
RGB: (165,209,167)

Renk bilgisi

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

RGB renk modeli

#A5D1A7 color RGB value is (165,209,167).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 209 of 255 = 82%
B 167 of 255 = 65%

165
209
167

R + G + B ~ 71%. #A5D1A7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 209 + 167 = 541 (100%)
R 165 of 541 ~ 30.5%
G 209 of 541 ~ 38.63%
B 167 of 541 ~ 30.87%

%30.5
%38.63
%30.87

CMYK RENK MODELİ

#A5D1A7 rengi CMYK tonu (21,0,20,18).

  • camgöbeği tonu 21.05%
  • eflatun tonu 0.00%
  • sarı tonu 20.10%
  • ana renk tonu 18.04%
CMYK:
(21,0,20,18)
C21M0Y20K18 
(21%,0%,20%,18%)
(0.21/0.00/0.20/0.18)	

CMYK yüzdeleri

%21.05
%0
%20.1
%18.04

Codes

Color #A5D1A7 in popluar color models

A5D1A7
RGB165209167
HSL123°32.35%73.33%
HSB/HSV123°21.05%81.96%
CMYK21.05%0.00%20.10%
18.04%

Color #A5D1A7 in popluar number systems.

HEXA5D1A7
Decimal165209167
Binary101001011101000110100111
Octal245321247

Shades and tints

Shades of #A5D1A7

#A5D1A7
(165,209,167)
#96BE98
(150,190,152)
#87AB89
(135,171,137)
#78987A
(120,152,122)
#69856B
(105,133,107)
#5A725C
(90,114,92)
#4B5F4D
(75,95,77)
#3C4C3E
(60,76,62)
#2D392F
(45,57,47)
#1E2620
(30,38,32)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5D1A7

#A5D1A7
(165,209,167)
#ADD5AF
(173,213,175)
#B5D9B7
(181,217,183)
#BDDDBF
(189,221,191)
#C5E1C7
(197,225,199)
#CDE5CF
(205,229,207)
#D5E9D7
(213,233,215)
#DDEDDF
(221,237,223)
#E5F1E7
(229,241,231)
#EDF5EF
(237,245,239)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D1A7; }

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

This text font color is #A5D1A7.


Background Color

.myBgColor { background-color: #A5D1A7; }

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

This div background color is #A5D1A7.


Border color

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

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

This div border color is #A5D1A7.


Opacity

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

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

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

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

This text has shadow with #A5D1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D1A7 on black background.


Color preview on white background

This text has color #A5D1A7 on white background.



Black color preview on #A5D1A7 background

This text has black color on #A5D1A7 background.


White color preview on #A5D1A7 background

This text has white color on #A5D1A7 background.