COLOR #ABB476

HEX: #ABB476
RGB: (171,180,118)

Renk bilgisi

#ABB476 contains mainly red and green colors. #ABB476 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ABB476 color RGB value is (171,180,118).

  • kırmız ton 171;
  • yeşil ton 180;
  • mavi ton 118.
RGB:
(171,180,118)
(67%,71%,46%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 180 of 255 = 71%
B 118 of 255 = 46%

171
180
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 180 + 118 = 469 (100%)
R 171 of 469 ~ 36.46%
G 180 of 469 ~ 38.38%
B 118 of 469 ~ 25.16%

%36.46
%38.38
%25.16

CMYK RENK MODELİ

#ABB476 rengi CMYK tonu (5,0,34,29).

  • camgöbeği tonu 5.00%
  • eflatun tonu 0.00%
  • sarı tonu 34.44%
  • ana renk tonu 29.41%
CMYK:
(5,0,34,29)
C5M0Y34K29 
(5%,0%,34%,29%)
(0.05/0.00/0.34/0.29)	

CMYK yüzdeleri

%5
%0
%34.44
%29.41

Codes

Color #ABB476 in popluar color models

ABB476
RGB171180118
HSL69°29.25%58.43%
HSB/HSV69°34.44%70.59%
CMYK5.00%0.00%34.44%
29.41%

Color #ABB476 in popluar number systems.

HEXABB476
Decimal171180118
Binary10101011101101001110110
Octal253264166

Shades and tints

Shades of #ABB476

#ABB476
(171,180,118)
#9CA46C
(156,164,108)
#8D9462
(141,148,98)
#7E8458
(126,132,88)
#6F744E
(111,116,78)
#606444
(96,100,68)
#51543A
(81,84,58)
#424430
(66,68,48)
#333426
(51,52,38)
#24241C
(36,36,28)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #ABB476

#ABB476
(171,180,118)
#B2BA82
(178,186,130)
#B9C08E
(185,192,142)
#C0C69A
(192,198,154)
#C7CCA6
(199,204,166)
#CED2B2
(206,210,178)
#D5D8BE
(213,216,190)
#DCDECA
(220,222,202)
#E3E4D6
(227,228,214)
#EAEAE2
(234,234,226)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB476 color. Also use rgb(171,180,118) instead hex code.

Text Font Color

.myTextColor { color: #ABB476; }

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

This text font color is #ABB476.


Background Color

.myBgColor { background-color: #ABB476; }

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

This div background color is #ABB476.


Border color

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

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

This div border color is #ABB476.


Opacity

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

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

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

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

This text has shadow with #ABB476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB476 on black background.


Color preview on white background

This text has color #ABB476 on white background.



Black color preview on #ABB476 background

This text has black color on #ABB476 background.


White color preview on #ABB476 background

This text has white color on #ABB476 background.