COLOR #A5DD9D

HEX: #A5DD9D
RGB: (165,221,157)

Renk bilgisi

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

RGB renk modeli

#A5DD9D color RGB value is (165,221,157).

  • kırmız ton 165;
  • yeşil ton 221;
  • mavi ton 157.
RGB:
(165,221,157)
(65%,87%,62%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 221 of 255 = 87%
B 157 of 255 = 62%

165
221
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 221 + 157 = 543 (100%)
R 165 of 543 ~ 30.39%
G 221 of 543 ~ 40.7%
B 157 of 543 ~ 28.91%

%30.39
%40.7
%28.91

CMYK RENK MODELİ

#A5DD9D rengi CMYK tonu (25,0,29,13).

  • camgöbeği tonu 25.34%
  • eflatun tonu 0.00%
  • sarı tonu 28.96%
  • ana renk tonu 13.33%
CMYK:
(25,0,29,13)
C25M0Y29K13 
(25%,0%,29%,13%)
(0.25/0.00/0.29/0.13)	

CMYK yüzdeleri

%25.34
%0
%28.96
%13.33

Codes

Color #A5DD9D in popluar color models

A5DD9D
RGB165221157
HSL113°48.48%74.12%
HSB/HSV113°28.96%86.67%
CMYK25.34%0.00%28.96%
13.33%

Color #A5DD9D in popluar number systems.

HEXA5DD9D
Decimal165221157
Binary101001011101110110011101
Octal245335235

Shades and tints

Shades of #A5DD9D

#A5DD9D
(165,221,157)
#96C98F
(150,201,143)
#87B581
(135,181,129)
#78A173
(120,161,115)
#698D65
(105,141,101)
#5A7957
(90,121,87)
#4B6549
(75,101,73)
#3C513B
(60,81,59)
#2D3D2D
(45,61,45)
#1E291F
(30,41,31)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #A5DD9D

#A5DD9D
(165,221,157)
#ADE0A5
(173,224,165)
#B5E3AD
(181,227,173)
#BDE6B5
(189,230,181)
#C5E9BD
(197,233,189)
#CDECC5
(205,236,197)
#D5EFCD
(213,239,205)
#DDF2D5
(221,242,213)
#E5F5DD
(229,245,221)
#EDF8E5
(237,248,229)
#F5FBED
(245,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DD9D; }

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

This text font color is #A5DD9D.


Background Color

.myBgColor { background-color: #A5DD9D; }

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

This div background color is #A5DD9D.


Border color

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

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

This div border color is #A5DD9D.


Opacity

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

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

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

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

This text has shadow with #A5DD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DD9D on black background.


Color preview on white background

This text has color #A5DD9D on white background.



Black color preview on #A5DD9D background

This text has black color on #A5DD9D background.


White color preview on #A5DD9D background

This text has white color on #A5DD9D background.