COLOR #A5D1A6

HEX: #A5D1A6
RGB: (165,209,166)

Renk bilgisi

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

RGB renk modeli

#A5D1A6 color RGB value is (165,209,166).

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

RGB bağlantıları ve doygunluk

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

165
209
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 209 + 166 = 540 (100%)
R 165 of 540 ~ 30.56%
G 209 of 540 ~ 38.7%
B 166 of 540 ~ 30.74%

%30.56
%38.7
%30.74

CMYK RENK MODELİ

#A5D1A6 rengi CMYK tonu (21,0,21,18).

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

CMYK yüzdeleri

%21.05
%0
%20.57
%18.04

Codes

Color #A5D1A6 in popluar color models

A5D1A6
RGB165209166
HSL121°32.35%73.33%
HSB/HSV121°21.05%81.96%
CMYK21.05%0.00%20.57%
18.04%

Color #A5D1A6 in popluar number systems.

HEXA5D1A6
Decimal165209166
Binary101001011101000110100110
Octal245321246

Shades and tints

Shades of #A5D1A6

#A5D1A6
(165,209,166)
#96BE97
(150,190,151)
#87AB88
(135,171,136)
#789879
(120,152,121)
#69856A
(105,133,106)
#5A725B
(90,114,91)
#4B5F4C
(75,95,76)
#3C4C3D
(60,76,61)
#2D392E
(45,57,46)
#1E261F
(30,38,31)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #A5D1A6

#A5D1A6
(165,209,166)
#ADD5AE
(173,213,174)
#B5D9B6
(181,217,182)
#BDDDBE
(189,221,190)
#C5E1C6
(197,225,198)
#CDE5CE
(205,229,206)
#D5E9D6
(213,233,214)
#DDEDDE
(221,237,222)
#E5F1E6
(229,241,230)
#EDF5EE
(237,245,238)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D1A6; }

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

This text font color is #A5D1A6.


Background Color

.myBgColor { background-color: #A5D1A6; }

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

This div background color is #A5D1A6.


Border color

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

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

This div border color is #A5D1A6.


Opacity

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

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

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

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

This text has shadow with #A5D1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D1A6 on black background.


Color preview on white background

This text has color #A5D1A6 on white background.



Black color preview on #A5D1A6 background

This text has black color on #A5D1A6 background.


White color preview on #A5D1A6 background

This text has white color on #A5D1A6 background.