COLOR #A5DD9E

HEX: #A5DD9E
RGB: (165,221,158)

Renk bilgisi

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

RGB renk modeli

#A5DD9E color RGB value is (165,221,158).

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

RGB bağlantıları ve doygunluk

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

165
221
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 221 + 158 = 544 (100%)
R 165 of 544 ~ 30.33%
G 221 of 544 ~ 40.63%
B 158 of 544 ~ 29.04%

%30.33
%40.63
%29.04

CMYK RENK MODELİ

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

  • camgöbeği tonu 25.34%
  • eflatun tonu 0.00%
  • sarı tonu 28.51%
  • 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.51
%13.33

Codes

Color #A5DD9E in popluar color models

A5DD9E
RGB165221158
HSL113°48.09%74.31%
HSB/HSV113°28.51%86.67%
CMYK25.34%0.00%28.51%
13.33%

Color #A5DD9E in popluar number systems.

HEXA5DD9E
Decimal165221158
Binary101001011101110110011110
Octal245335236

Shades and tints

Shades of #A5DD9E

#A5DD9E
(165,221,158)
#96C990
(150,201,144)
#87B582
(135,181,130)
#78A174
(120,161,116)
#698D66
(105,141,102)
#5A7958
(90,121,88)
#4B654A
(75,101,74)
#3C513C
(60,81,60)
#2D3D2E
(45,61,46)
#1E2920
(30,41,32)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A5DD9E

#A5DD9E
(165,221,158)
#ADE0A6
(173,224,166)
#B5E3AE
(181,227,174)
#BDE6B6
(189,230,182)
#C5E9BE
(197,233,190)
#CDECC6
(205,236,198)
#D5EFCE
(213,239,206)
#DDF2D6
(221,242,214)
#E5F5DE
(229,245,222)
#EDF8E6
(237,248,230)
#F5FBEE
(245,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DD9E; }

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

This text font color is #A5DD9E.


Background Color

.myBgColor { background-color: #A5DD9E; }

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

This div background color is #A5DD9E.


Border color

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

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

This div border color is #A5DD9E.


Opacity

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

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

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

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

This text has shadow with #A5DD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DD9E on black background.


Color preview on white background

This text has color #A5DD9E on white background.



Black color preview on #A5DD9E background

This text has black color on #A5DD9E background.


White color preview on #A5DD9E background

This text has white color on #A5DD9E background.