COLOR #ABE09B

HEX: #ABE09B
RGB: (171,224,155)

Renk bilgisi

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

RGB renk modeli

#ABE09B color RGB value is (171,224,155).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 224 of 255 = 88%
B 155 of 255 = 61%

171
224
155

R + G + B ~ 72%. #ABE09B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 224 + 155 = 550 (100%)
R 171 of 550 ~ 31.09%
G 224 of 550 ~ 40.73%
B 155 of 550 ~ 28.18%

%31.09
%40.73
%28.18

CMYK RENK MODELİ

#ABE09B rengi CMYK tonu (24,0,31,12).

  • camgöbeği tonu 23.66%
  • eflatun tonu 0.00%
  • sarı tonu 30.80%
  • ana renk tonu 12.16%
CMYK:
(24,0,31,12)
C24M0Y31K12 
(24%,0%,31%,12%)
(0.24/0.00/0.31/0.12)	

CMYK yüzdeleri

%23.66
%0
%30.8
%12.16

Codes

Color #ABE09B in popluar color models

ABE09B
RGB171224155
HSL106°52.67%74.31%
HSB/HSV106°30.80%87.84%
CMYK23.66%0.00%30.80%
12.16%

Color #ABE09B in popluar number systems.

HEXABE09B
Decimal171224155
Binary101010111110000010011011
Octal253340233

Shades and tints

Shades of #ABE09B

#ABE09B
(171,224,155)
#9CCC8D
(156,204,141)
#8DB87F
(141,184,127)
#7EA471
(126,164,113)
#6F9063
(111,144,99)
#607C55
(96,124,85)
#516847
(81,104,71)
#425439
(66,84,57)
#33402B
(51,64,43)
#242C1D
(36,44,29)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #ABE09B

#ABE09B
(171,224,155)
#B2E2A4
(178,226,164)
#B9E4AD
(185,228,173)
#C0E6B6
(192,230,182)
#C7E8BF
(199,232,191)
#CEEAC8
(206,234,200)
#D5ECD1
(213,236,209)
#DCEEDA
(220,238,218)
#E3F0E3
(227,240,227)
#EAF2EC
(234,242,236)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE09B; }

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

This text font color is #ABE09B.


Background Color

.myBgColor { background-color: #ABE09B; }

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

This div background color is #ABE09B.


Border color

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

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

This div border color is #ABE09B.


Opacity

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

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

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

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

This text has shadow with #ABE09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE09B on black background.


Color preview on white background

This text has color #ABE09B on white background.



Black color preview on #ABE09B background

This text has black color on #ABE09B background.


White color preview on #ABE09B background

This text has white color on #ABE09B background.