COLOR #ABB171

HEX: #ABB171
RGB: (171,177,113)

Renk bilgisi

#ABB171 contains mainly red and green colors. #ABB171 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#ABB171 color RGB value is (171,177,113).

  • kırmız ton 171;
  • yeşil ton 177;
  • mavi ton 113.
RGB:
(171,177,113)
(67%,69%,44%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 177 of 255 = 69%
B 113 of 255 = 44%

171
177
113

R + G + B ~ 60%. #ABB171 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 177 + 113 = 461 (100%)
R 171 of 461 ~ 37.09%
G 177 of 461 ~ 38.39%
B 113 of 461 ~ 24.51%

%37.09
%38.39
%24.51

CMYK RENK MODELİ

#ABB171 rengi CMYK tonu (3,0,36,31).

  • camgöbeği tonu 3.39%
  • eflatun tonu 0.00%
  • sarı tonu 36.16%
  • ana renk tonu 30.59%
CMYK:
(3,0,36,31)
C3M0Y36K31 
(3%,0%,36%,31%)
(0.03/0.00/0.36/0.31)	

CMYK yüzdeleri

%3.39
%0
%36.16
%30.59

Codes

Color #ABB171 in popluar color models

ABB171
RGB171177113
HSL66°29.09%56.86%
HSB/HSV66°36.16%69.41%
CMYK3.39%0.00%36.16%
30.59%

Color #ABB171 in popluar number systems.

HEXABB171
Decimal171177113
Binary10101011101100011110001
Octal253261161

Shades and tints

Shades of #ABB171

#ABB171
(171,177,113)
#9CA167
(156,161,103)
#8D915D
(141,145,93)
#7E8153
(126,129,83)
#6F7149
(111,113,73)
#60613F
(96,97,63)
#515135
(81,81,53)
#42412B
(66,65,43)
#333121
(51,49,33)
#242117
(36,33,23)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #ABB171

#ABB171
(171,177,113)
#B2B87D
(178,184,125)
#B9BF89
(185,191,137)
#C0C695
(192,198,149)
#C7CDA1
(199,205,161)
#CED4AD
(206,212,173)
#D5DBB9
(213,219,185)
#DCE2C5
(220,226,197)
#E3E9D1
(227,233,209)
#EAF0DD
(234,240,221)
#F1F7E9
(241,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB171 color. Also use rgb(171,177,113) instead hex code.

Text Font Color

.myTextColor { color: #ABB171; }

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

This text font color is #ABB171.


Background Color

.myBgColor { background-color: #ABB171; }

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

This div background color is #ABB171.


Border color

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

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

This div border color is #ABB171.


Opacity

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

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

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

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

This text has shadow with #ABB171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB171 on black background.


Color preview on white background

This text has color #ABB171 on white background.



Black color preview on #ABB171 background

This text has black color on #ABB171 background.


White color preview on #ABB171 background

This text has white color on #ABB171 background.