COLOR #ABCA63

HEX: #ABCA63
RGB: (171,202,99)

Renk bilgisi

#ABCA63 contains mainly red and green colors. #ABCA63 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ABCA63 color RGB value is (171,202,99).

  • kırmız ton 171;
  • yeşil ton 202;
  • mavi ton 99.
RGB:
(171,202,99)
(67%,79%,39%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 202 of 255 = 79%
B 99 of 255 = 39%

171
202
99

R + G + B ~ 62%. #ABCA63 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 202 + 99 = 472 (100%)
R 171 of 472 ~ 36.23%
G 202 of 472 ~ 42.8%
B 99 of 472 ~ 20.97%

%36.23
%42.8
%20.97

CMYK RENK MODELİ

#ABCA63 rengi CMYK tonu (15,0,51,21).

  • camgöbeği tonu 15.35%
  • eflatun tonu 0.00%
  • sarı tonu 50.99%
  • ana renk tonu 20.78%
CMYK:
(15,0,51,21)
C15M0Y51K21 
(15%,0%,51%,21%)
(0.15/0.00/0.51/0.21)	

CMYK yüzdeleri

%15.35
%0
%50.99
%20.78

Codes

Color #ABCA63 in popluar color models

ABCA63
RGB17120299
HSL78°49.28%59.02%
HSB/HSV78°50.99%79.22%
CMYK15.35%0.00%50.99%
20.78%

Color #ABCA63 in popluar number systems.

HEXABCA63
Decimal17120299
Binary10101011110010101100011
Octal253312143

Shades and tints

Shades of #ABCA63

#ABCA63
(171,202,99)
#9CB85A
(156,184,90)
#8DA651
(141,166,81)
#7E9448
(126,148,72)
#6F823F
(111,130,63)
#607036
(96,112,54)
#515E2D
(81,94,45)
#424C24
(66,76,36)
#333A1B
(51,58,27)
#242812
(36,40,18)
#151609
(21,22,9)
#000000
(0,0,0)

Tints of #ABCA63

#ABCA63
(171,202,99)
#B2CE71
(178,206,113)
#B9D27F
(185,210,127)
#C0D68D
(192,214,141)
#C7DA9B
(199,218,155)
#CEDEA9
(206,222,169)
#D5E2B7
(213,226,183)
#DCE6C5
(220,230,197)
#E3EAD3
(227,234,211)
#EAEEE1
(234,238,225)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCA63 color. Also use rgb(171,202,99) instead hex code.

Text Font Color

.myTextColor { color: #ABCA63; }

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

This text font color is #ABCA63.


Background Color

.myBgColor { background-color: #ABCA63; }

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

This div background color is #ABCA63.


Border color

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

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

This div border color is #ABCA63.


Opacity

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

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

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

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

This text has shadow with #ABCA63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCA63 on black background.


Color preview on white background

This text has color #ABCA63 on white background.



Black color preview on #ABCA63 background

This text has black color on #ABCA63 background.


White color preview on #ABCA63 background

This text has white color on #ABCA63 background.