COLOR #A5DB8C

HEX: #A5DB8C
RGB: (165,219,140)

Renk bilgisi

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

RGB renk modeli

#A5DB8C color RGB value is (165,219,140).

  • kırmız ton 165;
  • yeşil ton 219;
  • mavi ton 140.
RGB:
(165,219,140)
(65%,86%,55%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 219 of 255 = 86%
B 140 of 255 = 55%

165
219
140

R + G + B ~ 69%. #A5DB8C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 219 + 140 = 524 (100%)
R 165 of 524 ~ 31.49%
G 219 of 524 ~ 41.79%
B 140 of 524 ~ 26.72%

%31.49
%41.79
%26.72

CMYK RENK MODELİ

#A5DB8C rengi CMYK tonu (25,0,36,14).

  • camgöbeği tonu 24.66%
  • eflatun tonu 0.00%
  • sarı tonu 36.07%
  • ana renk tonu 14.12%
CMYK:
(25,0,36,14)
C25M0Y36K14 
(25%,0%,36%,14%)
(0.25/0.00/0.36/0.14)	

CMYK yüzdeleri

%24.66
%0
%36.07
%14.12

Codes

Color #A5DB8C in popluar color models

A5DB8C
RGB165219140
HSL101°52.32%70.39%
HSB/HSV101°36.07%85.88%
CMYK24.66%0.00%36.07%
14.12%

Color #A5DB8C in popluar number systems.

HEXA5DB8C
Decimal165219140
Binary101001011101101110001100
Octal245333214

Shades and tints

Shades of #A5DB8C

#A5DB8C
(165,219,140)
#96C880
(150,200,128)
#87B574
(135,181,116)
#78A268
(120,162,104)
#698F5C
(105,143,92)
#5A7C50
(90,124,80)
#4B6944
(75,105,68)
#3C5638
(60,86,56)
#2D432C
(45,67,44)
#1E3020
(30,48,32)
#0F1D14
(15,29,20)
#000000
(0,0,0)

Tints of #A5DB8C

#A5DB8C
(165,219,140)
#ADDE96
(173,222,150)
#B5E1A0
(181,225,160)
#BDE4AA
(189,228,170)
#C5E7B4
(197,231,180)
#CDEABE
(205,234,190)
#D5EDC8
(213,237,200)
#DDF0D2
(221,240,210)
#E5F3DC
(229,243,220)
#EDF6E6
(237,246,230)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DB8C color. Also use rgb(165,219,140) instead hex code.

Text Font Color

.myTextColor { color: #A5DB8C; }

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

This text font color is #A5DB8C.


Background Color

.myBgColor { background-color: #A5DB8C; }

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

This div background color is #A5DB8C.


Border color

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

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

This div border color is #A5DB8C.


Opacity

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

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

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

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

This text has shadow with #A5DB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DB8C on black background.


Color preview on white background

This text has color #A5DB8C on white background.



Black color preview on #A5DB8C background

This text has black color on #A5DB8C background.


White color preview on #A5DB8C background

This text has white color on #A5DB8C background.