COLOR #ABB377

HEX: #ABB377
RGB: (171,179,119)

Renk bilgisi

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

RGB renk modeli

#ABB377 color RGB value is (171,179,119).

  • kırmız ton 171;
  • yeşil ton 179;
  • mavi ton 119.
RGB:
(171,179,119)
(67%,70%,47%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 179 of 255 = 70%
B 119 of 255 = 47%

171
179
119

R + G + B ~ 61%. #ABB377 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 179 + 119 = 469 (100%)
R 171 of 469 ~ 36.46%
G 179 of 469 ~ 38.17%
B 119 of 469 ~ 25.37%

%36.46
%38.17
%25.37

CMYK RENK MODELİ

#ABB377 rengi CMYK tonu (4,0,34,30).

  • camgöbeği tonu 4.47%
  • eflatun tonu 0.00%
  • sarı tonu 33.52%
  • ana renk tonu 29.80%
CMYK:
(4,0,34,30)
C4M0Y34K30 
(4%,0%,34%,30%)
(0.04/0.00/0.34/0.30)	

CMYK yüzdeleri

%4.47
%0
%33.52
%29.8

Codes

Color #ABB377 in popluar color models

ABB377
RGB171179119
HSL68°28.30%58.43%
HSB/HSV68°33.52%70.20%
CMYK4.47%0.00%33.52%
29.80%

Color #ABB377 in popluar number systems.

HEXABB377
Decimal171179119
Binary10101011101100111110111
Octal253263167

Shades and tints

Shades of #ABB377

#ABB377
(171,179,119)
#9CA36D
(156,163,109)
#8D9363
(141,147,99)
#7E8359
(126,131,89)
#6F734F
(111,115,79)
#606345
(96,99,69)
#51533B
(81,83,59)
#424331
(66,67,49)
#333327
(51,51,39)
#24231D
(36,35,29)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #ABB377

#ABB377
(171,179,119)
#B2B983
(178,185,131)
#B9BF8F
(185,191,143)
#C0C59B
(192,197,155)
#C7CBA7
(199,203,167)
#CED1B3
(206,209,179)
#D5D7BF
(213,215,191)
#DCDDCB
(220,221,203)
#E3E3D7
(227,227,215)
#EAE9E3
(234,233,227)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB377 color. Also use rgb(171,179,119) instead hex code.

Text Font Color

.myTextColor { color: #ABB377; }

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

This text font color is #ABB377.


Background Color

.myBgColor { background-color: #ABB377; }

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

This div background color is #ABB377.


Border color

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

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

This div border color is #ABB377.


Opacity

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

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

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

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

This text has shadow with #ABB377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB377 on black background.


Color preview on white background

This text has color #ABB377 on white background.



Black color preview on #ABB377 background

This text has black color on #ABB377 background.


White color preview on #ABB377 background

This text has white color on #ABB377 background.