COLOR #ABB17E

HEX: #ABB17E
RGB: (171,177,126)

Renk bilgisi

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

RGB renk modeli

#ABB17E color RGB value is (171,177,126).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 177 of 255 = 69%
B 126 of 255 = 49%

171
177
126

R + G + B ~ 62%. #ABB17E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 177 + 126 = 474 (100%)
R 171 of 474 ~ 36.08%
G 177 of 474 ~ 37.34%
B 126 of 474 ~ 26.58%

%36.08
%37.34
%26.58

CMYK RENK MODELİ

#ABB17E rengi CMYK tonu (3,0,29,31).

  • camgöbeği tonu 3.39%
  • eflatun tonu 0.00%
  • sarı tonu 28.81%
  • ana renk tonu 30.59%
CMYK:
(3,0,29,31)
C3M0Y29K31 
(3%,0%,29%,31%)
(0.03/0.00/0.29/0.31)	

CMYK yüzdeleri

%3.39
%0
%28.81
%30.59

Codes

Color #ABB17E in popluar color models

ABB17E
RGB171177126
HSL67°24.64%59.41%
HSB/HSV67°28.81%69.41%
CMYK3.39%0.00%28.81%
30.59%

Color #ABB17E in popluar number systems.

HEXABB17E
Decimal171177126
Binary10101011101100011111110
Octal253261176

Shades and tints

Shades of #ABB17E

#ABB17E
(171,177,126)
#9CA173
(156,161,115)
#8D9168
(141,145,104)
#7E815D
(126,129,93)
#6F7152
(111,113,82)
#606147
(96,97,71)
#51513C
(81,81,60)
#424131
(66,65,49)
#333126
(51,49,38)
#24211B
(36,33,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #ABB17E

#ABB17E
(171,177,126)
#B2B889
(178,184,137)
#B9BF94
(185,191,148)
#C0C69F
(192,198,159)
#C7CDAA
(199,205,170)
#CED4B5
(206,212,181)
#D5DBC0
(213,219,192)
#DCE2CB
(220,226,203)
#E3E9D6
(227,233,214)
#EAF0E1
(234,240,225)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB17E; }

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

This text font color is #ABB17E.


Background Color

.myBgColor { background-color: #ABB17E; }

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

This div background color is #ABB17E.


Border color

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

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

This div border color is #ABB17E.


Opacity

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

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

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

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

This text has shadow with #ABB17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB17E on black background.


Color preview on white background

This text has color #ABB17E on white background.



Black color preview on #ABB17E background

This text has black color on #ABB17E background.


White color preview on #ABB17E background

This text has white color on #ABB17E background.