COLOR #ABC399

HEX: #ABC399
RGB: (171,195,153)

Renk bilgisi

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

RGB renk modeli

#ABC399 color RGB value is (171,195,153).

  • kırmız ton 171;
  • yeşil ton 195;
  • mavi ton 153.
RGB:
(171,195,153)
(67%,76%,60%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 195 of 255 = 76%
B 153 of 255 = 60%

171
195
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 195 + 153 = 519 (100%)
R 171 of 519 ~ 32.95%
G 195 of 519 ~ 37.57%
B 153 of 519 ~ 29.48%

%32.95
%37.57
%29.48

CMYK RENK MODELİ

#ABC399 rengi CMYK tonu (12,0,22,24).

  • camgöbeği tonu 12.31%
  • eflatun tonu 0.00%
  • sarı tonu 21.54%
  • ana renk tonu 23.53%
CMYK:
(12,0,22,24)
C12M0Y22K24 
(12%,0%,22%,24%)
(0.12/0.00/0.22/0.24)	

CMYK yüzdeleri

%12.31
%0
%21.54
%23.53

Codes

Color #ABC399 in popluar color models

ABC399
RGB171195153
HSL94°25.93%68.24%
HSB/HSV94°21.54%76.47%
CMYK12.31%0.00%21.54%
23.53%

Color #ABC399 in popluar number systems.

HEXABC399
Decimal171195153
Binary101010111100001110011001
Octal253303231

Shades and tints

Shades of #ABC399

#ABC399
(171,195,153)
#9CB28C
(156,178,140)
#8DA17F
(141,161,127)
#7E9072
(126,144,114)
#6F7F65
(111,127,101)
#606E58
(96,110,88)
#515D4B
(81,93,75)
#424C3E
(66,76,62)
#333B31
(51,59,49)
#242A24
(36,42,36)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #ABC399

#ABC399
(171,195,153)
#B2C8A2
(178,200,162)
#B9CDAB
(185,205,171)
#C0D2B4
(192,210,180)
#C7D7BD
(199,215,189)
#CEDCC6
(206,220,198)
#D5E1CF
(213,225,207)
#DCE6D8
(220,230,216)
#E3EBE1
(227,235,225)
#EAF0EA
(234,240,234)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC399 color. Also use rgb(171,195,153) instead hex code.

Text Font Color

.myTextColor { color: #ABC399; }

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

This text font color is #ABC399.


Background Color

.myBgColor { background-color: #ABC399; }

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

This div background color is #ABC399.


Border color

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

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

This div border color is #ABC399.


Opacity

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

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

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

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

This text has shadow with #ABC399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC399 on black background.


Color preview on white background

This text has color #ABC399 on white background.



Black color preview on #ABC399 background

This text has black color on #ABC399 background.


White color preview on #ABC399 background

This text has white color on #ABC399 background.