COLOR #ABC59B

HEX: #ABC59B
RGB: (171,197,155)

Renk bilgisi

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

RGB renk modeli

#ABC59B color RGB value is (171,197,155).

  • kırmız ton 171;
  • yeşil ton 197;
  • mavi ton 155.
RGB:
(171,197,155)
(67%,77%,61%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 197 of 255 = 77%
B 155 of 255 = 61%

171
197
155

R + G + B ~ 68%. #ABC59B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 197 + 155 = 523 (100%)
R 171 of 523 ~ 32.7%
G 197 of 523 ~ 37.67%
B 155 of 523 ~ 29.64%

%32.7
%37.67
%29.64

CMYK RENK MODELİ

#ABC59B rengi CMYK tonu (13,0,21,23).

  • camgöbeği tonu 13.20%
  • eflatun tonu 0.00%
  • sarı tonu 21.32%
  • ana renk tonu 22.75%
CMYK:
(13,0,21,23)
C13M0Y21K23 
(13%,0%,21%,23%)
(0.13/0.00/0.21/0.23)	

CMYK yüzdeleri

%13.2
%0
%21.32
%22.75

Codes

Color #ABC59B in popluar color models

ABC59B
RGB171197155
HSL97°26.58%69.02%
HSB/HSV97°21.32%77.25%
CMYK13.20%0.00%21.32%
22.75%

Color #ABC59B in popluar number systems.

HEXABC59B
Decimal171197155
Binary101010111100010110011011
Octal253305233

Shades and tints

Shades of #ABC59B

#ABC59B
(171,197,155)
#9CB48D
(156,180,141)
#8DA37F
(141,163,127)
#7E9271
(126,146,113)
#6F8163
(111,129,99)
#607055
(96,112,85)
#515F47
(81,95,71)
#424E39
(66,78,57)
#333D2B
(51,61,43)
#242C1D
(36,44,29)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #ABC59B

#ABC59B
(171,197,155)
#B2CAA4
(178,202,164)
#B9CFAD
(185,207,173)
#C0D4B6
(192,212,182)
#C7D9BF
(199,217,191)
#CEDEC8
(206,222,200)
#D5E3D1
(213,227,209)
#DCE8DA
(220,232,218)
#E3EDE3
(227,237,227)
#EAF2EC
(234,242,236)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC59B color. Also use rgb(171,197,155) instead hex code.

Text Font Color

.myTextColor { color: #ABC59B; }

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

This text font color is #ABC59B.


Background Color

.myBgColor { background-color: #ABC59B; }

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

This div background color is #ABC59B.


Border color

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

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

This div border color is #ABC59B.


Opacity

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

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

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

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

This text has shadow with #ABC59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC59B on black background.


Color preview on white background

This text has color #ABC59B on white background.



Black color preview on #ABC59B background

This text has black color on #ABC59B background.


White color preview on #ABC59B background

This text has white color on #ABC59B background.