COLOR #A4DDA5

HEX: #A4DDA5
RGB: (164,221,165)

Renk bilgisi

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

RGB renk modeli

#A4DDA5 color RGB value is (164,221,165).

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

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 221 of 255 = 87%
B 165 of 255 = 65%

164
221
165

R + G + B ~ 72%. #A4DDA5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 221 + 165 = 550 (100%)
R 164 of 550 ~ 29.82%
G 221 of 550 ~ 40.18%
B 165 of 550 ~ 30%

%29.82
%40.18
%30

CMYK RENK MODELİ

#A4DDA5 rengi CMYK tonu (26,0,25,13).

  • camgöbeği tonu 25.79%
  • eflatun tonu 0.00%
  • sarı tonu 25.34%
  • ana renk tonu 13.33%
CMYK:
(26,0,25,13)
C26M0Y25K13 
(26%,0%,25%,13%)
(0.26/0.00/0.25/0.13)	

CMYK yüzdeleri

%25.79
%0
%25.34
%13.33

Codes

Color #A4DDA5 in popluar color models

A4DDA5
RGB164221165
HSL121°45.60%75.49%
HSB/HSV121°25.79%86.67%
CMYK25.79%0.00%25.34%
13.33%

Color #A4DDA5 in popluar number systems.

HEXA4DDA5
Decimal164221165
Binary101001001101110110100101
Octal244335245

Shades and tints

Shades of #A4DDA5

#A4DDA5
(164,221,165)
#96C996
(150,201,150)
#88B587
(136,181,135)
#7AA178
(122,161,120)
#6C8D69
(108,141,105)
#5E795A
(94,121,90)
#50654B
(80,101,75)
#42513C
(66,81,60)
#343D2D
(52,61,45)
#26291E
(38,41,30)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #A4DDA5

#A4DDA5
(164,221,165)
#ACE0AD
(172,224,173)
#B4E3B5
(180,227,181)
#BCE6BD
(188,230,189)
#C4E9C5
(196,233,197)
#CCECCD
(204,236,205)
#D4EFD5
(212,239,213)
#DCF2DD
(220,242,221)
#E4F5E5
(228,245,229)
#ECF8ED
(236,248,237)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DDA5; }

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

This text font color is #A4DDA5.


Background Color

.myBgColor { background-color: #A4DDA5; }

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

This div background color is #A4DDA5.


Border color

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

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

This div border color is #A4DDA5.


Opacity

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

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

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

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

This text has shadow with #A4DDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DDA5 on black background.


Color preview on white background

This text has color #A4DDA5 on white background.



Black color preview on #A4DDA5 background

This text has black color on #A4DDA5 background.


White color preview on #A4DDA5 background

This text has white color on #A4DDA5 background.