COLOR #ABB08D

HEX: #ABB08D
RGB: (171,176,141)

Renk bilgisi

#ABB08D contains red, green and blue colors in about the same proportion. #ABB08D ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#ABB08D color RGB value is (171,176,141).

  • kırmız ton 171;
  • yeşil ton 176;
  • mavi ton 141.
RGB:
(171,176,141)
(67%,69%,55%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 176 of 255 = 69%
B 141 of 255 = 55%

171
176
141

R + G + B ~ 64%. #ABB08D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 176 + 141 = 488 (100%)
R 171 of 488 ~ 35.04%
G 176 of 488 ~ 36.07%
B 141 of 488 ~ 28.89%

%35.04
%36.07
%28.89

CMYK RENK MODELİ

#ABB08D rengi CMYK tonu (3,0,20,31).

  • camgöbeği tonu 2.84%
  • eflatun tonu 0.00%
  • sarı tonu 19.89%
  • ana renk tonu 30.98%
CMYK:
(3,0,20,31)
C3M0Y20K31 
(3%,0%,20%,31%)
(0.03/0.00/0.20/0.31)	

CMYK yüzdeleri

%2.84
%0
%19.89
%30.98

Codes

Color #ABB08D in popluar color models

ABB08D
RGB171176141
HSL69°18.13%62.16%
HSB/HSV69°19.89%69.02%
CMYK2.84%0.00%19.89%
30.98%

Color #ABB08D in popluar number systems.

HEXABB08D
Decimal171176141
Binary101010111011000010001101
Octal253260215

Shades and tints

Shades of #ABB08D

#ABB08D
(171,176,141)
#9CA081
(156,160,129)
#8D9075
(141,144,117)
#7E8069
(126,128,105)
#6F705D
(111,112,93)
#606051
(96,96,81)
#515045
(81,80,69)
#424039
(66,64,57)
#33302D
(51,48,45)
#242021
(36,32,33)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #ABB08D

#ABB08D
(171,176,141)
#B2B797
(178,183,151)
#B9BEA1
(185,190,161)
#C0C5AB
(192,197,171)
#C7CCB5
(199,204,181)
#CED3BF
(206,211,191)
#D5DAC9
(213,218,201)
#DCE1D3
(220,225,211)
#E3E8DD
(227,232,221)
#EAEFE7
(234,239,231)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB08D color. Also use rgb(171,176,141) instead hex code.

Text Font Color

.myTextColor { color: #ABB08D; }

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

This text font color is #ABB08D.


Background Color

.myBgColor { background-color: #ABB08D; }

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

This div background color is #ABB08D.


Border color

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

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

This div border color is #ABB08D.


Opacity

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

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

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

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

This text has shadow with #ABB08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB08D on black background.


Color preview on white background

This text has color #ABB08D on white background.



Black color preview on #ABB08D background

This text has black color on #ABB08D background.


White color preview on #ABB08D background

This text has white color on #ABB08D background.