COLOR #ABDB49

HEX: #ABDB49
RGB: (171,219,73)

Renk bilgisi

#ABDB49 contains mainly red and green colors. #ABDB49 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#ABDB49 color RGB value is (171,219,73).

  • kırmız ton 171;
  • yeşil ton 219;
  • mavi ton 73.
RGB:
(171,219,73)
(67%,86%,29%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 219 of 255 = 86%
B 73 of 255 = 29%

171
219
73

R + G + B ~ 61%. #ABDB49 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 219 + 73 = 463 (100%)
R 171 of 463 ~ 36.93%
G 219 of 463 ~ 47.3%
B 73 of 463 ~ 15.77%

%36.93
%47.3
%15.77

CMYK RENK MODELİ

#ABDB49 rengi CMYK tonu (22,0,67,14).

  • camgöbeği tonu 21.92%
  • eflatun tonu 0.00%
  • sarı tonu 66.67%
  • ana renk tonu 14.12%
CMYK:
(22,0,67,14)
C22M0Y67K14 
(22%,0%,67%,14%)
(0.22/0.00/0.67/0.14)	

CMYK yüzdeleri

%21.92
%0
%66.67
%14.12

Codes

Color #ABDB49 in popluar color models

ABDB49
RGB17121973
HSL80°66.97%57.25%
HSB/HSV80°66.67%85.88%
CMYK21.92%0.00%66.67%
14.12%

Color #ABDB49 in popluar number systems.

HEXABDB49
Decimal17121973
Binary10101011110110111001001
Octal253333111

Shades and tints

Shades of #ABDB49

#ABDB49
(171,219,73)
#9CC843
(156,200,67)
#8DB53D
(141,181,61)
#7EA237
(126,162,55)
#6F8F31
(111,143,49)
#607C2B
(96,124,43)
#516925
(81,105,37)
#42561F
(66,86,31)
#334319
(51,67,25)
#243013
(36,48,19)
#151D0D
(21,29,13)
#000000
(0,0,0)

Tints of #ABDB49

#ABDB49
(171,219,73)
#B2DE59
(178,222,89)
#B9E169
(185,225,105)
#C0E479
(192,228,121)
#C7E789
(199,231,137)
#CEEA99
(206,234,153)
#D5EDA9
(213,237,169)
#DCF0B9
(220,240,185)
#E3F3C9
(227,243,201)
#EAF6D9
(234,246,217)
#F1F9E9
(241,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDB49 color. Also use rgb(171,219,73) instead hex code.

Text Font Color

.myTextColor { color: #ABDB49; }

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

This text font color is #ABDB49.


Background Color

.myBgColor { background-color: #ABDB49; }

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

This div background color is #ABDB49.


Border color

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

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

This div border color is #ABDB49.


Opacity

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

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

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

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

This text has shadow with #ABDB49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDB49 on black background.


Color preview on white background

This text has color #ABDB49 on white background.



Black color preview on #ABDB49 background

This text has black color on #ABDB49 background.


White color preview on #ABDB49 background

This text has white color on #ABDB49 background.