COLOR #ABD69B

HEX: #ABD69B
RGB: (171,214,155)

Renk bilgisi

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

RGB renk modeli

#ABD69B color RGB value is (171,214,155).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 214 of 255 = 84%
B 155 of 255 = 61%

171
214
155

R + G + B ~ 71%. #ABD69B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 214 + 155 = 540 (100%)
R 171 of 540 ~ 31.67%
G 214 of 540 ~ 39.63%
B 155 of 540 ~ 28.7%

%31.67
%39.63
%28.7

CMYK RENK MODELİ

#ABD69B rengi CMYK tonu (20,0,28,16).

  • camgöbeği tonu 20.09%
  • eflatun tonu 0.00%
  • sarı tonu 27.57%
  • ana renk tonu 16.08%
CMYK:
(20,0,28,16)
C20M0Y28K16 
(20%,0%,28%,16%)
(0.20/0.00/0.28/0.16)	

CMYK yüzdeleri

%20.09
%0
%27.57
%16.08

Codes

Color #ABD69B in popluar color models

ABD69B
RGB171214155
HSL104°41.84%72.35%
HSB/HSV104°27.57%83.92%
CMYK20.09%0.00%27.57%
16.08%

Color #ABD69B in popluar number systems.

HEXABD69B
Decimal171214155
Binary101010111101011010011011
Octal253326233

Shades and tints

Shades of #ABD69B

#ABD69B
(171,214,155)
#9CC38D
(156,195,141)
#8DB07F
(141,176,127)
#7E9D71
(126,157,113)
#6F8A63
(111,138,99)
#607755
(96,119,85)
#516447
(81,100,71)
#425139
(66,81,57)
#333E2B
(51,62,43)
#242B1D
(36,43,29)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #ABD69B

#ABD69B
(171,214,155)
#B2D9A4
(178,217,164)
#B9DCAD
(185,220,173)
#C0DFB6
(192,223,182)
#C7E2BF
(199,226,191)
#CEE5C8
(206,229,200)
#D5E8D1
(213,232,209)
#DCEBDA
(220,235,218)
#E3EEE3
(227,238,227)
#EAF1EC
(234,241,236)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD69B; }

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

This text font color is #ABD69B.


Background Color

.myBgColor { background-color: #ABD69B; }

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

This div background color is #ABD69B.


Border color

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

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

This div border color is #ABD69B.


Opacity

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

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

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

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

This text has shadow with #ABD69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD69B on black background.


Color preview on white background

This text has color #ABD69B on white background.



Black color preview on #ABD69B background

This text has black color on #ABD69B background.


White color preview on #ABD69B background

This text has white color on #ABD69B background.